| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.search |
Search utulities package
|
| org.semanticweb.owlapi.util |
Utilities package
|
| 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> |
OWLInverseObjectPropertiesAxiom.asPairwiseAxioms() |
Set<OWLInverseObjectPropertiesAxiom> |
OWLAxiomIndex.getInverseObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLInverseObjectPropertiesAxioms where the specified
property is contained in the set returned by
OWLNaryPropertyAxiom.getProperties() . |
Set<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiom.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<OWLObjectPropertyExpression> |
Searcher.inverse(Collection<OWLInverseObjectPropertiesAxiom> axioms,
OWLObjectPropertyExpression p)
Retrieve inverses from a collection of inverse axioms.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.