[]
Constructs an empty ParameterList object. It can be later completed by adding elements one by one, by loading them from a file, or by initializing them from an argument string.
public ParameterList()
Constructs an empty ParameterList object with the provided default parameters. The list can be later updated by adding elements one by one, by loading them from a file, or by initializing them from an argument string.
public ParameterList(ParameterList def)
Type | Name | Description |
---|---|---|
ParameterList | def | The defaults parameters |