|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OWLDataRange
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 24-Oct-2006
| Method Summary | ||
|---|---|---|
void |
accept(OWLDataRangeVisitor visitor)
|
|
|
accept(OWLDataRangeVisitorEx<O> visitor)
|
|
void |
accept(OWLDataVisitor visitor)
|
|
|
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. |
|
| Method Detail |
|---|
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
falseOWLDatatype asOWLDatatype()
OWLDatatypeDataRangeType getDataRangeType()
void accept(OWLDataVisitor visitor)
<O> O accept(OWLDataVisitorEx<O> visitor)
void accept(OWLDataRangeVisitor visitor)
<O> O accept(OWLDataRangeVisitorEx<O> visitor)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||