double max_float
Definition: ParameterInformation.h:91
String argument
argument in the description
Definition: ParameterInformation.h:77
Struct that captures all information of a command line parameter.
Definition: ParameterInformation.h:47
More than one String Parameter.
Definition: ParameterInformation.h:58
More than one String Parameter.
Definition: ParameterInformation.h:60
Parameter without argument.
Definition: ParameterInformation.h:63
DataValue default_value
default value of the parameter stored as string
Definition: ParameterInformation.h:73
String parameter that denotes an output file.
Definition: ParameterInformation.h:55
Left aligned text, see addText_.
Definition: ParameterInformation.h:64
std::vector< String > valid_strings
Definition: ParameterInformation.h:87
Int max_int
Definition: ParameterInformation.h:89
String description
description of the parameter
Definition: ParameterInformation.h:75
ParameterTypes
Parameter types.
Definition: ParameterInformation.h:50
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
String name
name of the parameter (internal and external)
Definition: ParameterInformation.h:69
bool advanced
flag the indicates that the parameter is advanced (this is used for writing the INI file only) ...
Definition: ParameterInformation.h:81
ParameterTypes type
type of the parameter
Definition: ParameterInformation.h:71
String parameter that denotes an input file.
Definition: ParameterInformation.h:54
More than one String Parameter that denotes output files.
Definition: ParameterInformation.h:62
Integer parameter.
Definition: ParameterInformation.h:57
Floating point number parameter.
Definition: ParameterInformation.h:56
StringList tags
StringList for special tags.
Definition: ParameterInformation.h:83
Int min_int
Definition: ParameterInformation.h:88
double min_float
Definition: ParameterInformation.h:90
A more convenient string class.
Definition: String.h:58
Class to hold strings, numeric values, lists of strings and lists of numeric values.
Definition: DataValue.h:56
More than one Integer Parameter.
Definition: ParameterInformation.h:59
bool required
flag that indicates if this parameter is required i.e. it must differ from the default value ...
Definition: ParameterInformation.h:79
More than one String Parameter that denotes input files.
Definition: ParameterInformation.h:61
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
String parameter.
Definition: ParameterInformation.h:53