|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A Taxonomy Reasoner for OWL ontologies. This provides access to the
hierarchy of named classes. Although this is functionality that
overlaps with that provided by OWLClassReasoner,
it is useful to have this here too.
| Method Summary | |
Set |
ancestorClassesOf(OWLClass cl)
Returns the collection of all superclasses of the given class. |
Set |
descendantClassesOf(OWLClass cl)
Returns the collection of all subclasses of the given class. |
Set |
equivalentClassesOf(OWLClass cl)
Returns the collection of (named) classes which are equivalent to the given class. |
Set |
subClassesOf(OWLClass cl)
Returns the collection of (named) most general subclasses of the given class. |
Set |
superClassesOf(OWLClass cl)
Returns the collection of (named) most specific superclasses of the given class. |
| Methods inherited from interface org.semanticweb.owl.inference.OWLReasoner |
getOntology, setOntology |
| Method Detail |
public Set superClassesOf(OWLClass cl)
throws OWLException
OWLException
public Set ancestorClassesOf(OWLClass cl)
throws OWLException
OWLException
public Set subClassesOf(OWLClass cl)
throws OWLException
OWLException
public Set descendantClassesOf(OWLClass cl)
throws OWLException
OWLException
public Set equivalentClassesOf(OWLClass cl)
throws OWLException
OWLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||