| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
OWLClassExpressionVisitor.visit(OWLDataSomeValuesFrom ce)
visit OWLDataSomeValuesFrom type
|
default O |
OWLClassExpressionVisitorEx.visit(OWLDataSomeValuesFrom ce)
visit OWLDataSomeValuesFrom type
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataSomeValuesFrom |
ExistentialProvider.getOWLDataSomeValuesFrom(OWLDataPropertyExpression property,
OWL2Datatype dataRange)
Gets an OWLDataSomeValuesFrom restriction
|
OWLDataSomeValuesFrom |
ExistentialProvider.getOWLDataSomeValuesFrom(OWLDataPropertyExpression property,
OWLDataRange dataRange)
Gets an OWLDataSomeValuesFrom restriction
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataSomeValuesFrom |
OWLObjectDuplicator.visit(OWLDataSomeValuesFrom ce) |
OWLDataSomeValuesFrom |
OWLObjectDesharer.visit(OWLDataSomeValuesFrom ce) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLAnnotationPropertyTransformer.visit(OWLDataSomeValuesFrom ce) |
O |
DelegatingObjectVisitorEx.visit(OWLDataSomeValuesFrom ce) |
void |
SimpleRenderer.visit(OWLDataSomeValuesFrom ce) |
OWLDataSomeValuesFrom |
OWLObjectDuplicator.visit(OWLDataSomeValuesFrom ce) |
OWLDataSomeValuesFrom |
OWLObjectDesharer.visit(OWLDataSomeValuesFrom ce) |
void |
DLExpressivityChecker.visit(OWLDataSomeValuesFrom ce) |
Integer |
MaximumModalDepthFinder.visit(OWLDataSomeValuesFrom ce) |
Collection<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLDataSomeValuesFrom ce) |
void |
StructureWalker.visit(OWLDataSomeValuesFrom ce) |
Collection<OWLObject> |
OWLObjectComponentCollector.visit(OWLDataSomeValuesFrom ce) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataSomeValuesFrom |
BuilderDataSomeValuesFrom.buildObject() |
| Constructor and Description |
|---|
BuilderDataSomeValuesFrom(OWLDataSomeValuesFrom expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.