| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.functional.renderer |
Functional syntax parser and renderer.
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer.
|
| org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| org.semanticweb.owlapitools.decomposition | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
static OWLDatatypeDefinitionAxiom |
OWLFunctionalSyntaxFactory.DatatypeDefinition(OWLDatatype datatype,
OWLDataRange dataRange) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLDatatypeDefinitionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLDatatypeDefinitionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLDatatypeDefinitionAxiom axiom) |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLDatatypeDefinitionAxiom> |
AxiomType.DATATYPE_DEFINITION
DatatypeDefinition.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLDatatypeDefinitionAxiom> |
OWLAxiomCollection.axioms(OWLDatatype datatype)
Gets the datatype definition axioms for the specified datatype.
|
default java.util.stream.Stream<OWLDatatypeDefinitionAxiom> |
OWLAxiomCollection.axioms(OWLDatatype datatype,
Imports imports)
Gets the datatype definition axioms for the specified datatype.
|
java.util.stream.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
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLAxiomVisitorEx.visit(OWLDatatypeDefinitionAxiom axiom)
visit OWLDatatypeDefinitionAxiom type
|
default void |
OWLAxiomVisitor.visit(OWLDatatypeDefinitionAxiom axiom) |
| 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 |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLDatatypeDefinitionAxiom axiom) |
| Constructor and Description |
|---|
UseOfBuiltInDatatypeInDatatypeDefinition(OWLOntology ontology,
OWLDatatypeDefinitionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLDatatypeDefinitionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatypeDefinitionAxiom |
OWLObjectDuplicator.visit(OWLDatatypeDefinitionAxiom axiom) |
OWLDatatypeDefinitionAxiom |
OWLObjectDesharer.visit(OWLDatatypeDefinitionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLDatatypeDefinitionAxiom axiom) |
void |
SimpleRenderer.visit(OWLDatatypeDefinitionAxiom axiom) |
OWLDatatypeDefinitionAxiom |
OWLObjectDuplicator.visit(OWLDatatypeDefinitionAxiom axiom) |
OWLDatatypeDefinitionAxiom |
OWLObjectDesharer.visit(OWLDatatypeDefinitionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDatatypeDefinitionAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLDatatypeDefinitionAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLDatatypeDefinitionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatypeDefinitionAxiom |
BuilderDatatypeDefinition.buildObject() |
| Constructor and Description |
|---|
BuilderDatatypeDefinition(OWLDatatypeDefinitionAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLDatatypeDefinitionAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLDatatypeDefinitionAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatypeDefinitionAxiom |
OWLDataFactoryImpl.getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWL2Datatype dataRange,
Collection<OWLAnnotation> annotations) |
OWLDatatypeDefinitionAxiom |
OWLDataFactoryImpl.getOWLDatatypeDefinitionAxiom(OWLDatatype datatype,
OWLDataRange dataRange,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLDatatypeDefinitionAxiom> |
OWLImmutableOntologyImpl.axioms(OWLDatatype datatype) |
java.util.stream.Stream<OWLDatatypeDefinitionAxiom> |
OWLAxiomIndexImpl.datatypeDefinitions(OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.axioms(OWLDatatype owlDatatype) |
java.util.stream.Stream<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.axioms(OWLDatatype datatype,
Imports imports) |
java.util.stream.Stream<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.datatypeDefinitions(OWLDatatype datatype) |
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDatatype owlDatatype) |
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDatatype owlDatatype,
boolean b) |
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDatatype owlDatatype,
Imports imports) |
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getDatatypeDefinitions(OWLDatatype owlDatatype) |
Copyright © 2017 The University of Manchester. All Rights Reserved.