Interface IModelObjectVisitor

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IModelObjectVisitor
    Visitor for hierarchical model object structures.
    Author:
    Jan Ortmann
    • Method Detail

      • visit

        boolean visit​(IModelObject modelObject)
        Visits the given model object.
        Returns:
        true if the visitor should continue visiting the object's children, otherwise false.