Package org.semanticweb.owlapi.model
Interface OWLDataEntityVisitorBase
- All Superinterfaces:
OWLVisitorBase
- All Known Subinterfaces:
OWLDataRangeVisitor
,OWLDataVisitor
,OWLEntityVisitor
,OWLNamedObjectVisitor
,OWLObjectVisitor
- All Known Implementing Classes:
AbstractCollector
,DLExpressivityChecker
,OWLAnnotationPropertyTransformer
,OWLAnonymousIndividualsWithMultipleOccurrences
,OWLEntityComparator
,OWLEntityRemover
,OWLOntologyWalkerVisitor
,ProfileVisitor
,ProfileVisitorBase
,SimpleRenderer
,SimpleRendererDebug
,StructureWalker
- 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 OWLDatatype type- Parameters:
node
- node to visit
-