Package org.powertac.logtool.ifc
Interface Analyzer
-
- All Known Implementing Classes:
DomainBuilder
,LogtoolExecutor
,NoopAnalyzer
public interface Analyzer
Interface for analyzers- Author:
- John Collins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
report()
Called after reading the logfilevoid
setup()
Called before reading the logfile.
-
-
-
Method Detail
-
setup
void setup() throws FileNotFoundException
Called before reading the logfile. Returns false on unrecoverable error like unable to open output file.- Throws:
FileNotFoundException
-
report
void report()
Called after reading the logfile
-
-