| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLReflexiveObjectPropertyAxiom> |
AxiomType.REFLEXIVE_OBJECT_PROPERTY
ReflexiveObjectProperty
|
| Modifier and Type | Method and Description |
|---|---|
OWLReflexiveObjectPropertyAxiom |
OWLReflexiveObjectPropertyAxiom.getAxiomWithoutAnnotations() |
OWLReflexiveObjectPropertyAxiom |
OWLDataFactory.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLReflexiveObjectPropertyAxiom |
OWLDataFactory.getOWLReflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLReflexiveObjectPropertyAxiom> |
OWLAxiomIndex.getReflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLReflexiveObjectPropertyAxioms contained in this
ontology that make the specified object property reflexive. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLReflexiveObjectPropertyAxiom axiom)
visit OWLReflexiveObjectPropertyAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLReflexiveObjectPropertyAxiom axiom)
visit OWLReflexiveObjectPropertyAxiom type
|
Copyright © 2016 The University of Manchester. All Rights Reserved.