org.powertac.visualizer.services.competitioncontrol
Class WebCompetitionControlService

java.lang.Object
  extended by org.powertac.visualizer.services.competitioncontrol.WebCompetitionControlService

@Service
public class WebCompetitionControlService
extends Object

Purpose of this service is to allow (very) primitive control of PowerTAC simulator. Feel free to change this class to match your requirements.

Author:
Jurica Babic

Constructor Summary
WebCompetitionControlService()
           
 
Method Summary
 String getMessage()
           
 Boolean getTournamentMode()
           
 void runBoot()
           
 void runSim()
           
 void setTournamentMode(Boolean tournamentMode)
           
 void shutDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebCompetitionControlService

public WebCompetitionControlService()
Method Detail

runSim

public void runSim()

runBoot

public void runBoot()

shutDown

public void shutDown()

getMessage

public String getMessage()

getTournamentMode

public Boolean getTournamentMode()

setTournamentMode

public void setTournamentMode(Boolean tournamentMode)


Copyright © 2013 Power TAC. All Rights Reserved.