Uses of Interface
org.powertac.common.interfaces.TariffMarket
-
Packages that use TariffMarket Package Description org.powertac.common.interfaces org.powertac.customer org.powertac.householdcustomer org.powertac.householdcustomer.customers -
-
Uses of TariffMarket in org.powertac.common.interfaces
Methods in org.powertac.common.interfaces that return TariffMarket Modifier and Type Method Description TariffMarketCustomerServiceAccessor. 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 TariffMarketCustomerModelService. getTariffMarket()Methods in org.powertac.customer with parameters of type TariffMarket Modifier and Type Method Description voidAbstractCustomer. setTariffMarket(TariffMarket service) -
Uses of TariffMarket in org.powertac.householdcustomer
Methods in org.powertac.householdcustomer that return TariffMarket Modifier and Type Method Description TariffMarketHouseholdCustomerService. 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 voidVillage. subscribeDefault(TariffMarket tariffMarketService)
-