| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Method and Description |
|---|---|
<O> O |
OWLObject.accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
<O> O |
IRI.accept(OWLObjectVisitorEx<O> visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingObjectVisitorEx<O>
A delegating visitor.
|
class |
MaximumModalDepthFinder |
class |
OWLClassExpressionCollector
Collects all of the nested class expression that are used in some OWLObject.
|
class |
OWLEntityCollector
A utility class that visits axioms, class expressions etc.
|
class |
OWLObjectVisitorExAdapter<O>
Provides a default implementation of
OWLObjectVisitorEx. |
class |
OWLOntologyWalkerVisitorEx<E> |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLObjectWalker.walkStructure(OWLObjectVisitorEx<?> v) |
| Constructor and Description |
|---|
DelegatingObjectVisitorEx(OWLObjectVisitorEx<O> delegate)
Constructs a visitor where the specified delegate will be used to visit
all objects unless one of the visit methods in this visitor is overriden.
|
Copyright © 2016 The University of Manchester. All Rights Reserved.