| Package | Description |
|---|---|
| org.semanticweb.owlapi.model |
Main API classes.
|
| org.semanticweb.owlapi.profiles | |
| org.semanticweb.owlapi.util |
Utilities package
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
OWLAxiomVisitor
An interface for objects that can accept visits from axioms.
|
interface |
OWLObjectVisitor |
| Modifier and Type | Class and Description |
|---|---|
class |
ProfileVisitor
Profile visitor - walks the imports closure and adds all violations found to the violation
collection.
|
class |
ProfileVisitorBase
Base class for profile violation visitors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AxiomSubjectProvider
Provides the object that is the subject of an axiom.
|
class |
DeprecatedOWLEntityCollector
Deprecated.
the old OWLEntityCollector is still used in non trivial ways in
third party software. For new code, use OWLEntityCollector.
|
class |
DLExpressivityChecker |
class |
FilteringOWLOntologyChangeListener
Incorporates a listener into an
OWLOntologyChangeFilter. |
class |
HashCode |
class |
OWLAnnotationPropertyTransformer |
class |
OWLAnonymousIndividualsWithMultipleOccurrences
A utility class that visits axioms, class expressions etc.
|
class |
OWLAxiomVisitorAdapter |
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 |
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 |
SimpleRendererDebug
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 © 2023 The University of Manchester. All rights reserved.