public interface CompetitionSetup
| Modifier and Type | Method and Description |
|---|---|
String |
bootSession(String bootFilename,
String configFilename,
String gameId,
String logfileSuffix,
String seedData,
String weatherData)
Starts a bootstrap session with parameters.
|
void |
preGame()
Runs the pre-game cycle of the simulator, which sets all plugin components
to their default state.
|
String |
simSession(String bootData,
String config,
String jmsUrl,
String gameId,
String logfileSuffix,
List<String> brokerUsernames,
String seedData,
String weatherData,
String inputQueueName)
Starts a simulation session with parameters, in a new thread.
|
void preGame()
String bootSession(String bootFilename, String configFilename, String gameId, String logfileSuffix, String seedData, String weatherData)
String simSession(String bootData, String config, String jmsUrl, String gameId, String logfileSuffix, List<String> brokerUsernames, String seedData, String weatherData, String inputQueueName)
Copyright © 2016 Power TAC. All Rights Reserved.