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 TariffRepo
SettlementProcessor. tariffRepo
Constructors 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 TariffRepo
CustomerServiceAccessor. 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 TariffRepo
CustomerModelService. getTariffRepo()
-
Uses of TariffRepo in org.powertac.factoredcustomer
Methods in org.powertac.factoredcustomer that return TariffRepo Modifier and Type Method Description TariffRepo
FactoredCustomerService. getTariffRepo()
-
Uses of TariffRepo in org.powertac.householdcustomer
Methods in org.powertac.householdcustomer that return TariffRepo Modifier and Type Method Description TariffRepo
HouseholdCustomerService. getTariffRepo()
-
Uses of TariffRepo in org.powertac.officecomplexcustomer
Methods in org.powertac.officecomplexcustomer that return TariffRepo Modifier and Type Method Description TariffRepo
OfficeComplexCustomerService. getTariffRepo()
-