| 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<OWLDisjointObjectPropertiesAxiom> |
AxiomType.DISJOINT_OBJECT_PROPERTIES
DisjointObjectProperties.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointObjectPropertiesAxiom |
OWLDisjointObjectPropertiesAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLDisjointObjectPropertiesAxiom> |
OWLDisjointObjectPropertiesAxiom.asPairwiseAxioms() |
default Stream<OWLDisjointObjectPropertiesAxiom> |
OWLAxiomIndex.disjointObjectPropertiesAxioms(OWLObjectPropertyExpression property)
Gets the
OWLDisjointObjectPropertiesAxioms that make the
specified property disjoint with some other object property
expression(s). |
default Set<OWLDisjointObjectPropertiesAxiom> |
OWLAxiomIndex.getDisjointObjectPropertiesAxioms(OWLObjectPropertyExpression property)
Deprecated.
use the stream method
|
Collection<OWLDisjointObjectPropertiesAxiom> |
OWLDisjointObjectPropertiesAxiom.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLDisjointObjectPropertiesAxiom axiom)
visit OWLDisjointObjectPropertiesAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLDisjointObjectPropertiesAxiom axiom)
visit OWLDisjointObjectPropertiesAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDisjointObjectPropertiesAxiom |
DisjointAxiomProvider.getOWLDisjointObjectPropertiesAxiom(Collection<? extends OWLObjectPropertyExpression> properties) |
OWLDisjointObjectPropertiesAxiom |
DisjointAxiomProvider.getOWLDisjointObjectPropertiesAxiom(Collection<? extends OWLObjectPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
default OWLDisjointObjectPropertiesAxiom |
DisjointAxiomProvider.getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression... properties) |
default OWLDisjointObjectPropertiesAxiom |
DisjointAxiomProvider.getOWLDisjointObjectPropertiesAxiom(OWLObjectPropertyExpression p,
OWLObjectPropertyExpression q,
Collection<OWLAnnotation> annotations) |
| Constructor and Description |
|---|
UseOfNonSimplePropertyInDisjointPropertiesAxiom(OWLOntology ontology,
OWLDisjointObjectPropertiesAxiom axiom,
OWLObjectPropertyExpression prop) |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointObjectPropertiesAxiom |
OWLObjectDuplicator.visit(OWLDisjointObjectPropertiesAxiom ax) |
OWLDisjointObjectPropertiesAxiom |
OWLObjectDesharer.visit(OWLDisjointObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLDisjointObjectPropertiesAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDisjointObjectPropertiesAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLDisjointObjectPropertiesAxiom axiom) |
void |
SimpleRenderer.visit(OWLDisjointObjectPropertiesAxiom axiom) |
OWLDisjointObjectPropertiesAxiom |
OWLObjectDuplicator.visit(OWLDisjointObjectPropertiesAxiom ax) |
OWLDisjointObjectPropertiesAxiom |
OWLObjectDesharer.visit(OWLDisjointObjectPropertiesAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDisjointObjectPropertiesAxiom axiom) |
void |
StructureWalker.visit(OWLDisjointObjectPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointObjectPropertiesAxiom |
BuilderDisjointObjectProperties.buildObject() |
| Constructor and Description |
|---|
BuilderDisjointObjectProperties(OWLDisjointObjectPropertiesAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.