Uses of Class
org.powertac.factoredcustomer.FactoredCustomerService
-
Packages that use FactoredCustomerService Package Description org.powertac.factoredcustomer org.powertac.factoredcustomer.interfaces -
-
Uses of FactoredCustomerService in org.powertac.factoredcustomer
Fields in org.powertac.factoredcustomer declared as FactoredCustomerService Modifier and Type Field Description protected FactoredCustomerService
DefaultCapacityBundle. service
Methods in org.powertac.factoredcustomer with parameters of type FactoredCustomerService Modifier and Type Method Description void
CapacityStructure. initialize(FactoredCustomerService service)
void
DefaultCapacityBundle. initialize(FactoredCustomerService service, CustomerStructure customerStructure)
void
ProbabilityDistribution. initialize(FactoredCustomerService service)
void
TariffSubscriberStructure. initialize(FactoredCustomerService service)
void
TimeseriesGenerator. initialize(FactoredCustomerService service)
-
Uses of FactoredCustomerService in org.powertac.factoredcustomer.interfaces
Methods in org.powertac.factoredcustomer.interfaces with parameters of type FactoredCustomerService Modifier and Type Method Description void
CapacityBundle. initialize(FactoredCustomerService service, CustomerStructure customerStructure)
void
FactoredCustomer. initialize(FactoredCustomerService factoredCustomerService)
void
UtilityOptimizer. initialize(FactoredCustomerService service)
-