public interface OWLDataRange extends OWLObject, OWLPropertyRange, SWRLPredicate
| Modifier and Type | Method and Description |
|---|---|
void |
accept(OWLDataRangeVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLDataRangeVisitorEx<O> visitor)
Accepts a visitor
|
void |
accept(OWLDataVisitor visitor)
Accepts a visitor
|
<O> O |
accept(OWLDataVisitorEx<O> visitor)
Accepts a visitor
|
OWLDatatype |
asOWLDatatype()
If this data range is a datatype then this method may be used to obtain
it as a datatype (rather than using an explicit cast).
|
DataRangeType |
getDataRangeType()
Gets the type of this data range
|
boolean |
isDatatype()
Determines if this data range is a datatype (int, float, ...)
|
boolean |
isTopDatatype()
Determines if this data range is the top data type.
|
accept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareTocontainsEntityInSignatureboolean isDatatype()
true if this datarange is a datatype, or false if
it is not a datatype and is some other data range such as a data
range restriction, data oneOf or data complementOf.boolean isTopDatatype()
true if this data range is the top datatype otherwise
falseOWLDatatype asOWLDatatype()
OWLDatatypeDataRangeType getDataRangeType()
void accept(OWLDataVisitor visitor)
visitor - The visitor<O> O accept(OWLDataVisitorEx<O> visitor)
O - visitor return typevisitor - The visitorvoid accept(OWLDataRangeVisitor visitor)
visitor - The visitor<O> O accept(OWLDataRangeVisitorEx<O> visitor)
O - visitor return typevisitor - The visitorCopyright © 2014 The University of Manchester. All Rights Reserved.