Uses of Interface
org.semanticweb.owlapi.model.OWLAnnotationValueVisitorEx
Packages that use OWLAnnotationValueVisitorEx
Package
Description
Main API classes.
Utilities package.
OWL API reference implementation package.
-
Uses of OWLAnnotationValueVisitorEx in org.semanticweb.owlapi.model
Subinterfaces of OWLAnnotationValueVisitorEx in org.semanticweb.owlapi.modelModifier and TypeInterfaceDescriptioninterface
interface
Methods in org.semanticweb.owlapi.model with parameters of type OWLAnnotationValueVisitorExModifier and TypeMethodDescription<O> O
IRI.accept
(OWLAnnotationValueVisitorEx<O> visitor) <O> O
OWLAnnotationValue.accept
(OWLAnnotationValueVisitorEx<O> visitor) default <O> O
OWLAnonymousIndividual.accept
(OWLAnnotationValueVisitorEx<O> visitor) default <O> O
OWLLiteral.accept
(OWLAnnotationValueVisitorEx<O> visitor) -
Uses of OWLAnnotationValueVisitorEx in org.semanticweb.owlapi.util
Classes in org.semanticweb.owlapi.util that implement OWLAnnotationValueVisitorExModifier 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
A delegating visitor.class
class
Collects all of the nested class expression that are used in some OWLObject.class
A utility class that visits axioms, class expressions etc.class
class
Class to remove structure sharing from OWL objects (Axioms or expressions)class
class
class
Annotation visitor that returns literal's lexical form, or empty string for IRI and blank nodes. -
Uses of OWLAnnotationValueVisitorEx in uk.ac.manchester.cs.owl.owlapi
Classes in uk.ac.manchester.cs.owl.owlapi that implement OWLAnnotationValueVisitorExModifier and TypeClassDescriptionclass
A utility class that visits axioms, class expressions etc.