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, int timeslot)
           
 
Method Summary
 double getCloudCover()
           
 long getMillis()
           
 double getTemperature()
           
 int getTimeslot()
           
 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,
                     int timeslot)
Method Detail

getMillis

public long getMillis()

getTemperature

public double getTemperature()

getWindSpeed

public double getWindSpeed()

getWindDirection

public double getWindDirection()

getCloudCover

public double getCloudCover()

getTimeslot

public int getTimeslot()


Copyright © 2013 Power TAC. All Rights Reserved.