Interface OWLPropertyExpressionVisitor

All Superinterfaces:
OWLPropertyEntityVisitorBase, OWLVisitorBase
All Known Subinterfaces:
OWLObjectVisitor
All Known Implementing Classes:
AbstractCollector, DLExpressivityChecker, OWLAnnotationPropertyTransformer, OWLAnonymousIndividualsWithMultipleOccurrences, OWLOntologyWalkerVisitor, ProfileVisitor, ProfileVisitorBase, SimpleRenderer, SimpleRendererDebug, StructureWalker

public interface OWLPropertyExpressionVisitor extends OWLPropertyEntityVisitorBase
An interface to object that can visit the different types of property expressions.
Since:
2.0.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
  • Method Details

    • visit

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