Uses of Class
org.powertac.common.repo.WeatherReportRepo
-
Packages that use WeatherReportRepo Package Description org.powertac.common.interfaces org.powertac.customer General customer-model infrastructure.org.powertac.factoredcustomer org.powertac.householdcustomer org.powertac.officecomplexcustomer -
-
Uses of WeatherReportRepo in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return WeatherReportRepo Modifier and Type Method Description WeatherReportRepo
CustomerServiceAccessor. getWeatherReportRepo()
Returns a reference to a WeatherReportRepo -
Uses of WeatherReportRepo in org.powertac.customer
Methods in org.powertac.customer that return WeatherReportRepo Modifier and Type Method Description WeatherReportRepo
CustomerModelService. getWeatherReportRepo()
-
Uses of WeatherReportRepo in org.powertac.factoredcustomer
Methods in org.powertac.factoredcustomer that return WeatherReportRepo Modifier and Type Method Description WeatherReportRepo
FactoredCustomerService. getWeatherReportRepo()
-
Uses of WeatherReportRepo in org.powertac.householdcustomer
Methods in org.powertac.householdcustomer that return WeatherReportRepo Modifier and Type Method Description WeatherReportRepo
HouseholdCustomerService. getWeatherReportRepo()
-
Uses of WeatherReportRepo in org.powertac.officecomplexcustomer
Methods in org.powertac.officecomplexcustomer that return WeatherReportRepo Modifier and Type Method Description WeatherReportRepo
OfficeComplexCustomerService. getWeatherReportRepo()
-