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