| Modifier and Type | Method and Description |
|---|---|
static OWLDatatypeDefinitionAxiom |
OWLFunctionalSyntaxFactory.DatatypeDefinition(OWLDatatype datatype,
OWLDataRange dataRange) |
| Modifier and Type | Method and Description |
|---|---|
OWLDatatypeDefinitionAxiom |
OWLFunctionalSyntaxParser.DatatypeDefinitionAxiom() |
| 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 |
|---|---|
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
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProfileVisitor.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 ax) |
OWLDatatypeDefinitionAxiom |
OWLObjectDesharer.visit(OWLDatatypeDefinitionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLDatatypeDefinitionAxiom axiom) |
void |
SimpleRendererDebug.visit(OWLDatatypeDefinitionAxiom axiom) |
void |
SimpleRenderer.visit(OWLDatatypeDefinitionAxiom axiom) |
OWLDatatypeDefinitionAxiom |
OWLObjectDuplicator.visit(OWLDatatypeDefinitionAxiom ax) |
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 |
|---|---|
Stream<OWLDatatypeDefinitionAxiom> |
OWLImmutableOntologyImpl.axioms(OWLDatatype datatype) |
Stream<OWLDatatypeDefinitionAxiom> |
OWLAxiomIndexImpl.datatypeDefinitions(OWLDatatype datatype) |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.axioms(OWLDatatype owlDatatype) |
Stream<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.axioms(OWLDatatype datatype,
Imports imports) |
Stream<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.datatypeDefinitions(OWLDatatype datatype) |
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDatatype owlDatatype)
Deprecated.
|
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDatatype owlDatatype,
boolean b)
Deprecated.
|
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getAxioms(OWLDatatype owlDatatype,
Imports imports)
Deprecated.
|
Set<OWLDatatypeDefinitionAxiom> |
ConcurrentOWLOntologyImpl.getDatatypeDefinitions(OWLDatatype owlDatatype)
Deprecated.
|
Copyright © 2019 The University of Manchester. All rights reserved.