Uses of Interface
org.powertac.common.interfaces.CustomerServiceAccessor
-
Packages that use CustomerServiceAccessor Package Description org.powertac.customer org.powertac.householdcustomer -
-
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.householdcustomer
Classes in org.powertac.householdcustomer that implement CustomerServiceAccessor Modifier and Type Class Description class
HouseholdCustomerService
Implements the Household Consumer Model.
-