| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.profiles.violations |
Violation classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLInverseFunctionalObjectPropertyAxiom> |
AxiomType.INVERSE_FUNCTIONAL_OBJECT_PROPERTY
InverseFunctionalObjectProperty.
|
| Modifier and Type | Method and Description |
|---|---|
OWLInverseFunctionalObjectPropertyAxiom |
OWLInverseFunctionalObjectPropertyAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLInverseFunctionalObjectPropertyAxiom> |
OWLAxiomIndex.getInverseFunctionalObjectPropertyAxioms(OWLObjectPropertyExpression property)
Deprecated.
use the stream method
|
default Stream<OWLInverseFunctionalObjectPropertyAxiom> |
OWLAxiomIndex.inverseFunctionalObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLInverseFunctionalObjectPropertyAxioms contained in
this ontology that make the specified object property inverse functional. |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLInverseFunctionalObjectPropertyAxiom axiom)
visit OWLInverseFunctionalObjectPropertyAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLInverseFunctionalObjectPropertyAxiom axiom)
visit OWLInverseFunctionalObjectPropertyAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLInverseFunctionalObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLInverseFunctionalObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLInverseFunctionalObjectPropertyAxiom(OWLObjectPropertyExpression property,
Collection<OWLAnnotation> annotations) |
| Constructor and Description |
|---|
UseOfNonSimplePropertyInInverseFunctionalObjectPropertyAxiom(OWLOntology ontology,
OWLInverseFunctionalObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLInverseFunctionalObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLInverseFunctionalObjectPropertyAxiom ax) |
OWLInverseFunctionalObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLInverseFunctionalObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLInverseFunctionalObjectPropertyAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLInverseFunctionalObjectPropertyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLInverseFunctionalObjectPropertyAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLInverseFunctionalObjectPropertyAxiom axiom) |
void |
SimpleRenderer.visit(OWLInverseFunctionalObjectPropertyAxiom axiom) |
OWLInverseFunctionalObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLInverseFunctionalObjectPropertyAxiom ax) |
OWLInverseFunctionalObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLInverseFunctionalObjectPropertyAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLInverseFunctionalObjectPropertyAxiom axiom) |
void |
StructureWalker.visit(OWLInverseFunctionalObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLInverseFunctionalObjectPropertyAxiom |
BuilderInverseFunctionalObjectProperty.buildObject() |
| Constructor and Description |
|---|
BuilderInverseFunctionalObjectProperty(OWLInverseFunctionalObjectPropertyAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.