Package org.powertac.logtool.ifc
Interface Analyzer
- All Known Implementing Classes:
DomainBuilder,NoopAnalyzer
public interface Analyzer
Interface for analyzers
- Author:
- John Collins
-
Method Details
-
setup
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
-