public class DataPropertyExpressionImpl extends Object implements DataPropertyExpression
| Modifier and Type | Field and Description |
|---|---|
static DataPropertyExpression |
owlBottomDataProperty |
static DataPropertyExpression |
owlTopDataProperty |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Collection<DataSomeValuesFrom> |
getAllDomainRestrictions() |
DataSomeValuesFrom |
getDomainRestriction(Datatype datatype)
returns the DataSomeValuesFrom for the domain of the data property
|
org.apache.commons.rdf.api.IRI |
getIRI() |
DataPropertyRangeExpression |
getRange()
returns the DataPropertyRangeExpression for the range of the data 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 |
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 static final DataPropertyExpression owlTopDataProperty
public static final DataPropertyExpression owlBottomDataProperty
public org.apache.commons.rdf.api.IRI getIRI()
getIRI in interface DataPropertyExpressionpublic DataSomeValuesFrom getDomainRestriction(Datatype datatype)
DataPropertyExpressiongetDomainRestriction in interface DataPropertyExpressionpublic Collection<DataSomeValuesFrom> getAllDomainRestrictions()
getAllDomainRestrictions in interface DataPropertyExpressionpublic DataPropertyRangeExpression getRange()
DataPropertyExpressiongetRange in interface DataPropertyExpressionpublic boolean isBottom()
DescriptionBTisBottom in interface DescriptionBTpublic boolean isTop()
DescriptionBTisTop in interface DescriptionBTCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.