| Package | Description |
|---|---|
| org.powertac.common.interfaces | |
| org.powertac.common.repo |
| Modifier and Type | Method and Description |
|---|---|
List<WeatherReport> |
PhysicalEnvironment.generateWeatherData(Timeslot currentTimeslot,
List<Timeslot> targetTimeslots)
Generates and returns weather forecasts for every enabled timeslot
The physical environment module is responsible for computing weather
forecasts for each entry in
targetTimeslots from the perspective
of the currentTimeslot. |
| 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.