Interface ModelVisitor


public interface ModelVisitor
Visitor for Model that walks down Model.getChildren().
Author:
Matt Coley
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    visit(Model model)
     
  • Method Details

    • visit

      boolean visit(@Nonnull Model model)
      Parameters:
      model - Model visited.
      Returns:
      true to continue visiting down the model tree (children). false to abort the visitation.