| 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<OWLIrreflexiveObjectPropertyAxiom> |
AxiomType.IRREFLEXIVE_OBJECT_PROPERTY
IrreflexiveObjectProperty.
|
| Modifier and Type | Method and Description |
|---|---|
OWLIrreflexiveObjectPropertyAxiom |
OWLIrreflexiveObjectPropertyAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Set<OWLIrreflexiveObjectPropertyAxiom> |
OWLAxiomIndex.getIrreflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Deprecated.
use the stream method
|
default Stream<OWLIrreflexiveObjectPropertyAxiom> |
OWLAxiomIndex.irreflexiveObjectPropertyAxioms(OWLObjectPropertyExpression property)
Gets the
OWLIrreflexiveObjectPropertyAxioms contained in this
ontology that make the specified object property irreflexive. |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLIrreflexiveObjectPropertyAxiom axiom)
visit OWLIrreflexiveObjectPropertyAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLIrreflexiveObjectPropertyAxiom axiom)
visit OWLIrreflexiveObjectPropertyAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLIrreflexiveObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property) |
OWLIrreflexiveObjectPropertyAxiom |
PropertyCharacteristicAxiomProvider.getOWLIrreflexiveObjectPropertyAxiom(OWLObjectPropertyExpression property,
Collection<OWLAnnotation> annotations) |
| Constructor and Description |
|---|
UseOfNonSimplePropertyInIrreflexivePropertyAxiom(OWLOntology ontology,
OWLIrreflexiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLIrreflexiveObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLIrreflexiveObjectPropertyAxiom ax) |
OWLIrreflexiveObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLIrreflexiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLIrreflexiveObjectPropertyAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLIrreflexiveObjectPropertyAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLIrreflexiveObjectPropertyAxiom axiom) |
void |
SimpleRenderer.visit(OWLIrreflexiveObjectPropertyAxiom axiom) |
OWLIrreflexiveObjectPropertyAxiom |
OWLObjectDuplicator.visit(OWLIrreflexiveObjectPropertyAxiom ax) |
OWLIrreflexiveObjectPropertyAxiom |
OWLObjectDesharer.visit(OWLIrreflexiveObjectPropertyAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLIrreflexiveObjectPropertyAxiom axiom) |
void |
StructureWalker.visit(OWLIrreflexiveObjectPropertyAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLIrreflexiveObjectPropertyAxiom |
BuilderIrreflexiveObjectProperty.buildObject() |
| Constructor and Description |
|---|
BuilderIrreflexiveObjectProperty(OWLIrreflexiveObjectPropertyAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.