Uses of Class
org.powertac.common.repo.TariffRepo
-
Packages that use TariffRepo Package Description org.powertac.balancemkt org.powertac.common.interfaces org.powertac.customer General customer-model infrastructure.org.powertac.factoredcustomer org.powertac.householdcustomer org.powertac.officecomplexcustomer -
-
Uses of TariffRepo in org.powertac.balancemkt
Fields in org.powertac.balancemkt declared as TariffRepo Modifier and Type Field Description protected TariffRepoSettlementProcessor. tariffRepoConstructors in org.powertac.balancemkt with parameters of type TariffRepo Constructor Description StaticSettlementProcessor(TariffRepo tariffRepo, CapacityControl capacityControl) -
Uses of TariffRepo in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return TariffRepo Modifier and Type Method Description TariffRepoCustomerServiceAccessor. getTariffRepo()Returns a reference to a TariffRepo -
Uses of TariffRepo in org.powertac.customer
Methods in org.powertac.customer that return TariffRepo Modifier and Type Method Description TariffRepoCustomerModelService. getTariffRepo() -
Uses of TariffRepo in org.powertac.factoredcustomer
Methods in org.powertac.factoredcustomer that return TariffRepo Modifier and Type Method Description TariffRepoFactoredCustomerService. getTariffRepo() -
Uses of TariffRepo in org.powertac.householdcustomer
Methods in org.powertac.householdcustomer that return TariffRepo Modifier and Type Method Description TariffRepoHouseholdCustomerService. getTariffRepo() -
Uses of TariffRepo in org.powertac.officecomplexcustomer
Methods in org.powertac.officecomplexcustomer that return TariffRepo Modifier and Type Method Description TariffRepoOfficeComplexCustomerService. getTariffRepo()
-