Package org.powertac.common
Class WeatherForecastPrediction
- java.lang.Object
- 
- org.powertac.common.WeatherForecastPrediction
 
- 
- 
Constructor SummaryConstructors Constructor Description WeatherForecastPrediction(int time, double temperature, double windSpeed, double windDirection, double cloudCover)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCloudCover()intgetForecastTime()longgetId()doublegetTemperature()doublegetWindDirection()doublegetWindSpeed()
 
-