|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.semanticweb.owl.impl.model.OWLObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLNamedObjectImpl
|
+--org.semanticweb.owl.impl.model.OWLEntityImpl
|
+--org.semanticweb.owl.impl.model.OWLIndividualImpl
An individual object. Each individual knows which Classes it has been asserted as being an instance of. In addition, each individual also knows the individuals it is related to.
| Field Summary |
| Fields inherited from class org.semanticweb.owl.impl.model.OWLNamedObjectImpl |
uri |
| Constructor Summary | |
OWLIndividualImpl(OWLDataFactoryImpl factory,
URI uri)
|
|
| Method Summary | |
void |
accept(OWLEntityVisitor visitor)
Accept a visit from a visitor |
void |
accept(OWLObjectVisitor visitor)
Accept a visit from a visitor |
Map |
getDataPropertyValues()
Returns a Map which encapsulates the relationship
between this individual and data values. |
Map |
getDataPropertyValues(OWLOntology o)
Returns a Map which encapsulates the relationship
between this individual and data values. |
Map |
getDataPropertyValues(Set ontologies)
Returns a Map which encapsulates the relationship
between this individual and data values. |
Map |
getIncomingObjectPropertyValues()
Returns a Map which encapsulate the relationships
between other individuals and this individual. |
Map |
getIncomingObjectPropertyValues(OWLOntology o)
Returns a Map which encapsulate the relationships
between other individuals and this individual. |
Map |
getIncomingObjectPropertyValues(Set ontologies)
Returns a Map which encapsulate the relationships
between other individuals and this individual. |
Map |
getObjectPropertyValues()
Returns a Map which encapsulate the relationships
between this individual and other individuals. |
Map |
getObjectPropertyValues(OWLOntology o)
Returns a Map which encapsulate the relationships
between this individual and other individuals. |
Map |
getObjectPropertyValues(Set ontologies)
Returns a Map which encapsulate the relationships
between this individual and other individuals. |
Set |
getTypes()
Returns a list of the OWLDescriptions that
this individual is asserted as being an instance of. |
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 class org.semanticweb.owl.impl.model.OWLEntityImpl |
addOntology, getOntologies, removeOntology |
| Methods inherited from class org.semanticweb.owl.impl.model.OWLNamedObjectImpl |
getURI |
| Methods inherited from class org.semanticweb.owl.impl.model.OWLObjectImpl |
clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.semanticweb.owl.model.OWLNamedObject |
getURI |
| Methods inherited from interface org.semanticweb.owl.model.OWLObject |
clone, getAnnotations, getAnnotations, getContainedObjects, getMetadata, getOWLConnection, getOWLDataFactory |
| Methods inherited from interface org.semanticweb.owl.model.OWLOntologyObject |
getOntologies |
| Constructor Detail |
public OWLIndividualImpl(OWLDataFactoryImpl factory,
URI uri)
| Method Detail |
public boolean isAnonymous()
OWLIndividual
isAnonymous in interface OWLIndividualpublic Set getTypes(OWLOntology o)
OWLIndividualOWLDescriptions that
this individual is asserted as being an instance of in the given ontology.
getTypes in interface OWLIndividualpublic Set getTypes(Set ontologies)
OWLIndividualOWLDescriptions that
this individual is asserted as being an instance of in the given ontologies.
getTypes in interface OWLIndividualpublic Set getTypes()
OWLDescriptions that
this individual is asserted as being an instance of.
public Map getObjectPropertyValues(OWLOntology o)
Map which encapsulate the relationships
between this individual and other individuals.
getObjectPropertyValues in interface OWLIndividualpublic Map getObjectPropertyValues(Set ontologies)
Map which encapsulate the relationships
between this individual and other individuals.
getObjectPropertyValues in interface OWLIndividualpublic Map getObjectPropertyValues()
Map which encapsulate the relationships
between this individual and other individuals.
public Map getIncomingObjectPropertyValues(OWLOntology o)
Map which encapsulate the relationships
between other individuals and this individual.
getIncomingObjectPropertyValues in interface OWLIndividualpublic Map getIncomingObjectPropertyValues(Set ontologies)
Map which encapsulate the relationships
between other individuals and this individual.
getIncomingObjectPropertyValues in interface OWLIndividualpublic Map getIncomingObjectPropertyValues()
Map which encapsulate the relationships
between other individuals and this individual.
public Map getDataPropertyValues(OWLOntology o)
Map which encapsulates the relationship
between this individual and data values.
getDataPropertyValues in interface OWLIndividualpublic Map getDataPropertyValues(Set ontologies)
Map which encapsulates the relationship
between this individual and data values.
getDataPropertyValues in interface OWLIndividualpublic Map getDataPropertyValues()
Map which encapsulates the relationship
between this individual and data values.
public void accept(OWLObjectVisitor visitor)
throws OWLException
OWLObject
accept in interface OWLObjectaccept in class OWLObjectImplOWLException
public void accept(OWLEntityVisitor visitor)
throws OWLException
OWLEntity
accept in interface OWLEntityOWLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||