| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLTransitiveObjectPropertyAxiom> |
AxiomType.TRANSITIVE_OBJECT_PROPERTY
TransitiveObjectProperty.
|
| Modifier and Type | Method and Description |
|---|---|
OWLTransitiveObjectPropertyAxiom |
OWLTransitiveObjectPropertyAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLTransitiveObjectPropertyAxiom> |
OWLAxiomIndex.getTransitiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Deprecated.
use the stream method
|
default Stream<OWLTransitiveObjectPropertyAxiom> |
OWLAxiomIndex.transitiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLTransitiveObjectPropertyAxioms contained in this
ontology that make the specified object property transitive. |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLTransitiveObjectPropertyAxiom axiom)
visit OWLTransitiveObjectPropertyAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLTransitiveObjectPropertyAxiom axiom)
visit OWLTransitiveObjectPropertyAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLTransitiveObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLTransitiveObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLTransitiveObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLTransitiveObjectPropertyAxiom ax) |
OWLTransitiveObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLTransitiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLTransitiveObjectPropertyAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLTransitiveObjectPropertyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLTransitiveObjectPropertyAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLTransitiveObjectPropertyAxiom axiom) |
void |
SimpleRenderer.visit(OWLTransitiveObjectPropertyAxiom axiom) |
OWLTransitiveObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLTransitiveObjectPropertyAxiom ax) |
OWLTransitiveObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLTransitiveObjectPropertyAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLTransitiveObjectPropertyAxiom axiom) |
void |
StructureWalker.visit(OWLTransitiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLTransitiveObjectPropertyAxiom |
BuilderTransitiveObjectProperty.buildObject() |
| Constructor and Description |
|---|
BuilderTransitiveObjectProperty(OWLTransitiveObjectPropertyAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.