Interface OWLPropertyEntityVisitorBase

All Superinterfaces:
OWLVisitorBase
All Known Subinterfaces:
OWLEntityVisitor, OWLNamedObjectVisitor, OWLObjectVisitor, OWLPropertyExpressionVisitor
All Known Implementing Classes:
AbstractCollector, AbstractTranslator, BotEquivalenceEvaluator, DLExpressivityChecker, DLSyntaxObjectRenderer, FunctionalSyntaxObjectRenderer, KRSS2ObjectRenderer, KRSS2OWLObjectRenderer, KRSSObjectRenderer, LatexObjectVisitor, ManchesterOWLSyntaxFrameRenderer, ManchesterOWLSyntaxObjectRenderer, OWLAnnotationPropertyTransformer, OWLAnonymousIndividualsWithMultipleOccurrences, OWLEntityComparator, OWLEntityRemover, OWLOntologyWalkerVisitor, OWLXMLObjectRenderer, ProfileVisitor, ProfileVisitorBase, RDFTranslator, SigAccessor, SimpleRenderer, SimpleRendererDebug, StructureWalker, TopEquivalenceEvaluator

public interface OWLPropertyEntityVisitorBase extends OWLVisitorBase
Since:
2.2.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Method Details

    • visit

      default void visit(OWLObjectProperty property)
      visit OWLObjectProperty type
      Parameters:
      property - property to visit
    • visit

      default void visit(OWLDataProperty property)
      visit OWLDataProperty type
      Parameters:
      property - property to visit
    • visit

      default void visit(OWLAnnotationProperty property)
      visit OWLAnnotationProperty type
      Parameters:
      property - property to visit