Skip navigation links

Package 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.

See: Description

Package de.jstacs.parameters Description

This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. This convention includes that each parameter has The package also provides some predefined parameter types for primitive data types and Strings in SimpleParameter, collections of possible parameter values in CollectionParameter, input files in FileParameter, and for parameters that can have a number of different parameter values in RangeParameter.

All of these Parameter-types can be combined to ParameterSets that contain a set of Parameters. As SimpleParameters can also have ParameterSets as values (the corresponding data type is DataType.PARAMETERSET) and these can also be used inside CollectionParameters, a tree of parameters can be built that allows to select between different options in a collection and set the parameters that belong to the selected option, or to bundle sets of parameters into subsets to allow for a clearer organization of parameters.
Skip navigation links