Interface IInstanceProcessor


public interface IInstanceProcessor
An interface for classes which are capable of parsing and performing actions on Data Model objects.
Author:
Clayton Sims
  • Method Summary

    Modifier and Type Method Description
    void processInstance​(FormInstance tree)
    Processes the provided data model.
  • Method Details

    • processInstance

      void processInstance​(FormInstance tree)
      Processes the provided data model.
      Parameters:
      tree - The data model that will be handled.