Class ParameterVisitor

java.lang.Object
com.aquima.interactions.project.impl.ParameterVisitor
All Implemented Interfaces:
IParameterVisitor

public class ParameterVisitor extends Object implements IParameterVisitor
This visitor is used to gather the parameter definitions of services and expanders.
Since:
7.1
Author:
O. Kerpershoek
  • Constructor Details

  • Method Details

    • addParameter

      public void addParameter(IParameterDS datasource)
      Description copied from interface: IParameterVisitor
      This method should be invoked for each parameter that should be added to the component definition.
      Specified by:
      addParameter in interface IParameterVisitor
      Parameters:
      datasource - Data source providing the information needed to initialize the parameter.