|
|||||||||||
| 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.OWLPropertyImpl
A Property in an OWL ontology.
| Field Summary | |
protected Map |
ranges
|
| Fields inherited from class org.semanticweb.owl.impl.model.OWLNamedObjectImpl |
uri |
| Constructor Summary | |
OWLPropertyImpl(OWLDataFactoryImpl factory)
|
|
| Method Summary | |
Set |
getDomains()
|
Set |
getDomains(OWLOntology o)
Return all domains (in the given ontology). |
Set |
getDomains(Set ontos)
Return all domains (in the given ontologies). |
Set |
getRanges()
|
Set |
getRanges(OWLOntology o)
Return all ranges in the given ontology. |
Set |
getRanges(Set ontos)
Return all ranges in the given ontologies. |
Set |
getSuperProperties()
|
Set |
getSuperProperties(OWLOntology o)
Return any asserted superproperties in the given ontology. |
Set |
getSuperProperties(Set ontos)
Return any asserted superproperties in any of the given ontologies. |
boolean |
isDeprecated(OWLOntology o)
|
boolean |
isFunctional()
|
boolean |
isFunctional(OWLOntology o)
Returns true if the property is declared as being
functional in the given ontology |
boolean |
isFunctional(Set ontos)
Returns true if the property is declared as being
functional in any of the given ontologies |
void |
setDeprecated(OWLOntology o,
boolean b)
|
| 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 |
accept, 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.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 |
| Field Detail |
protected Map ranges
| Constructor Detail |
public OWLPropertyImpl(OWLDataFactoryImpl factory)
| Method Detail |
public Set getSuperProperties()
public Set getSuperProperties(OWLOntology o)
OWLProperty
getSuperProperties in interface OWLPropertyo - an OWLOntology value
Set valuepublic Set getSuperProperties(Set ontos)
OWLProperty
getSuperProperties in interface OWLPropertySet valuepublic Set getDomains()
public Set getDomains(OWLOntology o)
OWLProperty
getDomains in interface OWLPropertyo - an OWLOntology value
Set valuepublic Set getDomains(Set ontos)
OWLProperty
getDomains in interface OWLPropertySet valuepublic Set getRanges()
public Set getRanges(OWLOntology o)
OWLProperty
getRanges in interface OWLPropertyo - an OWLOntology value
Set valuepublic Set getRanges(Set ontos)
OWLProperty
getRanges in interface OWLPropertySet valuepublic boolean isFunctional()
public boolean isFunctional(OWLOntology o)
OWLPropertytrue if the property is declared as being
functional in the given ontology
isFunctional in interface OWLPropertyo - an OWLOntology value
boolean valuepublic boolean isFunctional(Set ontos)
OWLPropertytrue if the property is declared as being
functional in any of the given ontologies
isFunctional in interface OWLPropertyboolean valuepublic boolean isDeprecated(OWLOntology o)
isDeprecated in interface OWLDeprecatableObject
public void setDeprecated(OWLOntology o,
boolean b)
setDeprecated in interface org.semanticweb.owl.impl.model.OWLDeprecatableObjectImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||