Package org.powertac.common
Class WeatherForecast
- java.lang.Object
 - 
- org.powertac.common.WeatherForecast
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WeatherForecast(int timeslot, List<WeatherForecastPrediction> predictions)WeatherForecast(Timeslot timeslot, List<WeatherForecastPrediction> predictions)Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TimeslotgetCurrentTimeslot()Deprecated.longgetId()List<WeatherForecastPrediction>getPredictions()TimeslotgetTimeslot()Deprecated.intgetTimeslotIndex() 
 - 
 
- 
- 
Constructor Detail
- 
WeatherForecast
public WeatherForecast(int timeslot, List<WeatherForecastPrediction> predictions) 
- 
WeatherForecast
@Deprecated @ChainedConstructor public WeatherForecast(Timeslot timeslot, List<WeatherForecastPrediction> predictions)
Deprecated. 
 - 
 
- 
Method Detail
- 
getPredictions
public List<WeatherForecastPrediction> getPredictions()
 
- 
getId
public long getId()
 
- 
getTimeslotIndex
public int getTimeslotIndex()
 
- 
getCurrentTimeslot
@Deprecated public Timeslot getCurrentTimeslot()
Deprecated. 
- 
getTimeslot
@Deprecated public Timeslot getTimeslot()
Deprecated. 
 - 
 
 -