| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLDisjointDataPropertiesAxiom> |
AxiomType.DISJOINT_DATA_PROPERTIES
DisjointDataProperties.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointDataPropertiesAxiom |
OWLDisjointDataPropertiesAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLDisjointDataPropertiesAxiom> |
OWLDisjointDataPropertiesAxiom.asPairwiseAxioms() |
default Stream<OWLDisjointDataPropertiesAxiom> |
OWLAxiomIndex.disjointDataPropertiesAxioms(OWLDataProperty property)
Gets the
OWLDisjointDataPropertiesAxioms that make the specified
property disjoint with some other data property expression(s). |
default Set<OWLDisjointDataPropertiesAxiom> |
OWLAxiomIndex.getDisjointDataPropertiesAxioms(OWLDataProperty property)
Deprecated.
use the stream method
|
Collection<OWLDisjointDataPropertiesAxiom> |
OWLDisjointDataPropertiesAxiom.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLDisjointDataPropertiesAxiom axiom)
visit OWLDisjointDataPropertiesAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLDisjointDataPropertiesAxiom axiom)
visit OWLDisjointDataPropertiesAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDisjointDataPropertiesAxiom |
DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression> properties) |
OWLDisjointDataPropertiesAxiom |
DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
default OWLDisjointDataPropertiesAxiom |
DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression... dataProperties) |
default OWLDisjointDataPropertiesAxiom |
DisjointAxiomProvider.getOWLDisjointDataPropertiesAxiom(OWLDataPropertyExpression p,
OWLDataPropertyExpression q,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointDataPropertiesAxiom |
OWLObjectDuplicator.visit(OWLDisjointDataPropertiesAxiom ax) |
OWLDisjointDataPropertiesAxiom |
OWLObjectDesharer.visit(OWLDisjointDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLObject |
AxiomSubjectProviderEx.visit(OWLDisjointDataPropertiesAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDisjointDataPropertiesAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLDisjointDataPropertiesAxiom axiom) |
void |
SimpleRenderer.visit(OWLDisjointDataPropertiesAxiom axiom) |
OWLDisjointDataPropertiesAxiom |
OWLObjectDuplicator.visit(OWLDisjointDataPropertiesAxiom ax) |
OWLDisjointDataPropertiesAxiom |
OWLObjectDesharer.visit(OWLDisjointDataPropertiesAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDisjointDataPropertiesAxiom axiom) |
void |
StructureWalker.visit(OWLDisjointDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointDataPropertiesAxiom |
BuilderDisjointDataProperties.buildObject() |
| Constructor and Description |
|---|
BuilderDisjointDataProperties(OWLDisjointDataPropertiesAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.