Package org.powertac.factoredcustomer
Class LearningCustomerCreator
- java.lang.Object
 - 
- org.powertac.factoredcustomer.LearningCustomerCreator
 
 
- 
- All Implemented Interfaces:
 org.powertac.factoredcustomer.CustomerFactory.CustomerCreator
public class LearningCustomerCreator extends Object implements org.powertac.factoredcustomer.CustomerFactory.CustomerCreator
Creates instances of @code{LearningFactoredCustomer} through the @code{CustomerFactory}.- Author:
 - Prashant Reddy
 
 
- 
- 
Constructor Summary
Constructors Constructor Description LearningCustomerCreator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FactoredCustomercreateModel(CustomerStructure customerStructure)StringgetKey() 
 - 
 
- 
- 
Method Detail
- 
getKey
public String getKey()
- Specified by:
 getKeyin interfaceorg.powertac.factoredcustomer.CustomerFactory.CustomerCreator
 
- 
createModel
public FactoredCustomer createModel(CustomerStructure customerStructure)
- Specified by:
 createModelin interfaceorg.powertac.factoredcustomer.CustomerFactory.CustomerCreator
 
 - 
 
 -