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()
           
 void runBoot()
           
 void runSim()
           
 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()


Copyright © 2012 Power TAC. All Rights Reserved.