public class ObjectPropertyExpressionImpl extends Object implements ObjectPropertyExpression
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ObjectSomeValuesFrom |
getDomain()
the domain class expression for the object property
|
ObjectPropertyExpression |
getInverse()
the inverse of the object property
|
org.apache.commons.rdf.api.IRI |
getIRI()
the IRI of the object property
|
ObjectSomeValuesFrom |
getRange()
the range class expression for the object property
|
int |
hashCode() |
boolean |
isBottom()
checks (syntactically, irrespective of any ontology) whether the class or property expression
is equivalent to owl:Nothing/owl:BottomObjectProperty/owl:BottomDataProperty
|
boolean |
isInverse()
checks whether the property expression is the inverse of an object property
|
boolean |
isTop()
checks (syntactically, irrespective of any ontology) whether the class or property expression
is equivalent to owl:Thing/owl:TopObjectProperty/owl:TopDataProperty
|
String |
toString() |
public boolean isInverse()
ObjectPropertyExpressionisInverse in interface ObjectPropertyExpressionpublic org.apache.commons.rdf.api.IRI getIRI()
ObjectPropertyExpressiongetIRI in interface ObjectPropertyExpressionpublic ObjectPropertyExpression getInverse()
ObjectPropertyExpression(the inverse of an inverted property is the property itself)
(the inverses of owl:topObjectProperty and owl:bottomObjectProperty are the properties themselves)
getInverse in interface ObjectPropertyExpressionpublic ObjectSomeValuesFrom getDomain()
ObjectPropertyExpression(in DL, the unqualified existential quantifier \exists R for property R)
getDomain in interface ObjectPropertyExpressionpublic ObjectSomeValuesFrom getRange()
ObjectPropertyExpression(the range of a property coincides with the domain of its inverse)
(in DL, the unqualified existential quantifier \exists R^- for property R)
getRange in interface ObjectPropertyExpressionpublic boolean isBottom()
DescriptionBTisBottom in interface DescriptionBTpublic boolean isTop()
DescriptionBTisTop in interface DescriptionBTCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.