| Package | Description |
|---|---|
| org.semanticweb.owlapi.expression |
Expression parsers package
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.util |
Utilities package
|
| org.semanticweb.owlapi.util.mansyntax | |
| org.semanticweb.owlapi.vocab |
Vocabulary package
|
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
ShortFormEntityChecker.getOWLDatatype(String name) |
OWLDatatype |
OWLEntityChecker.getOWLDatatype(String name) |
| 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 |
OWLDatatypeProvider.getOWLDatatype(IRI iri)
Gets an instance of
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> |
IRI.getDatatypesInSignature() |
Set<OWLDatatype> |
HasDatatypesInSignature.getDatatypesInSignature()
A convenience method that obtains the datatypes that are in the signature
of this object
|
Set<OWLDatatype> |
OWLSignatureBooleanArgs.getDatatypesInSignature(boolean includeImportsClosure)
Deprecated.
|
Set<OWLDatatype> |
OWLSignature.getDatatypesInSignature(Imports includeImportsClosure)
Gets the datatypes in the signature and optionally the imports closure.
|
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDatatypeDefinitionAxiom> |
OWLAxiomCollectionNoArgs.getAxioms(OWLDatatype datatype)
Deprecated.
use getAxioms(entity, Imports) instead
|
Set<OWLDatatypeDefinitionAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLDatatype datatype,
boolean includeImportsClosure)
Deprecated.
use getAxioms(entity, Imports) instead
|
Set<OWLDatatypeDefinitionAxiom> |
OWLAxiomCollection.getAxioms(OWLDatatype datatype,
Imports includeImportsClosure)
Gets the datatype definition axioms for the specified datatype.
|
Set<OWLDatatypeDefinitionAxiom> |
OWLAxiomIndex.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 dataType,
OWLFacet facet,
OWLLiteral typedLiteral)
OWLDatatypeRestriction see
spec
|
OWLDatatypeRestriction |
OWLDataFactory.getOWLDatatypeRestriction(OWLDatatype dataType,
OWLFacetRestriction... facetRestrictions) |
OWLDatatypeRestriction |
OWLDataFactory.getOWLDatatypeRestriction(OWLDatatype dataType,
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. |
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.getExpression() |
OWLDatatype |
UseOfUndeclaredDatatype.getExpression() |
| Constructor and Description |
|---|
UseOfUndeclaredDatatype(OWLOntology ontology,
OWLAxiom axiom,
OWLDatatype datatype) |
UseOfUnknownDatatype(OWLOntology ontology,
OWLAxiom axiom,
OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLDatatype node) |
void |
SimpleRenderer.visit(OWLDatatype node) |
void |
OWLObjectVisitorAdapter.visit(OWLDatatype node) |
void |
OWLObjectTypeIndexProvider.visit(OWLDatatype node) |
void |
OWLObjectDuplicator.visit(OWLDatatype node) |
void |
OWLObjectComponentCollector.visit(OWLDatatype node) |
O |
OWLEntityVisitorExAdapter.visit(OWLDatatype datatype) |
void |
OWLEntityVisitorAdapter.visit(OWLDatatype datatype) |
void |
OWLEntityRemover.visit(OWLDatatype datatype) |
void |
OWLEntityComparator.visit(OWLDatatype datatype) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLDatatype node) |
O |
OWLDataVisitorExAdapter.visit(OWLDatatype node) |
void |
OWLAnonymousIndividualsWithMultipleOccurrences.visit(OWLDatatype datatype) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDatatype node) |
OWLDataRange |
NNF.visit(OWLDatatype node) |
void |
HashCode.visit(OWLDatatype node) |
void |
DeprecatedOWLEntityCollector.visit(OWLDatatype datatype)
Deprecated.
|
O |
DelegatingObjectVisitorEx.visit(OWLDatatype node) |
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
ManchesterOWLSyntaxParser.parseLiteral(OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
OWL2Datatype.getDatatype(OWLDataFactory factory)
Gets the equivalent OWLDatatype from the given factory.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.