Uses of Interface
org.semanticweb.owlapi.model.OWLNamedObjectVisitor
Packages that use OWLNamedObjectVisitor
Package
Description
DL syntax renderer.
Functional syntax parser and renderer.
Package structure renamed from de.uulm.ecs.ai.owlapi.krssrenderer.
LaTeX syntax renderer.
Manchester OWL syntax parser and renderer.
Main API classes.
OWL/XML syntax parser and renderer.
Profile classes.
RDF model package.
Utilities package.
Concurrent implementation package.
-
Uses of OWLNamedObjectVisitor in org.semanticweb.owlapi.dlsyntax.renderer
Classes in org.semanticweb.owlapi.dlsyntax.renderer that implement OWLNamedObjectVisitorModifier and TypeClassDescriptionclass
Renders objects in unicode DL syntax. -
Uses of OWLNamedObjectVisitor in org.semanticweb.owlapi.functional.renderer
Classes in org.semanticweb.owlapi.functional.renderer that implement OWLNamedObjectVisitorModifier and TypeClassDescriptionclass
The Class OWLObjectRenderer. -
Uses of OWLNamedObjectVisitor in org.semanticweb.owlapi.krss2.renderer
Classes in org.semanticweb.owlapi.krss2.renderer that implement OWLNamedObjectVisitorModifier and TypeClassDescriptionclass
KRSS2ObjectRenderer
is an extension ofKRSSObjectRenderer
which uses the extended vocabulary.class
class
AKRSSObjectRenderer
renders an OWLOntology in the original KRSS syntax. -
Uses of OWLNamedObjectVisitor in org.semanticweb.owlapi.latex.renderer
Classes in org.semanticweb.owlapi.latex.renderer that implement OWLNamedObjectVisitorModifier and TypeClassDescriptionclass
NOTE: this class was not designed as a general purpose renderer, i.e., some ontologies might be misrepresented in the output. -
Uses of OWLNamedObjectVisitor in org.semanticweb.owlapi.manchestersyntax.renderer
Classes in org.semanticweb.owlapi.manchestersyntax.renderer that implement OWLNamedObjectVisitorModifier and TypeClassDescriptionclass
The Class ManchesterOWLSyntaxFrameRenderer.class
-
Uses of OWLNamedObjectVisitor in org.semanticweb.owlapi.model
Subinterfaces of OWLNamedObjectVisitor in org.semanticweb.owlapi.modelMethods in org.semanticweb.owlapi.model with parameters of type OWLNamedObjectVisitorModifier and TypeMethodDescriptiondefault void
OWLAnnotationProperty.accept
(OWLNamedObjectVisitor visitor) default void
OWLClass.accept
(OWLNamedObjectVisitor visitor) default void
OWLDataProperty.accept
(OWLNamedObjectVisitor visitor) default void
OWLDatatype.accept
(OWLNamedObjectVisitor visitor) default void
OWLNamedIndividual.accept
(OWLNamedObjectVisitor visitor) void
OWLNamedObject.accept
(OWLNamedObjectVisitor visitor) Accepts a visitor.default void
OWLObjectProperty.accept
(OWLNamedObjectVisitor visitor) default void
OWLOntology.accept
(OWLNamedObjectVisitor visitor) accept for named object visitor -
Uses of OWLNamedObjectVisitor in org.semanticweb.owlapi.owlxml.renderer
Classes in org.semanticweb.owlapi.owlxml.renderer that implement OWLNamedObjectVisitor -
Uses of OWLNamedObjectVisitor in org.semanticweb.owlapi.profiles
Classes in org.semanticweb.owlapi.profiles that implement OWLNamedObjectVisitorModifier 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 OWLNamedObjectVisitor in org.semanticweb.owlapi.rdf.model
Classes in org.semanticweb.owlapi.rdf.model that implement OWLNamedObjectVisitorModifier and TypeClassDescriptionclass
AbstractTranslator<N extends Serializable,
R extends N, P extends N, L extends N> An abstract translator that can produce an RDF graph from an OWLOntology.class
-
Uses of OWLNamedObjectVisitor in org.semanticweb.owlapi.util
Classes in org.semanticweb.owlapi.util that implement OWLNamedObjectVisitorModifier 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. -
Uses of OWLNamedObjectVisitor in org.semanticweb.owlapitools.decomposition
Classes in org.semanticweb.owlapitools.decomposition that implement OWLNamedObjectVisitorModifier and TypeClassDescriptionclass
check whether class expressions are equivalent to bottom wrt given locality classclass
helper class to set signature and locality classclass
check whether class expressions are equivalent to top wrt given locality class -
Uses of OWLNamedObjectVisitor in uk.ac.manchester.cs.owl.owlapi.concurrent
Methods in uk.ac.manchester.cs.owl.owlapi.concurrent with parameters of type OWLNamedObjectVisitorModifier and TypeMethodDescriptionvoid
ConcurrentOWLOntologyImpl.accept
(OWLNamedObjectVisitor owlNamedObjectVisitor)