org.powertac.visualizer.push
Class WeatherPusher

java.lang.Object
  extended by org.powertac.visualizer.push.WeatherPusher

public class WeatherPusher
extends Object


Constructor Summary
WeatherPusher(long millis, double temperature, double windSpeed, double windDirection, double cloudCover)
           
 
Method Summary
 double getCloudCover()
           
 long getMillis()
           
 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

WeatherPusher

public WeatherPusher(long millis,
                     double temperature,
                     double windSpeed,
                     double windDirection,
                     double cloudCover)
Method Detail

getMillis

public long getMillis()

getTemperature

public double getTemperature()

getWindSpeed

public double getWindSpeed()

getWindDirection

public double getWindDirection()

getCloudCover

public double getCloudCover()


Copyright © 2013 Power TAC. All Rights Reserved.