| 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<OWLDisjointUnionAxiom> |
AxiomType.DISJOINT_UNION
DisjointUnion.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointUnionAxiom |
OWLDisjointUnionAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLDisjointUnionAxiom> |
OWLAxiomIndex.disjointUnionAxioms(OWLClass owlClass)
Gets the set of disjoint union axioms that have the specified class as
the named class that is equivalent to the disjoint union of operands.
|
default Set<OWLDisjointUnionAxiom> |
OWLAxiomIndex.getDisjointUnionAxioms(OWLClass owlClass)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLDisjointUnionAxiom axiom)
visit OWLDisjointUnionAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLDisjointUnionAxiom axiom)
visit OWLDisjointUnionAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDisjointUnionAxiom |
DisjointUnionAxiomProvider.getOWLDisjointUnionAxiom(OWLClass owlClass,
Collection<? extends OWLClassExpression> classExpressions) |
default OWLDisjointUnionAxiom |
DisjointUnionAxiomProvider.getOWLDisjointUnionAxiom(OWLClass owlClass,
Collection<? extends OWLClassExpression> classExpressions,
Collection<OWLAnnotation> annotations) |
default OWLDisjointUnionAxiom |
DisjointUnionAxiomProvider.getOWLDisjointUnionAxiom(OWLClass owlClass,
Stream<? extends OWLClassExpression> classExpressions) |
OWLDisjointUnionAxiom |
DisjointUnionAxiomProvider.getOWLDisjointUnionAxiom(OWLClass owlClass,
Stream<? extends OWLClassExpression> classExpressions,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointUnionAxiom |
OWLObjectDuplicator.visit(OWLDisjointUnionAxiom ax) |
OWLDisjointUnionAxiom |
OWLObjectDesharer.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLAxiom |
NNF.visit(OWLDisjointUnionAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLDisjointUnionAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLDisjointUnionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDisjointUnionAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLDisjointUnionAxiom axiom) |
void |
SimpleRenderer.visit(OWLDisjointUnionAxiom axiom) |
OWLDisjointUnionAxiom |
OWLObjectDuplicator.visit(OWLDisjointUnionAxiom ax) |
OWLDisjointUnionAxiom |
OWLObjectDesharer.visit(OWLDisjointUnionAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDisjointUnionAxiom axiom) |
void |
StructureWalker.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointUnionAxiom |
BuilderDisjointUnion.buildObject() |
| Constructor and Description |
|---|
BuilderDisjointUnion(OWLDisjointUnionAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.