de.lmu.ifi.dbs.elki.result
Class DiscardResultHandler

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.result.DiscardResultHandler
All Implemented Interfaces:
ResultHandler, ResultProcessor, InspectionUtilFrequentlyScanned, Parameterizable

public class DiscardResultHandler
extends Object
implements ResultHandler

A dummy result handler that discards the actual result, for use in benchmarks.


Constructor Summary
DiscardResultHandler()
          Default constructor.
 
Method Summary
 void processNewResult(HierarchicalResult baseResult, Result newResult)
          Process a result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscardResultHandler

public DiscardResultHandler()
Default constructor.

Method Detail

processNewResult

public void processNewResult(HierarchicalResult baseResult,
                             Result newResult)
Description copied from interface: ResultProcessor
Process a result.

Specified by:
processNewResult in interface ResultProcessor
Parameters:
baseResult - The base of the result tree.
newResult - Newly added result subtree.

Release 0.4.0 (2011-09-20_1324)