Uses of Interface
org.powertac.common.interfaces.TariffMarket
-
Packages that use TariffMarket Package Description org.powertac.common.interfaces org.powertac.customer General customer-model infrastructure.org.powertac.factoredcustomer org.powertac.householdcustomer org.powertac.householdcustomer.customers org.powertac.officecomplexcustomer org.powertac.officecomplexcustomer.customers org.powertac.tariffmarket -
-
Uses of TariffMarket in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return TariffMarket Modifier and Type Method Description TariffMarket
CustomerServiceAccessor. getTariffMarket()
Returns a reference to the TariffMarket -
Uses of TariffMarket in org.powertac.customer
Methods in org.powertac.customer that return TariffMarket Modifier and Type Method Description TariffMarket
CustomerModelService. getTariffMarket()
Methods in org.powertac.customer with parameters of type TariffMarket Modifier and Type Method Description void
AbstractCustomer. setTariffMarket(TariffMarket service)
-
Uses of TariffMarket in org.powertac.factoredcustomer
Methods in org.powertac.factoredcustomer that return TariffMarket Modifier and Type Method Description TariffMarket
FactoredCustomerService. getTariffMarket()
-
Uses of TariffMarket in org.powertac.householdcustomer
Methods in org.powertac.householdcustomer that return TariffMarket Modifier and Type Method Description TariffMarket
HouseholdCustomerService. getTariffMarket()
-
Uses of TariffMarket in org.powertac.householdcustomer.customers
Methods in org.powertac.householdcustomer.customers with parameters of type TariffMarket Modifier and Type Method Description void
Village. subscribeDefault(TariffMarket tariffMarketService)
-
Uses of TariffMarket in org.powertac.officecomplexcustomer
Methods in org.powertac.officecomplexcustomer that return TariffMarket Modifier and Type Method Description TariffMarket
OfficeComplexCustomerService. getTariffMarket()
-
Uses of TariffMarket in org.powertac.officecomplexcustomer.customers
Methods in org.powertac.officecomplexcustomer.customers with parameters of type TariffMarket Modifier and Type Method Description void
OfficeComplex. subscribeDefault(TariffMarket tariffMarketService)
-
Uses of TariffMarket in org.powertac.tariffmarket
Classes in org.powertac.tariffmarket that implement TariffMarket Modifier and Type Class Description class
TariffMarketService
Implements the Tariff Market abstraction.
-