| 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<OWLDataPropertyDomainAxiom> |
AxiomType.DATA_PROPERTY_DOMAIN
DataPropertyDomain.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyDomainAxiom |
OWLDataPropertyDomainAxiom.getAxiomWithoutAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
default Stream<OWLDataPropertyDomainAxiom> |
OWLAxiomIndex.dataPropertyDomainAxioms(OWLDataProperty property)
Gets the
OWLDataPropertyDomainAxioms where the property is equal
to the specified property. |
default Set<OWLDataPropertyDomainAxiom> |
OWLAxiomIndex.getDataPropertyDomainAxioms(OWLDataProperty property)
Deprecated.
use the stream method
|
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLLogicalAxiomVisitorEx.visit(OWLDataPropertyDomainAxiom axiom)
visit OWLDataPropertyDomainAxiom type
|
default void |
OWLLogicalAxiomVisitor.visit(OWLDataPropertyDomainAxiom axiom)
visit OWLDataPropertyDomainAxiom type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDataPropertyDomainAxiom |
DomainAxiomProvider.getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property,
OWLClassExpression domain) |
OWLDataPropertyDomainAxiom |
DomainAxiomProvider.getOWLDataPropertyDomainAxiom(OWLDataPropertyExpression property,
OWLClassExpression domain,
Collection<OWLAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyDomainAxiom |
OWLObjectDuplicator.visit(OWLDataPropertyDomainAxiom ax) |
OWLDataPropertyDomainAxiom |
OWLObjectDesharer.visit(OWLDataPropertyDomainAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
OWLAxiom |
NNF.visit(OWLDataPropertyDomainAxiom axiom) |
OWLObject |
AxiomSubjectProviderEx.visit(OWLDataPropertyDomainAxiom axiom) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDataPropertyDomainAxiom ax) |
O |
DelegatingObjectVisitorEx.visit(OWLDataPropertyDomainAxiom axiom) |
void |
SimpleRenderer.visit(OWLDataPropertyDomainAxiom axiom) |
OWLDataPropertyDomainAxiom |
OWLObjectDuplicator.visit(OWLDataPropertyDomainAxiom ax) |
OWLDataPropertyDomainAxiom |
OWLObjectDesharer.visit(OWLDataPropertyDomainAxiom axiom) |
void |
DLExpressivityChecker.visit(OWLDataPropertyDomainAxiom axiom) |
Integer |
MaximumModalDepthFinder.visit(OWLDataPropertyDomainAxiom axiom) |
void |
StructureWalker.visit(OWLDataPropertyDomainAxiom axiom) |
Collection<OWLObject> |
OWLObjectComponentCollector.visit(OWLDataPropertyDomainAxiom ce) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataPropertyDomainAxiom |
BuilderDataPropertyDomain.buildObject() |
| Constructor and Description |
|---|
BuilderDataPropertyDomain(OWLDataPropertyDomainAxiom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.