Package org.powertac.common
Class WeatherForecastPrediction
- java.lang.Object
-
- org.powertac.common.WeatherForecastPrediction
-
-
Constructor Summary
Constructors Constructor Description WeatherForecastPrediction(int time, double temperature, double windSpeed, double windDirection, double cloudCover)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getCloudCover()
int
getForecastTime()
long
getId()
double
getTemperature()
double
getWindDirection()
double
getWindSpeed()
-