Uses of Interface
org.semanticweb.owlapi.model.OWLAnnotationObjectVisitor
Packages that use OWLAnnotationObjectVisitor
Package
Description
Main API classes.
Profile classes.
Utilities package.
-
Uses of OWLAnnotationObjectVisitor in org.semanticweb.owlapi.model
Subinterfaces of OWLAnnotationObjectVisitor in org.semanticweb.owlapi.modelMethods in org.semanticweb.owlapi.model with parameters of type OWLAnnotationObjectVisitorModifier and TypeMethodDescriptiondefault void
OWLAnnotation.accept
(OWLAnnotationObjectVisitor visitor) -
Uses of OWLAnnotationObjectVisitor in org.semanticweb.owlapi.profiles
Classes in org.semanticweb.owlapi.profiles that implement OWLAnnotationObjectVisitorModifier and TypeClassDescriptionclass
Profile visitor - walks the imports closure and adds all violations found to the violation collection.class
Base class for profile violation visitors. -
Uses of OWLAnnotationObjectVisitor in org.semanticweb.owlapi.util
Classes in org.semanticweb.owlapi.util that implement OWLAnnotationObjectVisitorModifier and TypeClassDescriptionclass
A utility class that visits all components of classes and axioms; this base class allows subclasses to choose elements of interest and override handling of such elements.class
class
class
A utility class that visits axioms, class expressions etc.class
class
A simple renderer that can be used for debugging purposes and provide an implementation of the toString method for different implementations.class
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.