Interface ITreeVisitor

All Superinterfaces:
IInstanceVisitor

public interface ITreeVisitor
extends IInstanceVisitor
ITreeVisitor is a visitor interface for the elements of the FormInstance tree elements. In the case of composite elements, method dispatch for composite members occurs following dispatch for the composing member.
Author:
Clayton Sims
  • Method Summary

    Modifier and Type Method Description
    void visit​(AbstractTreeElement element)  
    void visit​(FormInstance tree)
    Performs any necessary operations on the IFormDataModel without visiting any of the Model's potential children.