| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles.violations | |
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLAsymmetricObjectPropertyAxiom> |
AxiomType.ASYMMETRIC_OBJECT_PROPERTY
AsymmetricObjectProperty
|
| Modifier and Type | Method and Description |
|---|---|
OWLAsymmetricObjectPropertyAxiom |
OWLAsymmetricObjectPropertyAxiom.getAxiomWithoutAnnotations() |
OWLAsymmetricObjectPropertyAxiom |
OWLDataFactory.getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression) |
OWLAsymmetricObjectPropertyAxiom |
OWLDataFactory.getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression,
Set<? extends OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Set<OWLAsymmetricObjectPropertyAxiom> |
OWLAxiomIndex.getAsymmetricObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLAsymmetricObjectPropertyAxioms contained in this
ontology that make the specified object property asymmetric. |
| Modifier and Type | Method and Description |
|---|---|
O |
OWLLogicalAxiomVisitorEx.visit(OWLAsymmetricObjectPropertyAxiom axiom)
visit OWLAsymmetricObjectPropertyAxiom type
|
void |
OWLLogicalAxiomVisitor.visit(OWLAsymmetricObjectPropertyAxiom axiom)
visit OWLAsymmetricObjectPropertyAxiom type
|
| Constructor and Description |
|---|
UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom(OWLOntology ontology,
OWLAsymmetricObjectPropertyAxiom axiom) |
Copyright © 2016 The University of Manchester. All Rights Reserved.