de.lmu.ifi.dbs.elki.result
Class ReferencePointsResult<O>

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
      extended by de.lmu.ifi.dbs.elki.result.BasicResult
          extended by de.lmu.ifi.dbs.elki.result.CollectionResult<O>
              extended by de.lmu.ifi.dbs.elki.result.ReferencePointsResult<O>
Type Parameters:
O - data type
All Implemented Interfaces:
HierarchicalResult, IterableResult<O>, Result, Iterable<O>

public class ReferencePointsResult<O>
extends CollectionResult<O>

Result used in passing the reference points to the visualizers.


Constructor Summary
ReferencePointsResult(String name, String shortname, Collection<O> col)
          Constructor with collection only.
ReferencePointsResult(String name, String shortname, Collection<O> col, Collection<String> header)
          Full constructor.
 
Method Summary
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.CollectionResult
addHeader, getHeader, iterator, size
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.BasicResult
getLongName, getShortName
 
Methods inherited from class de.lmu.ifi.dbs.elki.result.AbstractHierarchicalResult
addChildResult, getHierarchy, setHierarchy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.lmu.ifi.dbs.elki.result.Result
getLongName, getShortName
 

Constructor Detail

ReferencePointsResult

public ReferencePointsResult(String name,
                             String shortname,
                             Collection<O> col)
Constructor with collection only.

Parameters:
name - The long name (for pretty printing)
shortname - the short name (for filenames etc.)
col - Reference Points

ReferencePointsResult

public ReferencePointsResult(String name,
                             String shortname,
                             Collection<O> col,
                             Collection<String> header)
Full constructor.

Parameters:
name - The long name (for pretty printing)
shortname - the short name (for filenames etc.)
col - Reference Points
header - Header

Release 0.4.0 (2011-09-20_1324)