| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
default DataRangeType |
OWLDatatypeRestriction.getDataRangeType() |
default DataRangeType |
OWLDatatype.getDataRangeType() |
default DataRangeType |
OWLDataUnionOf.getDataRangeType() |
DataRangeType |
OWLDataRange.getDataRangeType()
Gets the type of this data range.
|
default DataRangeType |
OWLDataOneOf.getDataRangeType() |
default DataRangeType |
OWLDataIntersectionOf.getDataRangeType() |
default DataRangeType |
OWLDataComplementOf.getDataRangeType() |
static DataRangeType |
DataRangeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataRangeType[] |
DataRangeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataRangeType |
OWL2DatatypeImpl.getDataRangeType() |
Copyright © 2017 The University of Manchester. All Rights Reserved.