|
|
|||||||||||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||||||||||
O - object typepublic interface LinebasedParser<O extends DatabaseObject>
A parser that can parse single line. Will be used by a parser to re-read results.
| Method Summary | |
|---|---|
Pair<O,List<String>> |
parseLine(String line)
Parse a single line into a database object |
| Methods inherited from interface de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable |
|---|
checkGlobalParameterConstraints, collectOptions, getParameters, setParameters, shortDescription |
| Method Detail |
|---|
Pair<O,List<String>> parseLine(String line)
line - single line
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||