Uses of Class
org.powertac.common.WeatherForecast
-
Packages that use WeatherForecast Package Description org.powertac.common.repo Repositories that need to exist in both the Power TAC simulation server and in brokers. -
-
Uses of WeatherForecast in org.powertac.common.repo
Methods in org.powertac.common.repo that return WeatherForecast Modifier and Type Method Description WeatherForecast
WeatherForecastRepo. currentWeatherForecast()
Returns the current WeatherForecastMethods in org.powertac.common.repo that return types with arguments of type WeatherForecast Modifier and Type Method Description List<WeatherForecast>
WeatherForecastRepo. allWeatherForecasts()
Returns a list of all the issued weather forecast up to the currentTimeslotMethods in org.powertac.common.repo with parameters of type WeatherForecast Modifier and Type Method Description void
WeatherForecastRepo. add(WeatherForecast weather)
Adds a WeatherForecast to the repo
-