Package org.faktorips.runtime
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 IModelObjectVisitorVisitor for hierarchical model object structures.- Author:
- Jan Ortmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanvisit(IModelObject modelObject)Visits the given model object.
-
-
-
Method Detail
-
visit
boolean visit(IModelObject modelObject)
Visits the given model object.- Returns:
trueif the visitor should continue visiting the object's children, otherwisefalse.
-
-