Package org.semanticweb.owlapi.model
Interface OWLClassVisitorBase
- All Superinterfaces:
OWLVisitorBase
- All Known Subinterfaces:
OWLClassExpressionVisitor
,OWLEntityVisitor
,OWLNamedObjectVisitor
,OWLObjectVisitor
- All Known Implementing Classes:
AbstractCollector
,DLExpressivityChecker
,OWLAnnotationPropertyTransformer
,OWLAnonymousIndividualsWithMultipleOccurrences
,OWLEntityComparator
,OWLEntityRemover
,OWLOntologyWalkerVisitor
,ProfileVisitor
,ProfileVisitorBase
,SimpleRenderer
,SimpleRendererDebug
,StructureWalker
An interface to objects that can visit
OWLClassExpression
s. (See the
Visitor Patterns)- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University Of Manchester Bio-Health Informatics Group
-
Method Summary
Methods inherited from interface org.semanticweb.owlapi.model.OWLVisitorBase
doDefault, getDefaultReturnValue, handleDefault
-
Method Details
-
visit
visit OWLClass type- Parameters:
ce
- ce to visit
-