Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.parser
Class ParsingResult<O extends DatabaseObject>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.parser.ParsingResult<O>
Direct Known Subclasses:
DistanceParsingResult

public class ParsingResult<O extends DatabaseObject>
extends Object

Provides a list of database objects and labels associated with these objects.

Author:
Elke Achtert

Field Summary
private  List<ObjectAndLabels<O>> objectAndLabelList
          The list of database objects and labels associated with these objects.
 
Constructor Summary
ParsingResult(List<ObjectAndLabels<O>> objectAndLabelList)
          Provides a list of database objects and labels associated with these objects.
 
Method Summary
 List<ObjectAndLabels<O>> getObjectAndLabelList()
          Returns the list of database objects and labels associated with these objects.
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

objectAndLabelList

private final List<ObjectAndLabels<O extends DatabaseObject>> objectAndLabelList
The list of database objects and labels associated with these objects.

Constructor Detail

ParsingResult

public ParsingResult(List<ObjectAndLabels<O>> objectAndLabelList)
Provides a list of database objects and labels associated with these objects.

Parameters:
objectAndLabelList - the list of database objects and labels associated with these objects
Method Detail

getObjectAndLabelList

public List<ObjectAndLabels<O>> getObjectAndLabelList()
Returns the list of database objects and labels associated with these objects.

Returns:
the list of database objects and labels associated with these objects

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
Returns:
a string representation of the object.

Release 0.1 (2008-07-10_1838)