Uses of Class
org.powertac.common.repo.TariffRepo
-
Packages that use TariffRepo Package Description org.powertac.balancemkt org.powertac.common.interfaces org.powertac.customer -
-
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()
-