| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.search |
Search utilities package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLInverseObjectPropertiesAxiom> |
AxiomType.INVERSE_OBJECT_PROPERTIES
InverseObjectProperties.
|
| Modifier and Type | Method and Description |
|---|---|
OWLInverseObjectPropertiesAxiom |
OWLInverseObjectPropertiesAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiom.asPairwiseAxioms() |
default Set<OWLInverseObjectPropertiesAxiom> |
OWLAxiomIndex.getInverseObjectPropertyAxioms(OWLObjectPropertyExpression property)
Deprecated.
use the stream method
|
default Stream<OWLInverseObjectPropertiesAxiom> |
OWLAxiomIndex.inverseObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLInverseObjectPropertiesAxioms where the specified
property is contained in the set returned by
OWLNaryPropertyAxiom.properties() . |
Collection<OWLInverseObjectPropertiesAxiom> |
OWLInverseObjectPropertiesAxiom.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLInverseObjectPropertiesAxiom axiom)
visit OWLInverseObjectPropertiesAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLInverseObjectPropertiesAxiom |
InverseAxiomProvider.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty) |
OWLInverseObjectPropertiesAxiom |
InverseAxiomProvider.getOWLInverseObjectPropertiesAxiom(OWLObjectPropertyExpression forwardProperty,
OWLObjectPropertyExpression inverseProperty,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
static Stream<OWLObjectPropertyExpression> |
Searcher.inverse(Stream<OWLInverseObjectPropertiesAxiom> axioms,
OWLObjectPropertyExpression p)
Retrieve inverses from a collection of inverse axioms.
|
| Modifier and Type | Method and Description |
|---|---|
OWLInverseObjectPropertiesAxiom |
OWLObjectDuplicator.visit(OWLInverseObjectPropertiesAxiom ax) |
OWLInverseObjectPropertiesAxiom |
OWLObjectDesharer.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLInverseObjectPropertiesAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLInverseObjectPropertiesAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLInverseObjectPropertiesAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLInverseObjectPropertiesAxiom axiom) |
void |
SimpleRenderer.visit(OWLInverseObjectPropertiesAxiom axiom) |
OWLInverseObjectPropertiesAxiom |
OWLObjectDuplicator.visit(OWLInverseObjectPropertiesAxiom ax) |
OWLInverseObjectPropertiesAxiom |
OWLObjectDesharer.visit(OWLInverseObjectPropertiesAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLInverseObjectPropertiesAxiom axiom) |
void |
StructureWalker.visit(OWLInverseObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLInverseObjectPropertiesAxiom |
BuilderInverseObjectProperties.buildObject() |
| Constructor and Description |
|---|
BuilderInverseObjectProperties(OWLInverseObjectPropertiesAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.