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