org.powertac.common.interfaces
Interface CompetitionSetup


public interface CompetitionSetup

Handles the pre-game competition setup process. To start a simulation, one must call preGame(), followed by CompetitionControl.runOnce().

Author:
John Collins

Method Summary
 void preGame()
          Runs the pre-game cycle of the simulator, which sets all plugin components to their default state.
 

Method Detail

preGame

void preGame()
Runs the pre-game cycle of the simulator, which sets all plugin components to their default state.



Copyright © 2012 Power TAC. All Rights Reserved.