| Package | Description |
|---|---|
| de.jstacs.parameters |
This package provides classes for parameters that establish a general convention for the description of parameters
as defined in the
Parameter-interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiSelectionParameter
Class for a
Parameter that provides a collection of possible values. |
class |
RangeParameter
Class for a parameter wrapper that allows
SimpleParameters to be set
to a set of values.These values may be given either as a list of values separated by spaces, as a range between a first and a last value with a given number of steps between these values, or a single value. |