Uses of Class
org.powertac.common.WeatherReport
-
Packages that use WeatherReport Package Description org.powertac.common.repo Repositories that need to exist in both the Power TAC simulation server and in brokers. -
-
Uses of WeatherReport in org.powertac.common.repo
Methods in org.powertac.common.repo that return WeatherReport Modifier and Type Method Description WeatherReportWeatherReportRepo. 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 voidWeatherReportRepo. add(WeatherReport weather)Adds a WeatherReport to the repo, keeping only maxReportCount around
-