Package org.powertac.samplebroker.core
Class BrokerMain
- java.lang.Object
-
- org.powertac.samplebroker.core.BrokerMain
-
public class BrokerMain extends Object
This is the top level of a Power TAC broker implementation. Command-line processing and all other functions are delegated to an instance of BrokerRunner.- Author:
- John Collins
-
-
Constructor Summary
Constructors Constructor Description BrokerMain()
-
-
-
Method Detail
-
main
public static void main(String[] args)
Sets up the broker. Single command-line arg is the username
-
-