Uses of Class
org.powertac.common.WeatherReport
-
Packages that use WeatherReport Package Description org.powertac.common.interfaces org.powertac.common.repo Repositories that need to exist in both the Power TAC simulation server and in brokers.org.powertac.du -
-
Uses of WeatherReport in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return types with arguments of type WeatherReport Modifier and Type Method 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 intargetTimeslots
from the perspective of thecurrentTimeslot
. -
Uses of WeatherReport in org.powertac.common.repo
Methods in org.powertac.common.repo that return WeatherReport Modifier and Type Method Description WeatherReport
WeatherReportRepo. currentWeatherReport()
Returns the current weatherReportMethods in org.powertac.common.repo that return types with arguments of type WeatherReport Modifier and Type Method Description List<WeatherReport>
WeatherReportRepo. allWeatherReports()
Returns a list of all the issued weather reports up to the currentTimeslotMethods in org.powertac.common.repo with parameters of type WeatherReport Modifier and Type Method Description void
WeatherReportRepo. add(WeatherReport weather)
Adds a WeatherReport to the repo, keeping only maxReportCount around -
Uses of WeatherReport in org.powertac.du
Methods in org.powertac.du with parameters of type WeatherReport Modifier and Type Method Description void
DefaultBrokerService. handleMessage(WeatherReport report)
Receives a new WeatherReport.
-