| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLObjectPropertyRangeAxiom> |
AxiomType.OBJECT_PROPERTY_RANGE
ObjectPropertyRange.
|
| Modifier and Type | Method and Description |
|---|---|
OWLObjectPropertyRangeAxiom |
OWLObjectPropertyRangeAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLObjectPropertyRangeAxiom> |
OWLAxiomIndex.getObjectPropertyRangeAxioms(OWLObjectPropertyExpression property)
Deprecated.
use the stream method
|
default Stream<OWLObjectPropertyRangeAxiom> |
OWLAxiomIndex.objectPropertyRangeAxioms(OWLObjectPropertyExpression property)
Gets the
OWLObjectPropertyRangeAxiom s where the property is
equal to the specified property. |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLObjectPropertyRangeAxiom axiom)
visit OWLObjectPropertyRangeAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLObjectPropertyRangeAxiom axiom)
visit OWLObjectPropertyRangeAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLObjectPropertyRangeAxiom |
RangeAxiomProvider.getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression property,
OWLClassExpression range) |
OWLObjectPropertyRangeAxiom |
RangeAxiomProvider.getOWLObjectPropertyRangeAxiom(OWLObjectPropertyExpression property,
OWLClassExpression range,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLObjectPropertyRangeAxiom |
LastPropertyInChainNotInImposedRange.getExpression() |
| Constructor and Description |
|---|
LastPropertyInChainNotInImposedRange(OWLOntology ontology,
OWLSubPropertyChainOfAxiom axiom,
OWLObjectPropertyRangeAxiom rangeAxiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObjectPropertyRangeAxiom |
OWLObjectDuplicator.visit(OWLObjectPropertyRangeAxiom ax) |
OWLObjectPropertyRangeAxiom |
OWLObjectDesharer.visit(OWLObjectPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLAxiom |
NNF.visit(OWLObjectPropertyRangeAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLObjectPropertyRangeAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLObjectPropertyRangeAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLObjectPropertyRangeAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLObjectPropertyRangeAxiom axiom) |
void |
SimpleRenderer.visit(OWLObjectPropertyRangeAxiom axiom) |
OWLObjectPropertyRangeAxiom |
OWLObjectDuplicator.visit(OWLObjectPropertyRangeAxiom ax) |
OWLObjectPropertyRangeAxiom |
OWLObjectDesharer.visit(OWLObjectPropertyRangeAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLObjectPropertyRangeAxiom axiom) |
void |
StructureWalker.visit(OWLObjectPropertyRangeAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObjectPropertyRangeAxiom |
BuilderObjectPropertyRange.buildObject() |
| Constructor and Description |
|---|
BuilderObjectPropertyRange(OWLObjectPropertyRangeAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.