| Package | Description |
|---|---|
| org.semanticweb.owlapi.model | |
| org.semanticweb.owlapi.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLObjectVisitor |
| Modifier and Type | Method and Description |
|---|---|
void |
OWLDatatypeDefinitionAxiom.accept(OWLAxiomVisitor visitor) |
void |
OWLAxiom.accept(OWLAxiomVisitor visitor) |
| Modifier and Type | Class and Description |
|---|---|
class |
AxiomSubjectProvider
Provides the object that is the subject of an axiom.
|
class |
AxiomTypeProvider
Deprecated.
use OWLAxiom::getAxiomType()
|
class |
DLExpressivityChecker |
class |
FilteringOWLOntologyChangeListener
Incorporates a listener into an
OWLOntologyChangeFilter. |
class |
HashCode |
class |
OWLAxiomTypeProcessor |
class |
OWLAxiomVisitorAdapter |
class |
OWLEntityCollector
A utility class that visits axioms, class expressions etc.
|
class |
OWLObjectComponentCollector |
class |
OWLObjectDuplicator |
class |
OWLObjectTypeIndexProvider |
class |
OWLObjectVisitorAdapter |
class |
OWLOntologyChangeFilter
Provides a convenient method to filter add/remove axiom changes based on the
type of axiom that is being added or removed from an ontology.
The general pattern of use is to simply create an instance of the OWLOntologyChangeFilter and override the appropriate visit methods
corresponding to the types of axioms that are of interest. |
class |
SimpleRenderer
A simple renderer that can be used for debugging purposes and provide an
implementation of the toString method for different implementations.
|
Copyright © 2014 The University of Manchester. All Rights Reserved.