Interface ParameterizedFeature<T extends ConfigurableParameter<?>>

    • Method Detail

      • getInputParameters

        java.util.List<T> getInputParameters()
        Returns:
        all parameters of this feature together with their chosen value
      • getInputParametersByName

        java.util.List<T> getInputParametersByName()
        Returns:
        input parameters that differ by their ConfigurableParameter.getId(), i.e., from two input parameters with same id, only one will be included