Uses of Interface
org.powertac.common.interfaces.CustomerModelAccessor
- 
Packages that use CustomerModelAccessor Package Description org.powertac.common Power TAC domain types, shared between simulation server and brokers.org.powertac.customer 
- 
- 
Uses of CustomerModelAccessor in org.powertac.commonConstructors in org.powertac.common with parameters of type CustomerModelAccessor Constructor Description TariffEvaluator(CustomerModelAccessor cma)TariffEvaluator(CustomerModelAccessor cma, ServerConfiguration config)
- 
Uses of CustomerModelAccessor in org.powertac.customerMethods in org.powertac.customer with parameters of type CustomerModelAccessor Modifier and Type Method Description TariffEvaluatorAbstractCustomer. createTariffEvaluator(CustomerModelAccessor cma)Creates a TariffEvaluator, populated with a pre-configured TariffEvaluationHelper.
 
-