Comparable<OWLObject>
, HasAnnotationPropertiesInSignature
, HasAnonymousIndividuals
, HasClassesInSignature
, HasContainsEntityInSignature
, HasDataPropertiesInSignature
, HasDatatypesInSignature
, HasIndividualsInSignature
, HasObjectPropertiesInSignature
, HasSignature
, IsAnonymous
, OWLObject
, OWLPropertyRange
, Serializable
, SWRLPredicate
OWLDataComplementOf
, OWLDataIntersectionOf
, OWLDataOneOf
, OWLDatatype
, OWLDatatypeRestriction
, OWLDataUnionOf
, OWLNaryDataRange
OWL2DatatypeImpl
, OWLDataComplementOfImpl
, OWLDataIntersectionOfImpl
, OWLDataOneOfImpl
, OWLDatatypeImpl
, OWLDatatypeRestrictionImpl
, OWLDataUnionOfImpl
, OWLNaryDataRangeImpl
public interface OWLDataRange extends OWLObject, OWLPropertyRange, SWRLPredicate
Modifier and Type | Method | Description |
---|---|---|
void |
accept(OWLDataRangeVisitor visitor) |
|
<O> O |
accept(OWLDataRangeVisitorEx<O> visitor) |
|
void |
accept(OWLDataVisitor visitor) |
|
<O> O |
accept(OWLDataVisitorEx<O> 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.
|
compareTo
getAnnotationPropertiesInSignature
getAnonymousIndividuals
getClassesInSignature
containsEntityInSignature
getDataPropertiesInSignature
getDatatypesInSignature
getIndividualsInSignature
getObjectPropertiesInSignature
getSignature
isAnonymous
accept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
boolean 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
false
@Nonnull OWLDatatype asOWLDatatype()
OWLDatatype
@Nonnull DataRangeType getDataRangeType()
void accept(@Nonnull OWLDataVisitor visitor)
visitor
- visitor@Nonnull <O> O accept(@Nonnull OWLDataVisitorEx<O> visitor)
O
- visitor return typevisitor
- visitorvoid accept(@Nonnull OWLDataRangeVisitor visitor)
visitor
- visitor@Nonnull <O> O accept(@Nonnull OWLDataRangeVisitorEx<O> visitor)
O
- visitor return typevisitor
- visitorCopyright © 2018 The University of Manchester. All rights reserved.