| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLTransitiveObjectPropertyAxiom> |
AxiomType.TRANSITIVE_OBJECT_PROPERTY
TransitiveObjectProperty
|
| Modifier and Type | Method and Description |
|---|---|
OWLTransitiveObjectPropertyAxiom |
OWLTransitiveObjectPropertyAxiom.getAxiomWithoutAnnotations() |
OWLTransitiveObjectPropertyAxiom |
OWLDataFactory.getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLTransitiveObjectPropertyAxiom |
OWLDataFactory.getOWLTransitiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLTransitiveObjectPropertyAxiom> |
OWLAxiomIndex.getTransitiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLTransitiveObjectPropertyAxioms contained in this
ontology that make the specified object property transitive. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLTransitiveObjectPropertyAxiom axiom)
visit OWLTransitiveObjectPropertyAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLTransitiveObjectPropertyAxiom axiom)
visit OWLTransitiveObjectPropertyAxiom type
|
Copyright © 2016 The University of Manchester. All Rights Reserved.