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 Timeslot
getCurrentTimeslot()
Deprecated.long
getId()
List<WeatherForecastPrediction>
getPredictions()
Timeslot
getTimeslot()
Deprecated.int
getTimeslotIndex()
-
-
-
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.
-
-