Uses of Class
org.powertac.common.WeatherForecast

Packages that use WeatherForecast
org.powertac.common.repo   
 

Uses of WeatherForecast in org.powertac.common.repo
 

Methods in org.powertac.common.repo that return WeatherForecast
 WeatherForecast WeatherForecastRepo.currentWeatherForecast()
          Returns the current WeatherForecast
 

Methods in org.powertac.common.repo that return types with arguments of type WeatherForecast
 List<WeatherForecast> WeatherForecastRepo.allWeatherForecasts()
          Returns a list of all the issued weather forecast up to the currentTimeslot
 

Methods in org.powertac.common.repo with parameters of type WeatherForecast
 void WeatherForecastRepo.add(WeatherForecast weather)
          Adds a WeatherForecast to the repo
 



Copyright © 2013. All Rights Reserved.