| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLReflexiveObjectPropertyAxiom> |
AxiomType.REFLEXIVE_OBJECT_PROPERTY
ReflexiveObjectProperty.
|
| Modifier and Type | Method and Description |
|---|---|
OWLReflexiveObjectPropertyAxiom |
OWLReflexiveObjectPropertyAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLReflexiveObjectPropertyAxiom> |
OWLAxiomIndex.getReflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Deprecated.
use the stream method
|
default Stream<OWLReflexiveObjectPropertyAxiom> |
OWLAxiomIndex.reflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLReflexiveObjectPropertyAxioms contained in this
ontology that make the specified object property reflexive. |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLReflexiveObjectPropertyAxiom axiom)
visit OWLReflexiveObjectPropertyAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLReflexiveObjectPropertyAxiom axiom)
visit OWLReflexiveObjectPropertyAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLReflexiveObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLReflexiveObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLReflexiveObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLReflexiveObjectPropertyAxiom ax) |
OWLReflexiveObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLReflexiveObjectPropertyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLReflexiveObjectPropertyAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLReflexiveObjectPropertyAxiom axiom) |
void |
SimpleRenderer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
OWLReflexiveObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLReflexiveObjectPropertyAxiom ax) |
OWLReflexiveObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLReflexiveObjectPropertyAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLReflexiveObjectPropertyAxiom axiom) |
void |
StructureWalker.visit(OWLReflexiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLReflexiveObjectPropertyAxiom |
BuilderReflexiveObjectProperty.buildObject() |
| Constructor and Description |
|---|
BuilderReflexiveObjectProperty(OWLReflexiveObjectPropertyAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.