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.
Visitor for hierarchical model object structures.
- Author:
- Jan Ortmann
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvisit(IModelObject modelObject) Visits the given model object.
-
Method Details
-
visit
Visits the given model object.- Returns:
trueif the visitor should continue visiting the object's children, otherwisefalse.
-