|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A Reasoner for OWL Individuals. Note that although some of the
functionality here can be provided by an OWLClassReasoner via the use of a one-of, it may be useful to have this as
a separate interface.
| Method Summary | |
Set |
instancesOf(OWLDescription d)
Returns the individuals which are instances of the given description |
boolean |
isInstanceOf(OWLIndividual i,
OWLDescription d)
Returns true if the given individual is an instance of the given description |
| Methods inherited from interface org.semanticweb.owl.inference.OWLReasoner |
getOntology, setOntology |
| Method Detail |
public boolean isInstanceOf(OWLIndividual i,
OWLDescription d)
throws OWLException
OWLException
public Set instancesOf(OWLDescription d)
throws OWLException
OWLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||