public final class QAlgorithmParameters
extends java.lang.Object
Constructor and Description |
---|
QAlgorithmParameters() |
Modifier and Type | Method and Description |
---|---|
static void |
appendToCommandLine(IQAlgorithmParameters source,
java.lang.StringBuilder line)
Append the parameters from source that have been specified to the command line
|
static void |
appendToCommandLine(IQAlgorithmParameters source,
java.lang.StringBuilder line,
boolean useAlgorithm)
Append the parameters from source that have been specified to the command line
|
static boolean |
parseParameterFor(IQAlgorithmParameters value,
java.lang.String parameter)
Parses the specified parameter and sets the appropriate property in value
|
static void |
setDefaultParametersFor(IQAlgorithmParameters value)
Sets value to the parameter defaults
|
public static void appendToCommandLine(IQAlgorithmParameters source, java.lang.StringBuilder line)
source
- The parameters to appendline
- The line to append the specified parameters topublic static void appendToCommandLine(IQAlgorithmParameters source, java.lang.StringBuilder line, boolean useAlgorithm)
source
- The parameters to appendline
- The line to append the specified parameters touseAlgorithm
- control the inclusion of the QAlgorithm parameterpublic static boolean parseParameterFor(IQAlgorithmParameters value, java.lang.String parameter)
value
- The parameters to updateparameter
- The parameter to parsepublic static void setDefaultParametersFor(IQAlgorithmParameters value)
value
- The parameters to set to defaults