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