Interface ModelVisitor
public interface ModelVisitor
Visitor for
Model that walks down Model.getChildren().- Author:
- Matt Coley
-
Method Summary
-
Method Details
-
visit
- Parameters:
model- Model visited.- Returns:
trueto continue visiting down the model tree (children).falseto abort the visitation.
-