org.powertac.common
Class WeatherForecast

java.lang.Object
  extended by 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

Constructor Summary
WeatherForecast(Timeslot timeslot, List<WeatherForecastPrediction> predictions)
           
 
Method Summary
 Timeslot getCurrentTimeslot()
           
 long getId()
           
 List<WeatherForecastPrediction> getPredictions()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeatherForecast

public WeatherForecast(Timeslot timeslot,
                       List<WeatherForecastPrediction> predictions)
Method Detail

getPredictions

public List<WeatherForecastPrediction> getPredictions()

getId

public long getId()

getCurrentTimeslot

public Timeslot getCurrentTimeslot()


Copyright © 2012. All Rights Reserved.