| Package | Description |
|---|---|
| org.obolibrary.macro |
OBO macro package.
|
| org.semanticweb.owlapi.apibinding |
Guice modules and binding package.
|
| org.semanticweb.owlapi.dlsyntax.renderer |
DL syntax renderer.
|
| org.semanticweb.owlapi.functional.renderer |
Functional syntax parser and renderer.
|
| org.semanticweb.owlapi.latex.renderer |
LaTeX syntax renderer.
|
| org.semanticweb.owlapi.manchestersyntax.renderer |
Manchester OWL syntax parser and renderer.
|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.model.providers |
Provider interfaces.
|
| org.semanticweb.owlapi.owlxml.renderer |
OWL/XML syntax parser and renderer.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| org.semanticweb.owlapitools.builders |
Builders package.
|
| uk.ac.manchester.cs.owl.owlapi |
OWL API reference implementation package.
|
| Modifier and Type | Method and Description |
|---|---|
OWLDataRange |
AbstractDataVisitorEx.visit(OWLDataIntersectionOf node) |
| Modifier and Type | Method and Description |
|---|---|
static OWLDataIntersectionOf |
OWLFunctionalSyntaxFactory.DataIntersectionOf(OWLDataRange... dataRanges) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLSyntaxObjectRenderer.visit(OWLDataIntersectionOf node) |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionalSyntaxObjectRenderer.visit(OWLDataIntersectionOf node) |
| Modifier and Type | Method and Description |
|---|---|
void |
LatexObjectVisitor.visit(OWLDataIntersectionOf node) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManchesterOWLSyntaxObjectRenderer.visit(OWLDataIntersectionOf node) |
| Modifier and Type | Method and Description |
|---|---|
default O |
OWLDataVisitorEx.visit(OWLDataIntersectionOf node)
visit OWLDataIntersectionOf type
|
default O |
OWLDataRangeVisitorEx.visit(OWLDataIntersectionOf node)
visit OWLDataIntersectionOf type
|
default void |
OWLDataRangeVisitor.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 |
|---|---|
void |
OWLXMLObjectRenderer.visit(OWLDataIntersectionOf node) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTranslator.visit(OWLDataIntersectionOf node) |
| Modifier and Type | Method and Description |
|---|---|
OWLDataIntersectionOf |
OWLObjectDuplicator.visit(OWLDataIntersectionOf node) |
OWLDataIntersectionOf |
OWLObjectDesharer.visit(OWLDataIntersectionOf node) |
| Modifier and Type | Method and Description |
|---|---|
void |
StructureWalker.visit(OWLDataIntersectionOf node) |
void |
SimpleRenderer.visit(OWLDataIntersectionOf node) |
OWLDataIntersectionOf |
OWLObjectDuplicator.visit(OWLDataIntersectionOf node) |
OWLDataIntersectionOf |
OWLObjectDesharer.visit(OWLDataIntersectionOf node) |
void |
OWLAnnotationPropertyTransformer.visit(OWLDataIntersectionOf node) |
O |
DelegatingObjectVisitorEx.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLDataIntersectionOfImpl |
| Modifier and Type | Method and Description |
|---|---|
OWLDataIntersectionOf |
OWLDataFactoryImpl.getOWLDataIntersectionOf(Stream<? extends OWLDataRange> dataRanges) |
Copyright © 2017 The University of Manchester. All rights reserved.