| Package | Description |
|---|---|
| org.semanticweb.owlapi.apibinding |
Guice modules and 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 |
|---|---|
static OWLDisjointDataPropertiesAxiom |
OWLFunctionalSyntaxFactory.DisjointDataProperties(Collection<OWLAnnotation> a,
OWLDataPropertyExpression... properties) |
static OWLDisjointDataPropertiesAxiom |
OWLFunctionalSyntaxFactory.DisjointDataProperties(OWLDataPropertyExpression... properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLDisjointDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLDisjointDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLDisjointDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLDisjointDataPropertiesAxiom axiom) |
| 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 java.util.stream.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 |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLDisjointDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLDisjointDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointDataPropertiesAxiom |
OWLObjectDuplicator.visit(OWLDisjointDataPropertiesAxiom axiom) |
OWLDisjointDataPropertiesAxiom |
OWLObjectDesharer.visit(OWLDisjointDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLDisjointDataPropertiesAxiom axiom) |
void |
SimpleRenderer.visit(OWLDisjointDataPropertiesAxiom axiom) |
OWLDisjointDataPropertiesAxiom |
OWLObjectDuplicator.visit(OWLDisjointDataPropertiesAxiom axiom) |
OWLDisjointDataPropertiesAxiom |
OWLObjectDesharer.visit(OWLDisjointDataPropertiesAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDisjointDataPropertiesAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLDisjointDataPropertiesAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDisjointDataPropertiesAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLDisjointDataPropertiesAxiom axiom) |
void |
SemanticLocalityChecker.visit(OWLDisjointDataPropertiesAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLDisjointDataPropertiesAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLDisjointDataPropertiesAxiom |
OWLDisjointDataPropertiesAxiomImpl.getAxiomWithoutAnnotations() |
OWLDisjointDataPropertiesAxiom |
OWLDataFactoryImpl.getOWLDisjointDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLDisjointDataPropertiesAxiom> |
OWLDisjointDataPropertiesAxiomImpl.asPairwiseAxioms() |
Collection<OWLDisjointDataPropertiesAxiom> |
OWLDisjointDataPropertiesAxiomImpl.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<K> |
InitVisitorFactory.InitCollectionVisitor.visit(OWLDisjointDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<OWLDisjointDataPropertiesAxiom> |
ConcurrentOWLOntologyImpl.disjointDataPropertiesAxioms(OWLDataProperty property) |
Set<OWLDisjointDataPropertiesAxiom> |
ConcurrentOWLOntologyImpl.getDisjointDataPropertiesAxioms(OWLDataProperty owlDataProperty) |
Copyright © 2017 The University of Manchester. All Rights Reserved.