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 void
report()
Called after reading the logfilevoid
setup()
Called before reading the logfile.
-
-
-
Method Detail
-
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.
-
-