|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A Property in an OWL ontology.
| Method Summary | |
Set |
getDomains(OWLOntology o)
Return all domains (in the given ontology). |
Set |
getDomains(Set ontologies)
Return all domains (in the given ontologies). |
Set |
getRanges(OWLOntology o)
Return all ranges in the given ontology. |
Set |
getRanges(Set ontologies)
Return all ranges in the given ontologies. |
Set |
getSuperProperties(OWLOntology o)
Return any asserted superproperties in the given ontology. |
Set |
getSuperProperties(Set ontologies)
Return any asserted superproperties in any of the given ontologies. |
boolean |
isFunctional(OWLOntology o)
Returns true if the property is declared as being
functional in the given ontology |
boolean |
isFunctional(Set ontologies)
Returns true if the property is declared as being
functional in any of the given ontologies |
| 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 getSuperProperties(OWLOntology o)
throws OWLException
o - an OWLOntology value
Set value
OWLException
public Set getSuperProperties(Set ontologies)
throws OWLException
Set value
OWLException
public Set getDomains(OWLOntology o)
throws OWLException
o - an OWLOntology value
Set value
OWLException
public Set getDomains(Set ontologies)
throws OWLException
Set value
OWLException
public Set getRanges(OWLOntology o)
throws OWLException
o - an OWLOntology value
Set value
OWLException
public Set getRanges(Set ontologies)
throws OWLException
Set value
OWLException
public boolean isFunctional(OWLOntology o)
throws OWLException
true if the property is declared as being
functional in the given ontology
o - an OWLOntology value
boolean value
OWLException
public boolean isFunctional(Set ontologies)
throws OWLException
true if the property is declared as being
functional in any of the given ontologies
boolean value
OWLException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||