| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLNamedObjectVisitor |
interface |
OWLObjectVisitor |
| Modifier and Type | Method and Description |
|---|---|
default void |
OWLDatatype.accept(OWLEntityVisitor visitor) |
void |
OWLEntity.accept(OWLEntityVisitor visitor) |
default void |
OWLClass.accept(OWLEntityVisitor visitor) |
default void |
OWLNamedIndividual.accept(OWLEntityVisitor visitor) |
default void |
OWLAnnotationProperty.accept(OWLEntityVisitor visitor) |
default void |
OWLObjectProperty.accept(OWLEntityVisitor visitor) |
default void |
OWLDataProperty.accept(OWLEntityVisitor visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCollector
A utility class that visits all components of classes and axioms; this base
class allows subclasses to choose lements of interest and override handling
of such elements.
|
class |
DLExpressivityChecker |
class |
OWLAnnotationPropertyTransformer |
class |
OWLAnonymousIndividualsWithMultipleOccurrences
A utility class that visits axioms, class expressions etc.
|
class |
OWLEntityComparator
A
Comparator which compares entities. |
class |
OWLEntityRemover
A convenience object that generates the changes which are necessary to remove
an entity from a set of ontologies.
|
class |
OWLOntologyWalkerVisitor |
class |
SimpleRenderer
A simple renderer that can be used for debugging purposes and provide an
implementation of the toString method for different implementations.
|
class |
StructureWalker<O extends OWLObject>
Structure walker for object walkers.
|
Copyright © 2018 The University of Manchester. All rights reserved.