| 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(OWLObjectUnionOf ce)
visit OWLObjectUnionOf type
|
default O |
OWLClassExpressionVisitorEx.visit(OWLObjectUnionOf ce)
visit OWLObjectUnionOf type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLObjectUnionOf |
UnionProvider.getOWLObjectUnionOf(Collection<? extends OWLClassExpression> operands) |
default OWLObjectUnionOf |
UnionProvider.getOWLObjectUnionOf(OWLClassExpression... operands) |
OWLObjectUnionOf |
UnionProvider.getOWLObjectUnionOf(Stream<? extends OWLClassExpression> operands) |
| Modifier and Type | Method and Description |
|---|---|
OWLObjectUnionOf |
OWLObjectDuplicator.visit(OWLObjectUnionOf ce) |
OWLObjectUnionOf |
OWLObjectDesharer.visit(OWLObjectUnionOf ce) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLAnnotationPropertyTransformer.visit(OWLObjectUnionOf ce) |
O |
DelegatingObjectVisitorEx.visit(OWLObjectUnionOf ce) |
void |
SimpleRenderer.visit(OWLObjectUnionOf ce) |
OWLObjectUnionOf |
OWLObjectDuplicator.visit(OWLObjectUnionOf ce) |
OWLObjectUnionOf |
OWLObjectDesharer.visit(OWLObjectUnionOf ce) |
void |
DLExpressivityChecker.visit(OWLObjectUnionOf ce) |
Integer |
MaximumModalDepthFinder.visit(OWLObjectUnionOf ce) |
Collection<OWLClassExpression> |
OWLClassExpressionCollector.visit(OWLObjectUnionOf ce) |
void |
StructureWalker.visit(OWLObjectUnionOf ce) |
| Modifier and Type | Method and Description |
|---|---|
OWLObjectUnionOf |
BuilderUnionOf.buildObject() |
| Constructor and Description |
|---|
BuilderUnionOf(OWLObjectUnionOf expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.