| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util |
| 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 |
|---|---|
protected class |
OWL2ELProfile.OWL2ELProfileObjectVisitor |
| 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 |
OWLObjectVisitorExAdapter<O>
Provides a default implementation of
OWLObjectVisitorEx. |
class |
OWLOntologyWalkerVisitor<O> |
| Modifier and Type | Field and Description |
|---|---|
protected OWLObjectVisitorEx<?> |
OWLObjectWalker.visitor |
| 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 © 2014 The University of Manchester. All Rights Reserved.