| Package | Description |
|---|---|
| org.powertac.common.repo |
| Modifier and Type | Method and Description |
|---|---|
WeatherForecast |
WeatherForecastRepo.currentWeatherForecast()
Returns the current WeatherForecast
|
| Modifier and Type | Method and Description |
|---|---|
List<WeatherForecast> |
WeatherForecastRepo.allWeatherForecasts()
Returns a list of all the issued weather forecast up to the
currentTimeslot
|
| Modifier and Type | Method and Description |
|---|---|
void |
WeatherForecastRepo.add(WeatherForecast weather)
Adds a WeatherForecast to the repo
|
Copyright © 2017 Power TAC. All rights reserved.