| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| 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> |
OWLOntology.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
|
O |
OWLAxiomVisitorEx.visit(OWLTransitiveObjectPropertyAxiom axiom)
visit OWLTransitiveObjectPropertyAxiom type
|
void |
OWLAxiomVisitor.visit(OWLTransitiveObjectPropertyAxiom axiom)
visit OWLTransitiveObjectPropertyAxiom type
|
Copyright © 2014 The University of Manchester. All Rights Reserved.