|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.powertac.common.WeatherForecast
public class WeatherForecast
A collection of weatherReports giving hourly forecasts for future timeslot.
| Constructor Summary | |
|---|---|
WeatherForecast(int timeslot,
List<WeatherForecastPrediction> predictions)
|
|
WeatherForecast(Timeslot timeslot,
List<WeatherForecastPrediction> predictions)
Deprecated. |
|
| Method Summary | |
|---|---|
Timeslot |
getCurrentTimeslot()
Deprecated. |
long |
getId()
|
List<WeatherForecastPrediction> |
getPredictions()
|
Timeslot |
getTimeslot()
Deprecated. |
int |
getTimeslotIndex()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WeatherForecast(int timeslot,
List<WeatherForecastPrediction> predictions)
@Deprecated
public WeatherForecast(Timeslot timeslot,
List<WeatherForecastPrediction> predictions)
| Method Detail |
|---|
public List<WeatherForecastPrediction> getPredictions()
public long getId()
public int getTimeslotIndex()
@Deprecated public Timeslot getCurrentTimeslot()
@Deprecated public Timeslot getTimeslot()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||