| Modifier and Type | Method and Description |
|---|---|
OWLAxiom |
AbstractMacroExpansionVisitor.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
static OWLDataPropertyRangeAxiom |
OWLFunctionalSyntaxFactory.DataPropertyRange(OWLDataPropertyExpression property,
OWLDataRange range) |
static OWLDataPropertyRangeAxiom |
OWLFunctionalSyntaxFactory.DataPropertyRange(OWLDataPropertyExpression property,
OWLDataRange range,
Collection<OWLAnnotation> a) |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLDataPropertyRangeAxiom> |
CoerceConstantsIntoDataPropertyRange.datatypes(Collection<OWLOntology> ontologies) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLDataPropertyRangeAxiom> |
AxiomType.DATA_PROPERTY_RANGE
DataPropertyRange.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyRangeAxiom |
OWLDataPropertyRangeAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLDataPropertyRangeAxiom> |
OWLAxiomIndex.dataPropertyRangeAxioms(OWLDataProperty property)
Gets the
OWLDataPropertyRangeAxioms where the property is equal
to the specified property. |
default Set<OWLDataPropertyRangeAxiom> |
OWLAxiomIndex.getDataPropertyRangeAxioms(OWLDataProperty property)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLDataPropertyRangeAxiom axiom)
visit OWLDataPropertyRangeAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLDataPropertyRangeAxiom axiom)
visit OWLDataPropertyRangeAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDataPropertyRangeAxiom |
RangeAxiomProvider.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWL2Datatype owlDataRange) |
OWLDataPropertyRangeAxiom |
RangeAxiomProvider.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWL2Datatype owlDataRange,
Collection<OWLAnnotation> annotations) |
default OWLDataPropertyRangeAxiom |
RangeAxiomProvider.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange) |
OWLDataPropertyRangeAxiom |
RangeAxiomProvider.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyRangeAxiom |
OWLObjectDuplicator.visit(OWLDataPropertyRangeAxiom ax) |
OWLDataPropertyRangeAxiom |
OWLObjectDesharer.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLDataPropertyRangeAxiom axiom) |
void |
SimpleRendererDebug.visit(OWLDataPropertyRangeAxiom axiom) |
void |
SimpleRenderer.visit(OWLDataPropertyRangeAxiom axiom) |
OWLDataPropertyRangeAxiom |
OWLObjectDuplicator.visit(OWLDataPropertyRangeAxiom ax) |
OWLDataPropertyRangeAxiom |
OWLObjectDesharer.visit(OWLDataPropertyRangeAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDataPropertyRangeAxiom ax) |
OWLAxiom |
NNF.visit(OWLDataPropertyRangeAxiom axiom) |
O |
DelegatingObjectVisitorEx.visit(OWLDataPropertyRangeAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDataPropertyRangeAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyRangeAxiom |
BuilderDataPropertyRange.buildObject() |
| Constructor and Description |
|---|
BuilderDataPropertyRange(OWLDataPropertyRangeAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLDataPropertyRangeAxiom axiom) |
void |
SemanticLocalityChecker.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLDataPropertyRangeAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyRangeAxiom |
OWLDataPropertyRangeAxiomImpl.getAxiomWithoutAnnotations() |
OWLDataPropertyRangeAxiom |
OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWL2Datatype owlDataRange,
Collection<OWLAnnotation> annotations) |
OWLDataPropertyRangeAxiom |
OWLDataFactoryImpl.getOWLDataPropertyRangeAxiom(OWLDataPropertyExpression property,
OWLDataRange owlDataRange,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
K |
InitVisitorFactory.InitVisitor.visit(OWLDataPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLDataPropertyRangeAxiom> |
ConcurrentOWLOntologyImpl.dataPropertyRangeAxioms(OWLDataProperty property) |
Set<OWLDataPropertyRangeAxiom> |
ConcurrentOWLOntologyImpl.getDataPropertyRangeAxioms(OWLDataProperty owlDataProperty)
Deprecated.
|
Copyright © 2019 The University of Manchester. All rights reserved.