Interface IFunctionFlowOutputParameterVisitor

All Known Implementing Classes:
FunctionFlowOutputParameterVisitor, ReportingFunctionFlowOutputParameterVisitor

public interface IFunctionFlowOutputParameterVisitor
The function flow output parameter visitor is used during initialization to add all the available function flow output 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 output parameter that needs to be added to the function flow parameters.
  • Method Details

    • accept

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