Package elki.result

Class DiscardResultHandler

  • All Implemented Interfaces:
    ResultHandler, ResultProcessor

    public class DiscardResultHandler
    extends java.lang.Object
    implements ResultHandler
    A dummy result handler that discards the actual result, for use in benchmarks.
    Since:
    0.2
    Author:
    Erich Schubert
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void processNewResult​(java.lang.Object 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​(java.lang.Object newResult)
        Description copied from interface: ResultProcessor
        Process a result.
        Specified by:
        processNewResult in interface ResultProcessor
        Parameters:
        newResult - Newly added result subtree.