org.powertac.common
Class WeatherReport

java.lang.Object
  extended by org.powertac.common.WeatherReport

public class WeatherReport
extends Object

A weather report instance that describes the weather data for one hour of the simulation

Version:
1.0 - 03/May/2011
Author:
Erik Onarheim, Josh Edeen

Constructor Summary
WeatherReport(Timeslot timeslot, double temperature, double windSpeed, double windDirection, double cloudCover)
           
 
Method Summary
 double getCloudCover()
           
 Timeslot getCurrentTimeslot()
           
 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

WeatherReport

public WeatherReport(Timeslot timeslot,
                     double temperature,
                     double windSpeed,
                     double windDirection,
                     double cloudCover)
Method Detail

getId

public long getId()

getCurrentTimeslot

public Timeslot getCurrentTimeslot()

getTemperature

public double getTemperature()

getWindSpeed

public double getWindSpeed()

getWindDirection

public double getWindDirection()

getCloudCover

public double getCloudCover()


Copyright © 2012. All Rights Reserved.