| 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 OWLEquivalentDataPropertiesAxiom |
OWLFunctionalSyntaxFactory.EquivalentDataProperties(Collection<OWLAnnotation> a,
OWLDataPropertyExpression... properties) |
static OWLEquivalentDataPropertiesAxiom |
OWLFunctionalSyntaxFactory.EquivalentDataProperties(OWLDataPropertyExpression... properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLEquivalentDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLEquivalentDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLEquivalentDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLEquivalentDataPropertiesAxiom axiom) |
| Modifier and Type | Field and Description |
|---|---|
static AxiomType<OWLEquivalentDataPropertiesAxiom> |
AxiomType.EQUIVALENT_DATA_PROPERTIES
EquivalentDataProperties.
|
| Modifier and Type | Method and Description |
|---|---|
OWLEquivalentDataPropertiesAxiom |
OWLEquivalentDataPropertiesAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLEquivalentDataPropertiesAxiom> |
OWLEquivalentDataPropertiesAxiom.asPairwiseAxioms() |
default Stream<OWLEquivalentDataPropertiesAxiom> |
OWLAxiomIndex.equivalentDataPropertiesAxioms(OWLDataProperty property)
Gets the
OWLEquivalentDataPropertiesAxioms that make the
specified property equivalent to some other data property expression(s). |
default Set<OWLEquivalentDataPropertiesAxiom> |
OWLAxiomIndex.getEquivalentDataPropertiesAxioms(OWLDataProperty property)
Deprecated.
use equivalentDataPropertiesAxioms
|
Collection<OWLEquivalentDataPropertiesAxiom> |
OWLEquivalentDataPropertiesAxiom.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLEquivalentDataPropertiesAxiom axiom)
visit OWLEquivalentDataPropertiesAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLEquivalentDataPropertiesAxiom axiom)
visit OWLEquivalentDataPropertiesAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLEquivalentDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLEquivalentDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLEquivalentDataPropertiesAxiom |
OWLObjectDuplicator.visit(OWLEquivalentDataPropertiesAxiom ax) |
OWLEquivalentDataPropertiesAxiom |
OWLObjectDesharer.visit(OWLEquivalentDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLEquivalentDataPropertiesAxiom axiom) |
void |
SimpleRenderer.visit(OWLEquivalentDataPropertiesAxiom axiom) |
OWLEquivalentDataPropertiesAxiom |
OWLObjectDuplicator.visit(OWLEquivalentDataPropertiesAxiom ax) |
OWLEquivalentDataPropertiesAxiom |
OWLObjectDesharer.visit(OWLEquivalentDataPropertiesAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLEquivalentDataPropertiesAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLEquivalentDataPropertiesAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLEquivalentDataPropertiesAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLEquivalentDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLEquivalentDataPropertiesAxiom |
BuilderEquivalentDataProperties.buildObject() |
| Constructor and Description |
|---|
BuilderEquivalentDataProperties(OWLEquivalentDataPropertiesAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyntacticLocalityChecker.visit(OWLEquivalentDataPropertiesAxiom axiom) |
void |
SemanticLocalityChecker.visit(OWLEquivalentDataPropertiesAxiom axiom) |
| Modifier and Type | Class and Description |
|---|---|
class |
OWLEquivalentDataPropertiesAxiomImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLEquivalentDataPropertiesAxiom |
OWLEquivalentDataPropertiesAxiomImpl.getAxiomWithoutAnnotations() |
OWLEquivalentDataPropertiesAxiom |
OWLDataFactoryImpl.getOWLEquivalentDataPropertiesAxiom(Collection<? extends OWLDataPropertyExpression> properties,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
Collection<OWLEquivalentDataPropertiesAxiom> |
OWLEquivalentDataPropertiesAxiomImpl.asPairwiseAxioms() |
Collection<OWLEquivalentDataPropertiesAxiom> |
OWLEquivalentDataPropertiesAxiomImpl.splitToAnnotatedPairs() |
| Modifier and Type | Method and Description |
|---|---|
Stream<K> |
InitVisitorFactory.InitCollectionVisitor.visit(OWLEquivalentDataPropertiesAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
Stream<OWLEquivalentDataPropertiesAxiom> |
ConcurrentOWLOntologyImpl.equivalentDataPropertiesAxioms(OWLDataProperty property) |
Set<OWLEquivalentDataPropertiesAxiom> |
ConcurrentOWLOntologyImpl.getEquivalentDataPropertiesAxioms(OWLDataProperty owlDataProperty) |
Copyright © 2017 The University of Manchester. All rights reserved.