org.powertac.common
Class WeatherForecastPrediction
java.lang.Object
org.powertac.common.WeatherForecastPrediction
public class WeatherForecastPrediction
- extends Object
A weather forecast report instance that describes the weather data
- Version:
- 1.0 - 03/Jun/2011
- Author:
- Erik Onarheim, Josh Edeen
|
Constructor Summary |
WeatherForecastPrediction(int time,
double temperature,
double windSpeed,
double windDirection,
double cloudCover)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeatherForecastPrediction
public WeatherForecastPrediction(int time,
double temperature,
double windSpeed,
double windDirection,
double cloudCover)
getId
public long getId()
getForecastTime
public int getForecastTime()
getTemperature
public double getTemperature()
getWindSpeed
public double getWindSpeed()
getWindDirection
public double getWindDirection()
getCloudCover
public double getCloudCover()
Copyright © 2011. All Rights Reserved.