| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util | |
| org.semanticweb.owlapi.vocab |
| Modifier and Type | Field and Description |
|---|---|
static EntityType<OWLDatatype> |
EntityType.DATATYPE
datatype entity
|
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
OWLEntity.asOWLDatatype()
A convenience method that obtains this entity as an OWLDatatype (in order
to avoid explicit casting).
|
OWLDatatype |
OWLDataRange.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).
|
OWLDatatype |
OWLDataFactory.getBooleanOWLDatatype()
A convenience method that obtains the datatype that represents the
boolean datatype.
|
OWLDatatype |
OWLLiteral.getDatatype()
Gets the
OWLDatatype which types this literal. |
OWLDatatype |
OWLDatatypeRestriction.getDatatype()
Gets the data range that this data range restricts.
|
OWLDatatype |
OWLDatatypeDefinitionAxiom.getDatatype()
Gets the
OWLDatatype that is assigned a definition |
OWLDatatype |
OWLDataFactory.getDoubleOWLDatatype()
A convenience method that obtains the datatype that represents doubles.
|
OWLDatatype |
OWLDataFactory.getFloatOWLDatatype()
A convenience method that obtains the datatype that represents floats.
|
OWLDatatype |
OWLDataFactory.getIntegerOWLDatatype()
A convenience method that obtains the datatype that represents integers.
|
OWLDatatype |
OWLDataFactory.getOWLDatatype(IRI iri)
Gets an OWLDatatype that has the specified IRI
|
OWLDatatype |
OWLDataFactory.getOWLDatatype(String abbreviatedIRI,
PrefixManager prefixManager)
Gets an OWLDatatype that has an IRI that is obtained by expanding an
abbreviated name using an appropriate prefix mapping.
|
OWLDatatype |
OWLDataFactory.getRDFPlainLiteral()
Gets the rdf:PlainLiteral datatype.
|
OWLDatatype |
OWLDataFactory.getTopDatatype()
Gets the built in data range corresponding to the top data type (like
owl:Thing but for data ranges), this datatype is rdfs:Literal, and has a
URI of $lt;http://www.w3.org/2000/01/rdf-schema#>
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDatatype> |
OWLOntology.getDatatypesInSignature()
Gets the datatypes that are in the signature of this ontology.
|
Set<OWLDatatype> |
OWLObject.getDatatypesInSignature()
A convenience method that obtains the datatypes that are in the signature
of this object
|
Set<OWLDatatype> |
IRI.getDatatypesInSignature() |
Set<OWLDatatype> |
OWLOntology.getDatatypesInSignature(boolean includeImportsClosure)
Gets the datatypes that are in the signature of this ontology, and
possibly the imports closure of this ontology.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDatatypeDefinitionAxiom> |
OWLOntology.getAxioms(OWLDatatype datatype)
Gets the datatype definition axioms for the specified datatype.
|
Set<OWLDatatypeDefinitionAxiom> |
OWLOntology.getDatatypeDefinitions(OWLDatatype datatype)
Gets the
OWLDatatypeDefinitionAxioms
contained in this ontology that provide a definition for the specified
datatype. |
OWLDatatypeDefinitionAxiom |
OWLDataFactory.getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange) |
OWLDatatypeDefinitionAxiom |
OWLDataFactory.getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange,
Set<? extends OWLAnnotation> annotations) |
OWLDatatypeRestriction |
OWLDataFactory.getOWLDatatypeRestriction(OWLDatatype dataRange,
OWLFacet facet,
OWLLiteral typedLiteral)
OWLDatatypeRestriction see
spec
|
OWLDatatypeRestriction |
OWLDataFactory.getOWLDatatypeRestriction(OWLDatatype dataRange,
OWLFacetRestriction... facetRestrictions) |
OWLDatatypeRestriction |
OWLDataFactory.getOWLDatatypeRestriction(OWLDatatype dataRange,
Set<OWLFacetRestriction> facetRestrictions)
OWLDatatypeRestriction see
spec
|
OWLLiteral |
OWLDataFactory.getOWLLiteral(String lexicalValue,
OWLDatatype datatype)
Gets an
OWLLiteral, which has the specified lexical value, and is
typed with the specified datatype. |
OWLLiteral |
OWLDataFactory.getOWLTypedLiteral(String literal,
OWLDatatype datatype)
Deprecated.
|
O |
OWLNamedObjectVisitorEx.visit(OWLDatatype datatype)
visit OWLDatatype type
|
void |
OWLNamedObjectVisitor.visit(OWLDatatype datatype)
visit OWLDatatype type
|
O |
OWLEntityVisitorEx.visit(OWLDatatype datatype)
visit OWLDatatype type
|
void |
OWLEntityVisitor.visit(OWLDatatype datatype)
visit OWLDatatype type
|
O |
OWLDataVisitorEx.visit(OWLDatatype node)
visit OWLDatatype type
|
O |
OWLDataRangeVisitorEx.visit(OWLDatatype node)
visit OWLDatatype type
|
void |
OWLDataRangeVisitor.visit(OWLDatatype node)
visit OWLDatatype type
|
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
UseOfUnknownDatatype.getDatatype()
Gets the datatype that is invalid.
|
OWLDatatype |
UseOfUndeclaredDatatype.getDatatype() |
| Modifier and Type | Method and Description |
|---|---|
Object |
OWL2ELProfile.OWL2ELProfileObjectVisitor.visit(OWLDatatype node) |
| Constructor and Description |
|---|
UseOfUndeclaredDatatype(OWLOntology ontology,
OWLAxiom axiom,
OWLDatatype datatype) |
UseOfUnknownDatatype(OWLOntology ontology,
OWLAxiom axiom,
OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
static <N extends Number> |
OWLDataUtil.getDatatype(OWLDataFactory dataFactory,
N n)
Given a
Number, this method returns the datatype of that number. |
static OWLDatatype |
OWLDataUtil.getDoubleDatatype(OWLDataFactory dataFactory) |
static OWLDatatype |
OWLDataUtil.getFloatDatatype(OWLDataFactory dataFactory) |
static OWLDatatype |
OWLDataUtil.getIntDatatype(OWLDataFactory dataFactory) |
static OWLDatatype |
OWLDataUtil.getLongDatatype(OWLDataFactory dataFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleRenderer.visit(OWLDatatype node) |
O |
OWLObjectVisitorExAdapter.visit(OWLDatatype node) |
void |
OWLObjectVisitorAdapter.visit(OWLDatatype node) |
void |
OWLObjectTypeIndexProvider.visit(OWLDatatype node) |
void |
OWLObjectDuplicator.visit(OWLDatatype node) |
void |
OWLObjectComponentCollector.visit(OWLDatatype datatype) |
O |
OWLEntityVisitorExAdapter.visit(OWLDatatype node) |
void |
OWLEntityVisitorAdapter.visit(OWLDatatype node) |
void |
OWLEntityRemover.visit(OWLDatatype datatype) |
void |
OWLEntityComparator.visit(OWLDatatype datatype) |
void |
OWLEntityCollector.visit(OWLDatatype datatype) |
Set<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLDatatype node) |
OWLDataRange |
NNF.visit(OWLDatatype node) |
Integer |
MaximumModalDepthFinder.visit(OWLDatatype node) |
void |
HashCode.visit(OWLDatatype node) |
void |
DLExpressivityChecker.visit(OWLDatatype node) |
O |
DelegatingObjectVisitorEx.visit(OWLDatatype node) |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
OWL2Datatype.getDatatype(OWLDataFactory factory)
Gets the equivalent OWLDatatype from the given factory.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.