|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An individual object. Each individual has a description and possibly an identifier.
| Method Summary | |
Map |
getDataPropertyValues(OWLOntology o)
Returns a Map which encapsulates the relationship
between this individual and data values in the given ontology. |
Map |
getDataPropertyValues(Set ontologies)
Returns a Map which encapsulates the relationship
between this individual and data values in the given ontology. |
Map |
getIncomingObjectPropertyValues(OWLOntology o)
Returns a Map which encapsulate the relationships
between other individuals and this individual in the given
ontology. |
Map |
getIncomingObjectPropertyValues(Set ontologies)
Returns a Map which encapsulate the relationships
between other individuals and this individual in the given
ontology. |
Map |
getObjectPropertyValues(OWLOntology o)
Returns a Map which encapsulate the relationships
between this individual and other individuals in the given ontology. |
Map |
getObjectPropertyValues(Set ontologies)
Returns a Map which encapsulate the relationships
between this individual and other individuals in the given ontology. |
Set |
getTypes(OWLOntology o)
Returns a list of the OWLDescriptions that
this individual is asserted as being an instance of in the given ontology. |
Set |
getTypes(Set ontologies)
Returns a list of the OWLDescriptions that
this individual is asserted as being an instance of in the given ontologies. |
boolean |
isAnonymous()
Indicates whether the individual is anonymous or not. |
| Methods inherited from interface org.semanticweb.owl.model.OWLEntity |
accept |
| Methods inherited from interface org.semanticweb.owl.model.OWLNamedObject |
getURI |
| Methods inherited from interface org.semanticweb.owl.model.OWLObject |
accept, clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory |
| Methods inherited from interface org.semanticweb.owl.model.OWLOntologyObject |
getOntologies |
| Method Detail |
public boolean isAnonymous()
throws OWLException
OWLException
public Set getTypes(OWLOntology o)
throws OWLException
OWLDescriptions that
this individual is asserted as being an instance of in the given ontology.
OWLException
public Set getTypes(Set ontologies)
throws OWLException
OWLDescriptions that
this individual is asserted as being an instance of in the given ontologies.
OWLException
public Map getObjectPropertyValues(OWLOntology o)
throws OWLException
Map which encapsulate the relationships
between this individual and other individuals in the given ontology.
OWLException
public Map getObjectPropertyValues(Set ontologies)
throws OWLException
Map which encapsulate the relationships
between this individual and other individuals in the given ontology.
OWLException
public Map getDataPropertyValues(OWLOntology o)
throws OWLException
Map which encapsulates the relationship
between this individual and data values in the given ontology.
OWLException
public Map getDataPropertyValues(Set ontologies)
throws OWLException
Map which encapsulates the relationship
between this individual and data values in the given ontology.
OWLException
public Map getIncomingObjectPropertyValues(Set ontologies)
throws OWLException
Map which encapsulate the relationships
between other individuals and this individual in the given
ontology. This is useful if we want to check properties of the
individual graphs, for example to check that anonymous
individuals are only involved in tree structures.
OWLException
public Map getIncomingObjectPropertyValues(OWLOntology o)
throws OWLException
Map which encapsulate the relationships
between other individuals and this individual in the given
ontology. This is useful if we want to check properties of the
individual graphs, for example to check that anonymous
individuals are only involved in tree structures.
OWLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||