Class CompetitionSetupService

java.lang.Object
org.powertac.server.CompetitionSetupService
All Implemented Interfaces:
CompetitionSetup

@Service
public class CompetitionSetupService
extends Object
implements CompetitionSetup
Manages command-line and file processing for pre-game simulation setup. A simulation can be started in one of two ways:
  • By running the process with command-line arguments as specified in PowerTacServer, or
  • by calling the preGame() method to set up the environment and allow configuration of the next game, through a web (or REST) interface.
Author:
John Collins