Uses of Interface
org.powertac.common.interfaces.InitializationService
-
Packages that use InitializationService Package Description org.powertac.customer org.powertac.factoredcustomer -
-
Uses of InitializationService in org.powertac.customer
Classes in org.powertac.customer that implement InitializationService Modifier and Type Class Description class
CustomerModelService
Manages a set of customer models. -
Uses of InitializationService in org.powertac.factoredcustomer
Classes in org.powertac.factoredcustomer that implement InitializationService Modifier and Type Class Description class
FactoredCustomerService
Key class that processes the configuration file and creates a collection of customers during the initialization process.
-