| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLInverseObjectPropertiesAxiom> |
AxiomType.INVERSE_OBJECT_PROPERTIES
InverseObjectProperties
|
| Modifier and Type | Method and Description |
|---|---|
OWLInverseObjectPropertiesAxiom |
OWLInverseObjectPropertiesAxiom.getAxiomWithoutAnnotations() |
OWLInverseObjectPropertiesAxiom |
OWLDataFactory.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty) |
OWLInverseObjectPropertiesAxiom |
OWLDataFactory.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLInverseObjectPropertiesAxiom> |
OWLOntology.getInverseObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLInverseObjectPropertiesAxioms where the specified
property is contained in the set returned by
OWLNaryPropertyAxiom.getProperties()
. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
O |
OWLAxiomVisitorEx.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
void |
OWLAxiomVisitor.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
Object |
OWL2ELProfile.OWL2ELProfileObjectVisitor.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InferredInverseObjectPropertiesAxiomGenerator.addAxioms(OWLObjectProperty entity,
OWLReasoner reasoner,
OWLDataFactory dataFactory,
Set<OWLInverseObjectPropertiesAxiom> result) |
Copyright © 2014 The University of Manchester. All Rights Reserved.