Uses of Interface
org.powertac.common.interfaces.CustomerServiceAccessor
-
Packages that use CustomerServiceAccessor Package Description org.powertac.customer org.powertac.factoredcustomer -
-
Uses of CustomerServiceAccessor in org.powertac.customer
Classes in org.powertac.customer that implement CustomerServiceAccessor Modifier and Type Class Description class
CustomerModelService
Manages a set of customer models.Fields in org.powertac.customer declared as CustomerServiceAccessor Modifier and Type Field Description protected CustomerServiceAccessor
AbstractCustomer. service
Methods in org.powertac.customer with parameters of type CustomerServiceAccessor Modifier and Type Method Description void
AbstractCustomer. setServiceAccessor(CustomerServiceAccessor csa)
Provides a reference to the service accessor, through which we can get at sim services -
Uses of CustomerServiceAccessor in org.powertac.factoredcustomer
Classes in org.powertac.factoredcustomer that implement CustomerServiceAccessor Modifier and Type Class Description class
FactoredCustomerService
Key class that processes the configuration file and creates a collection of customers during the initialization process.
-