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