| 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. |
| de.jstacs.parameters.validation |
Provides classes for the validation of
Parameter values. |
| Constructor and Description |
|---|
ArrayParameterSet(ParameterSet template,
String nameTemplate,
String commentTemplate,
String lengthName,
String lengthComment,
NumberValidator<Integer> allowedLengths)
Creates a new
ArrayParameterSet from a Class that can be
instantiated using this ArrayParameterSet and templates for the
ParameterSet in each element of the array, the name and the
comment that are displayed for the ParameterSetContainers
enclosing the ParameterSets. |
| Modifier and Type | Method and Description |
|---|---|
NumberValidator |
NumberValidator.clone() |