Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.parser
Interface LinebasedParser<O extends DatabaseObject>

Type Parameters:
O - object type
All Known Implementing Classes:
DoubleVectorLabelParser, DoubleVectorLabelTransposingParser, FloatVectorLabelParser, NumberVectorLabelParser, SparseFloatVectorLabelParser

public interface LinebasedParser<O extends DatabaseObject>

A parser that can parse single line. Will be used by a parser to re-read results.

Author:
Erich Schubert

Method Summary
 Pair<O,List<String>> parseLine(String line)
          Parse a single line into a database object
 

Method Detail

parseLine

Pair<O,List<String>> parseLine(String line)
Parse a single line into a database object

Parameters:
line - single line
Returns:
parsing result

Release 0.3 (2010-03-31_1612)