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 doublegetCloudCover()intgetForecastTime()longgetId()doublegetTemperature()doublegetWindDirection()doublegetWindSpeed() 
 -