Interface IFunctionFlowInputParameterVisitor

All Known Implementing Classes:
FunctionFlowInputParameterVisitor, ReportingFunctionFlowInputParameterVisitor

public interface IFunctionFlowInputParameterVisitor
The function flow input parameter visitor is used during initialization to add all the available function flow input parameter to.
Since:
10.3
Author:
W. Hermsen, T. van der Griend
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be invoked for each function flow input parameter that needs to be added to the function flow parameters.
  • Method Details

    • accept

      void accept(IFunctionFlowInputParameterDS datasource)
      This method should be invoked for each function flow input parameter that needs to be added to the function flow parameters.
      Parameters:
      datasource - Data source providing the information of a single function flow input parameter.
      Throws:
      InitializationException - This exception is thrown when the function flow input parameter could not be added due to a fatal error.