Package org.powertac.logtool.common
Class DomainBuilder
- java.lang.Object
 - 
- org.powertac.logtool.common.DomainBuilder
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DomainBuilder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreport()Called after reading the logfilevoidsetup()Called before reading the logfile. 
 - 
 
- 
- 
Method Detail
- 
setup
public void setup()
Description copied from interface:AnalyzerCalled before reading the logfile. Returns false on unrecoverable error like unable to open output file. 
 - 
 
 -