Class NoopAnalyzer

java.lang.Object
org.powertac.logtool.LogtoolContext
org.powertac.logtool.common.NoopAnalyzer
All Implemented Interfaces:
Analyzer

public class NoopAnalyzer
extends LogtoolContext
implements Analyzer
  • Constructor Details

  • Method Details

    • setup

      public void setup()
      Description copied from interface: Analyzer
      Called before reading the logfile. Returns false on unrecoverable error like unable to open output file.
      Specified by:
      setup in interface Analyzer
    • report

      public void report()
      Description copied from interface: Analyzer
      Called after reading the logfile
      Specified by:
      report in interface Analyzer