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 FactoredCustomer
createModel(CustomerStructure customerStructure)
String
getKey()
-
-
-
Method Detail
-
getKey
public String getKey()
- Specified by:
getKey
in interfaceorg.powertac.factoredcustomer.CustomerFactory.CustomerCreator
-
createModel
public FactoredCustomer createModel(CustomerStructure customerStructure)
- Specified by:
createModel
in interfaceorg.powertac.factoredcustomer.CustomerFactory.CustomerCreator
-
-