Class EmbeddedService
java.lang.Object
org.powertac.visualizer.service_ptac.EmbeddedService
@Service public class EmbeddedService extends Object
This service runs Power TAC games (sim, boot and replay).
- Author:
- Jurica Babic, Govert Buijs, Erik Kemperman
-
Constructor Summary
Constructors Constructor Description EmbeddedService() -
Method Summary
Modifier and Type Method Description voidcloseGame()StringrunBootGame(Game game, User user)StringrunReplayGame(InputStream source)StringrunSimGame(Game game, User user)
-
Constructor Details
-
EmbeddedService
public EmbeddedService()
-
-
Method Details
-
runBootGame
- Throws:
org.apache.commons.io.FileExistsException
-
runSimGame
-
runReplayGame
-
closeGame
public void closeGame()
-