Class CLParameterSetHelper


  • public abstract class CLParameterSetHelper
    extends java.lang.Object
    A parameter set is an element that provides alternative sets of inputs or outputs that a behavior may use.
    If a behavior has input parameters that are in a parameter set, any inputs that are not in a parameter set must be streaming. The same applies for output parameters.
    Two parameter sets cannot have exactly the same set of parameters.
    See Also:
    CLParameterSet