| Package | Description |
|---|---|
| org.obolibrary.macro | |
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package
|
| org.semanticweb.owlapi.dlsyntax.renderer | |
| org.semanticweb.owlapi.expression |
Expression parsers package
|
| org.semanticweb.owlapi.functional.renderer | |
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer
|
| org.semanticweb.owlapi.manchestersyntax.parser | |
| org.semanticweb.owlapi.manchestersyntax.renderer | |
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.owlxml.renderer | |
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.rdf.model |
RDF model package
|
| org.semanticweb.owlapi.reasoner.impl |
OWLReasoner implementation package
|
| org.semanticweb.owlapi.util |
Utilities package
|
| org.semanticweb.owlapi.util.mansyntax | |
| org.semanticweb.owlapi.vocab |
Vocabulary package
|
| org.semanticweb.owlapitools.builders | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
| Modifier and Type | Method and Description |
|---|---|
OWLDataRange |
AbstractMacroExpansionVisitor.visit(OWLDatatype node) |
| Modifier and Type | Method and Description |
|---|---|
static OWLDatatype |
OWLFunctionalSyntaxFactory.Boolean() |
static OWLDatatype |
OWLFunctionalSyntaxFactory.Datatype(IRI iri) |
static OWLDatatype |
OWLFunctionalSyntaxFactory.Double() |
static OWLDatatype |
OWLFunctionalSyntaxFactory.Float() |
static OWLDatatype |
OWLFunctionalSyntaxFactory.Integer() |
static OWLDatatype |
OWLFunctionalSyntaxFactory.PlainLiteral() |
static OWLDatatype |
OWLFunctionalSyntaxFactory.TopDatatype() |
| Modifier and Type | Method and Description |
|---|---|
static OWLDatatypeDefinitionAxiom |
OWLFunctionalSyntaxFactory.DatatypeDefinition(OWLDatatype datatype,
OWLDataRange dataRange) |
static OWLDatatypeRestriction |
OWLFunctionalSyntaxFactory.DatatypeRestriction(OWLDatatype datatype,
OWLFacetRestriction... facetRestrictions) |
static OWLLiteral |
OWLFunctionalSyntaxFactory.Literal(String literal,
OWLDatatype type) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLDatatype node) |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
ShortFormEntityChecker.getOWLDatatype(String name) |
OWLDatatype |
OWLEntityChecker.getOWLDatatype(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLDatatype node) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLDatatype node) |
| Modifier and Type | Method and Description |
|---|---|
OWLLiteral |
ManchesterOWLSyntaxParserImpl.parseLiteral(OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLDatatype node) |
Collection<OWLAxiom> |
ManchesterOWLSyntaxFrameRenderer.write(OWLDatatype datatype) |
| 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 |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLDatatype node) |
void |
OWLXMLWriter.writeDatatypeAttribute(OWLDatatype datatype)
Writes a datatype attributed (used on Literal elements).
|
| 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 |
AbstractTranslator.visit(OWLDatatype node) |
| Constructor and Description |
|---|
OWLDatatypeNode(OWLDatatype entity) |
OWLDatatypeNodeSet(OWLDatatype entity) |
| Constructor and Description |
|---|
OWLDatatypeNode(Set<OWLDatatype> entities) |
OWLDatatypeNodeSet(Node<OWLDatatype> owlDatatypeNode) |
OWLDatatypeNodeSet(Set<Node<OWLDatatype>> nodes) |
| 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.
|
| 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) |
BuilderLiteral |
BuilderLiteral.withDatatype(OWLDatatype arg) |
BuilderDatatypeRestriction |
BuilderDatatypeRestriction.withDatatype(OWLDatatype arg) |
| Constructor and Description |
|---|
BuilderDatatype(OWLDatatype expected,
OWLDataFactory df)
builder initialized from an existing object
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWL2DatatypeImpl
An optimised implementation of OWLDatatype for OWL2Datatypes.
|
class |
OWLDatatypeImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatype |
OWLObjectPropertyImpl.asOWLDatatype() |
OWLDatatype |
OWLNaryDataRangeImpl.asOWLDatatype() |
OWLDatatype |
OWLNamedIndividualImpl.asOWLDatatype() |
OWLDatatype |
OWLDatatypeRestrictionImpl.asOWLDatatype() |
OWLDatatype |
OWLDatatypeImpl.asOWLDatatype() |
OWLDatatype |
OWLDataPropertyImpl.asOWLDatatype() |
OWLDatatype |
OWLDataOneOfImpl.asOWLDatatype() |
OWLDatatype |
OWLDataComplementOfImpl.asOWLDatatype() |
OWLDatatype |
OWLClassImpl.asOWLDatatype() |
OWLDatatype |
OWLAnnotationPropertyImpl.asOWLDatatype() |
OWLDatatype |
OWL2DatatypeImpl.asOWLDatatype() |
OWLDatatype |
OWLDataFactoryInternalsImplNoCache.getBooleanOWLDatatype() |
OWLDatatype |
OWLDataFactoryInternals.getBooleanOWLDatatype() |
OWLDatatype |
OWLDataFactoryImpl.getBooleanOWLDatatype() |
OWLDatatype |
OWLLiteralImplString.getDatatype() |
OWLDatatype |
OWLLiteralImplPlain.getDatatype() |
OWLDatatype |
OWLLiteralImplNoCompression.getDatatype() |
OWLDatatype |
OWLLiteralImplInteger.getDatatype() |
OWLDatatype |
OWLLiteralImplFloat.getDatatype() |
OWLDatatype |
OWLLiteralImplDouble.getDatatype() |
OWLDatatype |
OWLLiteralImplBoolean.getDatatype() |
OWLDatatype |
OWLLiteralImpl.getDatatype() |
OWLDatatype |
OWLDatatypeRestrictionImpl.getDatatype() |
OWLDatatype |
OWLDatatypeDefinitionAxiomImpl.getDatatype() |
OWLDatatype |
OWLDataFactoryInternalsImplNoCache.getDoubleOWLDatatype() |
OWLDatatype |
OWLDataFactoryInternals.getDoubleOWLDatatype() |
OWLDatatype |
OWLDataFactoryImpl.getDoubleOWLDatatype() |
OWLDatatype |
OWLDataFactoryInternalsImplNoCache.getFloatOWLDatatype() |
OWLDatatype |
OWLDataFactoryInternals.getFloatOWLDatatype() |
OWLDatatype |
OWLDataFactoryImpl.getFloatOWLDatatype() |
OWLDatatype |
OWLDataFactoryInternalsImplNoCache.getIntegerOWLDatatype() |
OWLDatatype |
OWLDataFactoryInternals.getIntegerOWLDatatype() |
OWLDatatype |
OWLDataFactoryImpl.getIntegerOWLDatatype() |
OWLDatatype |
OWLDataFactoryInternalsImplNoCache.getOWLDatatype(IRI iri) |
OWLDatatype |
OWLDataFactoryInternalsImpl.getOWLDatatype(IRI iri) |
OWLDatatype |
OWLDataFactoryInternals.getOWLDatatype(IRI iri) |
OWLDatatype |
OWLDataFactoryImpl.getOWLDatatype(IRI iri) |
OWLDatatype |
OWLDataFactoryImpl.getOWLDatatype(String abbreviatedIRI,
PrefixManager prefixManager) |
OWLDatatype |
OWLDataFactoryInternalsImplNoCache.getRDFPlainLiteral() |
OWLDatatype |
OWLDataFactoryInternals.getRDFPlainLiteral() |
OWLDatatype |
OWLDataFactoryImpl.getRDFPlainLiteral() |
OWLDatatype |
OWLDataFactoryInternalsImplNoCache.getTopDatatype() |
OWLDatatype |
OWLDataFactoryInternals.getTopDatatype() |
OWLDatatype |
OWLDataFactoryImpl.getTopDatatype() |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDatatype> |
OWLObjectImplWithoutEntityAndAnonCaching.getDatatypesInSignature() |
Set<OWLDatatype> |
OWLObjectImplWithEntityAndAnonCaching.getDatatypesInSignature() |
Set<OWLDatatype> |
OWLLiteralImplString.getDatatypesInSignature() |
Set<OWLDatatype> |
OWLImmutableOntologyImpl.getDatatypesInSignature() |
Set<OWLDatatype> |
OWL2DatatypeImpl.getDatatypesInSignature() |
Set<OWLDatatype> |
OWLImmutableOntologyImpl.getDatatypesInSignature(boolean includeImportsClosure) |
Set<OWLDatatype> |
OWLImmutableOntologyImpl.getDatatypesInSignature(Imports includeImportsClosure) |
| Constructor and Description |
|---|
OWLDatatypeDefinitionAxiomImpl(OWLDatatype datatype,
OWLDataRange dataRange,
Collection<? extends OWLAnnotation> annotations) |
OWLDatatypeRestrictionImpl(OWLDatatype datatype,
Set<OWLFacetRestriction> facetRestrictions) |
OWLLiteralImpl(String literal,
String lang,
OWLDatatype datatype) |
OWLLiteralImplBoolean(boolean literal,
OWLDatatype datatype) |
OWLLiteralImplDouble(double literal,
OWLDatatype datatype) |
OWLLiteralImplFloat(float literal,
OWLDatatype datatype) |
OWLLiteralImplInteger(int literal,
OWLDatatype datatype) |
OWLLiteralImplNoCompression(String literal,
String lang,
OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDatatype> |
ConcurrentOWLOntologyImpl.getDatatypesInSignature() |
Set<OWLDatatype> |
ConcurrentOWLOntologyImpl.getDatatypesInSignature(boolean b)
Deprecated.
|
Set<OWLDatatype> |
ConcurrentOWLOntologyImpl.getDatatypesInSignature(Imports imports) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDatatype owlDatatype)
Deprecated.
|
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDatatype owlDatatype,
boolean b)
Deprecated.
|
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDatatype owlDatatype,
Imports imports) |
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getDatatypeDefinitions(OWLDatatype owlDatatype) |
Copyright © 2016 The University of Manchester. All Rights Reserved.