org.faktorips.runtime
Interface IModelObjectVisitor


public interface IModelObjectVisitor

Visitor for hierarchical model object structures.

Author:
Jan Ortmann

Method Summary
 boolean visit(IModelObject modelObject)
          Visits the given model object.
 

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.


Copyright © 2015. All rights reserved.