| 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 O |
OWLDataVisitorEx.visit(OWLDataIntersectionOf node)
visit OWLDataIntersectionOf type
|
default void |
OWLDataRangeVisitor.visit(OWLDataIntersectionOf node)
visit OWLDataIntersectionOf type
|
default O |
OWLDataRangeVisitorEx.visit(OWLDataIntersectionOf node)
visit OWLDataIntersectionOf type
|
| Modifier and Type | Method and Description |
|---|---|
default OWLDataIntersectionOf |
IntersectionProvider.getOWLDataIntersectionOf(Collection<? extends OWLDataRange> dataRanges) |
default OWLDataIntersectionOf |
IntersectionProvider.getOWLDataIntersectionOf(OWLDataRange... dataRanges) |
OWLDataIntersectionOf |
IntersectionProvider.getOWLDataIntersectionOf(Stream<? extends OWLDataRange> dataRanges) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataIntersectionOf |
OWLObjectDuplicator.visit(OWLDataIntersectionOf node) |
OWLDataIntersectionOf |
OWLObjectDesharer.visit(OWLDataIntersectionOf node) |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLAnnotationPropertyTransformer.visit(OWLDataIntersectionOf node) |
O |
DelegatingObjectVisitorEx.visit(OWLDataIntersectionOf node) |
void |
SimpleRenderer.visit(OWLDataIntersectionOf node) |
OWLDataIntersectionOf |
OWLObjectDuplicator.visit(OWLDataIntersectionOf node) |
OWLDataIntersectionOf |
OWLObjectDesharer.visit(OWLDataIntersectionOf node) |
void |
StructureWalker.visit(OWLDataIntersectionOf node) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataIntersectionOf |
BuilderDataIntersectionOf.buildObject() |
| Constructor and Description |
|---|
BuilderDataIntersectionOf(OWLDataIntersectionOf expected,
OWLDataFactory df)
Builder initialized from an existing object.
|
Copyright © 2018 The University of Manchester. All rights reserved.