Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.parser
Interface DistanceParser<O extends DatabaseObject,D extends Distance<D>>

All Superinterfaces:
Parameterizable, Parser<O>
All Known Implementing Classes:
NumberDistanceParser

public interface DistanceParser<O extends DatabaseObject,D extends Distance<D>>
extends Parser<O>

A DistanceParser shall provide a DistanceParsingResult by parsing an InputStream.

Author:
Arthur Zimek

Method Summary
 DistanceFunction<O,D> getDistanceFunction()
          Returns the distance function of this parser.
 
Methods inherited from interface de.lmu.ifi.dbs.elki.parser.Parser
parse
 
Methods inherited from interface de.lmu.ifi.dbs.elki.utilities.optionhandling.Parameterizable
checkGlobalParameterConstraints, description, getAttributeSettings, getParameters, getPossibleOptions, inlineDescription, setParameters
 

Method Detail

getDistanceFunction

DistanceFunction<O,D> getDistanceFunction()
Returns the distance function of this parser.

Returns:
the distance function of this parser

Release 0.1 (2008-07-10_1838)