@Service public class CompetitionService extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CompetitionService() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBootstrapDiscardedTimeslots() |
int |
getBootstrapTimeslotCount() |
int |
getDeactivateTimeslotsAhead() |
String |
getDescription() |
int |
getExpectedTimeslotCount() |
long |
getId() |
long |
getIdPowerTacCompetition() |
int |
getLatitude() |
double |
getMinimumOrderQuantity() |
int |
getMinimumTimeslotCount() |
String |
getName() |
org.joda.time.Instant |
getSimulationBaseTime() |
long |
getSimulationModulo() |
long |
getSimulationRate() |
long |
getTimeslotDuration() |
int |
getTimeslotLength() |
int |
getTimeslotsOpen() |
int |
getTimezoneOffset() |
void |
setCurrent(org.powertac.common.Competition comp) |
public void setCurrent(org.powertac.common.Competition comp)
public long getId()
public long getIdPowerTacCompetition()
public long getTimeslotDuration()
public String getName()
public String getDescription()
public int getTimeslotLength()
public int getBootstrapTimeslotCount()
public int getBootstrapDiscardedTimeslots()
public int getMinimumTimeslotCount()
public int getExpectedTimeslotCount()
public int getTimeslotsOpen()
public int getDeactivateTimeslotsAhead()
public double getMinimumOrderQuantity()
public org.joda.time.Instant getSimulationBaseTime()
public int getTimezoneOffset()
public int getLatitude()
public long getSimulationRate()
public long getSimulationModulo()
Copyright © 2017 Power TAC. All rights reserved.