| 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<OWLAsymmetricObjectPropertyAxiom> |
AxiomType.ASYMMETRIC_OBJECT_PROPERTY
AsymmetricObjectProperty.
|
| Modifier and Type | Method and Description |
|---|---|
OWLAsymmetricObjectPropertyAxiom |
OWLAsymmetricObjectPropertyAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLAsymmetricObjectPropertyAxiom> |
OWLAxiomIndex.asymmetricObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLAsymmetricObjectPropertyAxioms contained in this
ontology that make the specified object property asymmetric. |
default Set<OWLAsymmetricObjectPropertyAxiom> |
OWLAxiomIndex.getAsymmetricObjectPropertyAxioms(OWLObjectPropertyExpression property)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLAsymmetricObjectPropertyAxiom axiom)
visit OWLAsymmetricObjectPropertyAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLAsymmetricObjectPropertyAxiom axiom)
visit OWLAsymmetricObjectPropertyAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLAsymmetricObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression) |
OWLAsymmetricObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLAsymmetricObjectPropertyAxiom(OWLObjectPropertyExpression propertyExpression,
Collection<OWLAnnotation> annotations) |
| Constructor and Description |
|---|
UseOfNonSimplePropertyInAsymmetricObjectPropertyAxiom(OWLOntology ontology,
OWLAsymmetricObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLAsymmetricObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLAsymmetricObjectPropertyAxiom ax) |
OWLAsymmetricObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLAsymmetricObjectPropertyAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
void |
SimpleRenderer.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
OWLAsymmetricObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLAsymmetricObjectPropertyAxiom ax) |
OWLAsymmetricObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
void |
StructureWalker.visit(OWLAsymmetricObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLAsymmetricObjectPropertyAxiom |
BuilderAsymmetricObjectProperty.buildObject() |
| Constructor and Description |
|---|
BuilderAsymmetricObjectProperty(OWLAsymmetricObjectPropertyAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.