T
- public interface ParameterizedFeature<T extends ConfigurableParameter<?>>
ConfigurableFeature
s into one parameterized feature. The
ConfigurableFeature
s are input parameters to this parameterized feature.
The value of each input parameter can be set separately.Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
getInputParameters() |
java.util.List<T> |
getInputParametersByName() |
void |
setInputParameter(java.lang.String key,
java.lang.Object value)
Set value of an input parameter.
|
java.util.List<T> getInputParameters()
java.util.List<T> getInputParametersByName()
ConfigurableParameter.getId()
, i.e., from two input
parameters with same id, only one will be includedvoid setInputParameter(java.lang.String key, java.lang.Object value) throws InvalidConfigurationException
key
- value
- InvalidConfigurationException