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

public interface OWLClassVisitorBase extends OWLVisitorBase
An interface to objects that can visit OWLClassExpressions. (See the Visitor Patterns)
Since:
3.0.0
Author:
Matthew Horridge, The University Of Manchester Bio-Health Informatics Group
  • Method Details

    • visit

      default void visit(OWLClass ce)
      visit OWLClass type
      Parameters:
      ce - ce to visit