public static class FileBasedDatabaseConnection.Parameterizer extends InputStreamDatabaseConnection.Parameterizer
| Modifier and Type | Field and Description |
|---|---|
protected java.io.File |
infile
Input stream to process.
|
static OptionID |
INPUT_ID
Parameter that specifies the name of the input file to be parsed.
|
instream, STREAM_IDfilters, FILTERS_ID, parser, PARSER_ID| Constructor and Description |
|---|
Parameterizer() |
| Modifier and Type | Method and Description |
|---|---|
protected FileBasedDatabaseConnection |
makeInstance()
Make an instance after successful configuration.
|
protected void |
makeOptions(Parameterization config)
Add all options.
|
configFilters, configParserconfigure, makepublic static final OptionID INPUT_ID
protected java.io.File infile
protected void makeOptions(Parameterization config)
AbstractParameterizermakeOptions in class InputStreamDatabaseConnection.Parameterizerconfig - Parameterization to add options to.protected FileBasedDatabaseConnection makeInstance()
AbstractParameterizermakeInstance in class InputStreamDatabaseConnection.ParameterizerCopyright © 2019 ELKI Development Team. License information.