| Package | Description |
|---|---|
| org.obolibrary.macro |
OBO macro package.
|
| org.semanticweb.owlapi.apibinding |
Binding package.
|
| org.semanticweb.owlapi.dlsyntax.renderer |
DL syntax renderer.
|
| org.semanticweb.owlapi.functional.renderer |
Functional syntax parser and renderer.
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer.
|
| org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.axiomproviders |
Axiom provider classes.
|
| org.semanticweb.owlapi.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| org.semanticweb.owlapitools.decomposition | |
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| uk.ac.manchester.cs.owl.owlapi.concurrent |
Concurrent implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
OWLAxiom |
AbstractMacroExpansionVisitor.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
static OWLDisjointUnionAxiom |
OWLFunctionalSyntaxFactory.DisjointUnion(OWLClass cls,
OWLClassExpression... classExpressions) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLDisjointUnionAxiom axiom) |
| 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 |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointUnionAxiom |
OWLObjectDuplicator.visit(OWLDisjointUnionAxiom ax) |
OWLDisjointUnionAxiom |
OWLObjectDesharer.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLDisjointUnionAxiom axiom) |
void |
SimpleRenderer.visit(OWLDisjointUnionAxiom axiom) |
OWLDisjointUnionAxiom |
OWLObjectDuplicator.visit(OWLDisjointUnionAxiom ax) |
OWLDisjointUnionAxiom |
OWLObjectDesharer.visit(OWLDisjointUnionAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDisjointUnionAxiom ax) |
OWLAxiom |
NNF.visit(OWLDisjointUnionAxiom axiom) |
Boolean |
HornAxiomVisitorEx.visit(OWLDisjointUnionAxiom axiom) |
O |
DelegatingObjectVisitorEx.visit(OWLDisjointUnionAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDisjointUnionAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLDisjointUnionAxiom axiom) |
void |
SemanticLocalityChecker.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLDisjointUnionAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointUnionAxiom |
OWLDisjointUnionAxiomImpl.getAxiomWithoutAnnotations() |
OWLDisjointUnionAxiom |
OWLDataFactoryImpl.getOWLDisjointUnionAxiom(OWLClass owlClass,
Stream<? extends OWLClassExpression> classExpressions,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Stream<K> |
InitVisitorFactory.InitCollectionVisitor.visit(OWLDisjointUnionAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLDisjointUnionAxiom> |
ConcurrentOWLOntologyImpl.disjointUnionAxioms(OWLClass owlClass) |
Set<OWLDisjointUnionAxiom> |
ConcurrentOWLOntologyImpl.getDisjointUnionAxioms(OWLClass owlClass)
Deprecated.
|
Copyright © 2018 The University of Manchester. All rights reserved.