public static class ConvertToBundleApplication.Parameterizer extends AbstractApplication.Parameterizer
Modifier and Type | Field and Description |
---|---|
static OptionID |
DATABASE_CONNECTION_ID
Option to specify the data source for the database.
|
private DatabaseConnection |
input
The data input step.
|
private java.io.File |
outfile
Output filename.
|
DATABASE_ID, DEBUG_ID, DESCRIPTION_ID, HELP_ID, HELP_LONG_ID, INPUT_ID, OUTPUT_ID, VERBOSE_ID
Constructor and Description |
---|
Parameterizer() |
Modifier and Type | Method and Description |
---|---|
protected ConvertToBundleApplication |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
getParameterInputFile, getParameterInputFile, getParameterOutputFile, getParameterOutputFile, parseDebugParameter
configure, make
public static final OptionID DATABASE_CONNECTION_ID
private DatabaseConnection input
private java.io.File outfile
protected void makeOptions(Parameterization config)
AbstractParameterizer
makeOptions
in class AbstractParameterizer
config
- Parameterization to add options to.protected ConvertToBundleApplication makeInstance()
AbstractParameterizer
makeInstance
in class AbstractApplication.Parameterizer
Copyright © 2019 ELKI Development Team. License information.