org.powertac.server
Class TournamentSchedulerService

java.lang.Object
  extended by org.powertac.server.TournamentSchedulerService
All Implemented Interfaces:
org.powertac.common.interfaces.InitializationService

@Service
public class TournamentSchedulerService
extends Object
implements org.powertac.common.interfaces.InitializationService


Constructor Summary
TournamentSchedulerService()
           
 
Method Summary
 int getGameId()
           
 String getTournamentSchedulerUrl()
           
 String initialize(org.powertac.common.Competition competition, List<String> completedInits)
           
 void ready()
           
 void setDefaults()
           
 void setGameId(int gameId)
           
 void setTournamentSchedulerUrl(String tournamentSchedulerUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TournamentSchedulerService

public TournamentSchedulerService()
Method Detail

getGameId

public int getGameId()

setGameId

public void setGameId(int gameId)

getTournamentSchedulerUrl

public String getTournamentSchedulerUrl()

setTournamentSchedulerUrl

public void setTournamentSchedulerUrl(String tournamentSchedulerUrl)

ready

public void ready()

initialize

public String initialize(org.powertac.common.Competition competition,
                         List<String> completedInits)
Specified by:
initialize in interface org.powertac.common.interfaces.InitializationService

setDefaults

public void setDefaults()
Specified by:
setDefaults in interface org.powertac.common.interfaces.InitializationService


Copyright © 2012 Power TAC. All Rights Reserved.