Package org.powertac.logtool
Class Logtool
- java.lang.Object
-
- org.powertac.logtool.LogtoolContext
-
- org.powertac.logtool.Logtool
-
public class Logtool extends LogtoolContext
This is the top level of the top-down version of the Power TAC logtool analyzer. To use it, give a filename and the classnames of a set of Analyzers.- Author:
- John Collins
-
-
Field Summary
-
Fields inherited from class org.powertac.logtool.LogtoolContext
df
-
-
Constructor Summary
Constructors Constructor Description Logtool()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Sets up the logtool, delegates everything to a LogtoolCore instance.-
Methods inherited from class org.powertac.logtool.LogtoolContext
cli, getBean, getContext, getCore, getDomainObjectReader, initialize, registerMessageListener, registerNewObjectListener, setContext
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
Sets up the logtool, delegates everything to a LogtoolCore instance.
-
-