|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectreasoner.Reasoner
reasoner.ReasonerTwoOntologies
public class ReasonerTwoOntologies
Field Summary |
---|
Fields inherited from class reasoner.Reasoner |
---|
ANCESTOR, DESCENDANT, SUB_CLASS, SUPER_CLASS |
Constructor Summary | |
---|---|
ReasonerTwoOntologies(java.net.URI onto1,
java.net.URI onto2,
OntologyAlignment ali)
Constructor to save all information. |
Method Summary | |
---|---|
java.util.Set<org.semanticweb.owl.model.OWLClass> |
getTypeClassesBothOntologies(org.semanticweb.owl.model.OWLDescription con,
int type)
Get all typed(sub, super, ancestor, descendant) classes out of both ontologies (an alignment is required). |
Methods inherited from class reasoner.Reasoner |
---|
createReasoner, getClasses |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReasonerTwoOntologies(java.net.URI onto1, java.net.URI onto2, OntologyAlignment ali) throws ComplexMappingException
onto1
- onto2
- ali
-
ComplexMappingException
Method Detail |
---|
public java.util.Set<org.semanticweb.owl.model.OWLClass> getTypeClassesBothOntologies(org.semanticweb.owl.model.OWLDescription con, int type) throws ComplexMappingException
con
- onto1
- onto2
- ali
- type
-
ComplexMappingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |