| Package | Description |
|---|---|
| org.powertac.common.repo |
| Modifier and Type | Method and Description |
|---|---|
WeatherReport |
WeatherReportRepo.currentWeatherReport()
Returns the current weatherReport
|
| Modifier and Type | Method and Description |
|---|---|
List<WeatherReport> |
WeatherReportRepo.allWeatherReports()
Returns a list of all the issued weather reports up to the
currentTimeslot
|
| Modifier and Type | Method and Description |
|---|---|
void |
WeatherReportRepo.add(WeatherReport weather)
Adds a WeatherReport to the repo
|
Copyright © 2017 Power TAC. All rights reserved.