Class InputConfig


  • public class InputConfig
    extends Object
    Input configuration (list of all input parameters for a semantic function).
    • Constructor Detail

      • InputConfig

        public InputConfig​(List<InputParameter> parameters)
        Creates a new instance of the InputConfig class.
        Parameters:
        parameters - the list of input parameters
    • Method Detail

      • getParameters

        public List<InputParameter> getParameters()
        Gets the list of input parameters.
        Returns:
        the list of input parameters