org.powertac.visualizer.push
Class WeatherPusher
java.lang.Object
org.powertac.visualizer.push.WeatherPusher
public class WeatherPusher
- extends Object
|
Constructor Summary |
WeatherPusher(long millis,
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 |
WeatherPusher
public WeatherPusher(long millis,
double temperature,
double windSpeed,
double windDirection,
double cloudCover)
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.