de.lmu.ifi.dbs.elki.datasource.parser
Interface Parser

All Superinterfaces:
InspectionUtilFrequentlyScanned, Parameterizable
All Known Implementing Classes:
ArffParser, BitVectorLabelParser, DoubleVectorLabelParser, DoubleVectorLabelTransposingParser, FloatVectorLabelParser, NumberVectorLabelParser, ParameterizationFunctionLabelParser, SimplePolygonParser, SparseBitVectorLabelParser, SparseFloatVectorLabelParser, TermFrequencyParser

public interface Parser
extends Parameterizable, InspectionUtilFrequentlyScanned

A Parser shall provide a ParsingResult by parsing an InputStream.


Method Summary
 MultipleObjectsBundle parse(InputStream in)
          Returns a list of the objects parsed from the specified input stream.
 

Method Detail

parse

MultipleObjectsBundle parse(InputStream in)
Returns a list of the objects parsed from the specified input stream.

Parameters:
in - the stream to parse objects from
Returns:
a list containing those objects parsed from the input stream

Release 0.4.0 (2011-09-20_1324)