|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An OWLProperty whose range is a class (a
collection of domain objects).
| Method Summary | |
Set |
getInverses(OWLOntology o)
Return all inverses asserted in the given ontology. |
Set |
getInverses(Set ontologies)
Return all inverses asserted in the given ontologies. |
boolean |
isInverseFunctional(OWLOntology o)
Returns true if the property is asserted to be
inverse functional (in the given ontology). |
boolean |
isInverseFunctional(Set ontologies)
Returns true if the property is asserted to be
inverse functional (in the given ontologies). |
boolean |
isOneToOne(OWLOntology o)
Returns true if the property is asserted to be
oneToOne (in the given ontology). |
boolean |
isOneToOne(Set ontologies)
Returns true if the property is asserted to be
oneToOne (in the given ontologies). |
boolean |
isSymmetric(OWLOntology o)
Returns true if the property is asserted to be
symmetric (in the given ontology). |
boolean |
isSymmetric(Set ontologies)
Returns true if the property is asserted to be
symmetric (in the given ontologies). |
boolean |
isTransitive(OWLOntology o)
Returns true if the property is asserted to be
transitive (in the given ontology). |
boolean |
isTransitive(Set ontologies)
Returns true if the property is asserted to be
transitive (in the given ontology). |
| Methods inherited from interface org.semanticweb.owl.model.OWLProperty |
getDomains, getDomains, getRanges, getRanges, getSuperProperties, getSuperProperties, isFunctional, isFunctional |
| 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 |
| Methods inherited from interface org.semanticweb.owl.model.OWLDeprecatableObject |
isDeprecated |
| Method Detail |
public Set getInverses(OWLOntology o)
throws OWLException
o - an OWLOntology value
Set value
OWLException
public Set getInverses(Set ontologies)
throws OWLException
Set value
OWLException
public boolean isSymmetric(OWLOntology o)
throws OWLException
true if the property is asserted to be
symmetric (in the given ontology).
o - an OWLOntology value
boolean value
OWLException
public boolean isSymmetric(Set ontologies)
throws OWLException
true if the property is asserted to be
symmetric (in the given ontologies).
boolean value
OWLException
public boolean isInverseFunctional(OWLOntology o)
throws OWLException
true if the property is asserted to be
inverse functional (in the given ontology).
o - an OWLOntology value
boolean value
OWLException
public boolean isInverseFunctional(Set ontologies)
throws OWLException
true if the property is asserted to be
inverse functional (in the given ontologies).
boolean value
OWLException
public boolean isOneToOne(OWLOntology o)
throws OWLException
true if the property is asserted to be
oneToOne (in the given ontology).
o - an OWLOntology value
boolean value
OWLException
public boolean isOneToOne(Set ontologies)
throws OWLException
true if the property is asserted to be
oneToOne (in the given ontologies).
boolean value
OWLException
public boolean isTransitive(OWLOntology o)
throws OWLException
true if the property is asserted to be
transitive (in the given ontology).
o - an OWLOntology value
boolean value
OWLException
public boolean isTransitive(Set ontologies)
throws OWLException
true if the property is asserted to be
transitive (in the given ontology).
boolean value
OWLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||