Package org.powertac.logtool.ifc
Interface Analyzer
- 
- All Known Implementing Classes:
 DomainBuilder,LogtoolExecutor,NoopAnalyzer
public interface AnalyzerInterface for analyzers- Author:
 - John Collins
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreport()Called after reading the logfilevoidsetup()Called before reading the logfile. 
 - 
 
- 
- 
Method Detail
- 
setup
void setup() throws FileNotFoundExceptionCalled 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 
 - 
 
 -