org.powertac.common
Class WeatherForecastPrediction

java.lang.Object
  extended by 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)
           
 
Method Summary
 double getCloudCover()
           
 int getForecastTime()
           
 long getId()
           
 double getTemperature()
           
 double getWindDirection()
           
 double getWindSpeed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeatherForecastPrediction

public WeatherForecastPrediction(int time,
                                 double temperature,
                                 double windSpeed,
                                 double windDirection,
                                 double cloudCover)
Method Detail

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.