org.powertac.common
Class WeatherForecast
java.lang.Object
org.powertac.common.WeatherForecast
public class WeatherForecast
- extends Object
A collection of weatherReports giving hourly forecasts for future timeslot.
- Author:
- Erik Onarheim and Josh Edeen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeatherForecast
public WeatherForecast(Timeslot timeslot,
List<WeatherForecastPrediction> predictions)
getPredictions
public List<WeatherForecastPrediction> getPredictions()
getId
public long getId()
getCurrentTimeslot
public Timeslot getCurrentTimeslot()
Copyright © 2012. All Rights Reserved.