| Package | Description |
|---|---|
| org.semanticweb.owlapi.expression |
Expression parsers package.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapi.util.mansyntax | |
| org.semanticweb.owlapi.vocab |
Vocabulary package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
OWLEntityChecker.getOWLDatatype(String name) |
OWLDatatype |
ShortFormEntityChecker.getOWLDatatype(String name) |
| Modifier and Type | Field and Description |
|---|---|
static EntityType<OWLDatatype> |
EntityType.DATATYPE
Datatype entity.
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDatatype |
AsOWLDatatype.asOWLDatatype()
A convenience method that obtains this entity as an OWLDatatype (in order
to avoid explicit casting).
|
OWLDatatype |
OWLDatatypeDefinitionAxiom.getDatatype()
Gets the
OWLDatatype that is assigned a definition. |
OWLDatatype |
OWLDatatypeRestriction.getDatatype()
Gets the data range that this data range restricts.
|
OWLDatatype |
OWLLiteral.getDatatype()
Gets the
OWLDatatype which types this literal. |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLDatatype> |
HasDatatypesInSignature.datatypesInSignature() |
default Stream<OWLDatatype> |
OWLSignature.datatypesInSignature(Imports imports)
Gets the datatypes in the signature and optionally the imports closure.
|
default Set<OWLDatatype> |
HasDatatypesInSignature.getDatatypesInSignature()
Deprecated.
use the stream method
|
default Set<OWLDatatype> |
OWLSignatureBooleanArgs.getDatatypesInSignature(boolean includeImportsClosure)
Deprecated.
use the stream method
|
default Set<OWLDatatype> |
OWLSignature.getDatatypesInSignature(Imports includeImportsClosure)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLDatatypeDefinitionAxiom> |
OWLAxiomCollection.axioms(OWLDatatype datatype)
Gets the datatype definition axioms for the specified datatype.
|
default Stream<OWLDatatypeDefinitionAxiom> |
OWLAxiomCollection.axioms(OWLDatatype datatype,
Imports imports)
Gets the datatype definition axioms for the specified datatype.
|
Stream<OWLDatatypeDefinitionAxiom> |
OWLAxiomIndex.datatypeDefinitions(OWLDatatype datatype)
Gets the
OWLDatatypeDefinitionAxioms contained in this ontology
that provide a definition for the specified datatype. |
default Set<OWLDatatypeDefinitionAxiom> |
OWLAxiomCollection.getAxioms(OWLDatatype datatype)
Deprecated.
use the stream method
|
default Set<OWLDatatypeDefinitionAxiom> |
OWLAxiomCollectionBooleanArgs.getAxioms(OWLDatatype datatype,
boolean includeImportsClosure)
Deprecated.
use getAxioms(entity, Imports) instead
|
default Set<OWLDatatypeDefinitionAxiom> |
OWLAxiomCollection.getAxioms(OWLDatatype datatype,
Imports includeImportsClosure)
Deprecated.
use the stream method
|
default Set<OWLDatatypeDefinitionAxiom> |
OWLAxiomIndex.getDatatypeDefinitions(OWLDatatype datatype)
Deprecated.
use the stream method
|
default O |
OWLDataEntityVisitorExBase.visit(OWLDatatype node)
visit OWLDatatype type
|
default O |
OWLDataRangeVisitorEx.visit(OWLDatatype node)
visit OWLDatatype type
|
default void |
OWLDataEntityVisitorBase.visit(OWLDatatype node)
visit OWLDatatype type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDatatypeDefinitionAxiom |
DeclarationAxiomProvider.getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWL2Datatype dataRange) |
OWLDatatypeDefinitionAxiom |
DeclarationAxiomProvider.getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWL2Datatype dataRange,
Collection<OWLAnnotation> annotations) |
default OWLDatatypeDefinitionAxiom |
DeclarationAxiomProvider.getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange) |
OWLDatatypeDefinitionAxiom |
DeclarationAxiomProvider.getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
OWLVocabularyProvider.getBooleanOWLDatatype()
A convenience method that obtains the datatype that represents the
boolean datatype.
|
OWLDatatype |
OWLVocabularyProvider.getDoubleOWLDatatype()
A convenience method that obtains the datatype that represents doubles.
|
OWLDatatype |
OWLVocabularyProvider.getFloatOWLDatatype()
A convenience method that obtains the datatype that represents floats.
|
OWLDatatype |
OWLVocabularyProvider.getIntegerOWLDatatype()
A convenience method that obtains the datatype that represents integers.
|
default OWLDatatype |
DatatypeProvider.getOWLDatatype(HasIRI iri)
Gets an instance of
OWLDatatype with the same IRI as the input. |
OWLDatatype |
DatatypeProvider.getOWLDatatype(IRI iri)
Gets an instance of
OWLDatatype that has the specified
IRI. |
default OWLDatatype |
DatatypeProvider.getOWLDatatype(String iri)
Gets an instance of
OWLDatatype that has the specified
IRI. |
default OWLDatatype |
DatatypeProvider.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.
|
default OWLDatatype |
DatatypeProvider.getOWLDatatype(String namespace,
String remainder)
Gets an instance of
OWLDatatype that has the specified
IRI. |
OWLDatatype |
OWLVocabularyProvider.getRDFPlainLiteral()
Gets the rdf:PlainLiteral datatype.
|
OWLDatatype |
OWLVocabularyProvider.getStringOWLDatatype()
A convenience method that obtains the datatype that represents the string
datatype.
|
OWLDatatype |
OWLVocabularyProvider.getTopDatatype() |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatypeRestriction |
DatatypeExpressionProvider.getOWLDatatypeRestriction(OWLDatatype dataType,
Collection<OWLFacetRestriction> facetRestrictions)
OWLDatatypeRestriction
see
spec
|
OWLDatatypeRestriction |
DatatypeExpressionProvider.getOWLDatatypeRestriction(OWLDatatype dataType,
OWLFacet facet,
OWLLiteral typedLiteral)
OWLDatatypeRestriction
see
spec
|
default OWLDatatypeRestriction |
DatatypeExpressionProvider.getOWLDatatypeRestriction(OWLDatatype dataType,
OWLFacetRestriction... facetRestrictions) |
OWLLiteral |
LiteralProvider.getOWLLiteral(String lexicalValue,
OWLDatatype datatype)
Gets an
OWLLiteral, which has the specified lexical value, and is
typed with the specified datatype. |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
UseOfUndeclaredDatatype.getExpression() |
OWLDatatype |
UseOfUnknownDatatype.getExpression() |
| Constructor and Description |
|---|
UseOfUndeclaredDatatype(OWLOntology ontology,
OWLAxiom axiom,
OWLDatatype datatype) |
UseOfUnknownDatatype(OWLOntology ontology,
OWLAxiom axiom,
OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
OWLObjectDuplicator.visit(OWLDatatype node) |
OWLDatatype |
OWLObjectDesharer.visit(OWLDatatype node) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLAnnotationPropertyTransformer.visit(OWLDatatype node) |
O |
DelegatingObjectVisitorEx.visit(OWLDatatype node) |
void |
SimpleRenderer.visit(OWLDatatype node) |
OWLDatatype |
OWLObjectDuplicator.visit(OWLDatatype node) |
OWLDatatype |
OWLObjectDesharer.visit(OWLDatatype node) |
String |
OWLEntityFragmentProvider.visit(OWLDatatype datatype) |
Collection<OWLEntity> |
OWLEntityCollector.visit(OWLDatatype node) |
void |
OWLEntityComparator.visit(OWLDatatype datatype) |
void |
StructureWalker.visit(OWLDatatype node) |
void |
OWLEntityRemover.visit(OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
ManchesterOWLSyntaxParser.parseLiteral(OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
OWL2Datatype.getDatatype(DatatypeProvider factory)
Gets the equivalent OWLDatatype from the given factory.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
BuilderDatatype.buildObject() |
OWLDatatype |
BuilderDatatypeRestriction.getType() |
OWLDatatype |
BuilderDatatypeDefinition.getType() |
| Modifier and Type | Method and Description |
|---|---|
BuilderDatatypeDefinition |
BuilderDatatypeDefinition.with(OWLDatatype arg) |
BuilderDatatypeRestriction |
BuilderDatatypeRestriction.withDatatype(OWLDatatype arg) |
BuilderLiteral |
BuilderLiteral.withDatatype(OWLDatatype arg) |
| Constructor and Description |
|---|
BuilderDatatype(OWLDatatype expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.