org.powertac.factoredcustomer
Class LearningCustomerCreator

java.lang.Object
  extended by org.powertac.factoredcustomer.LearningCustomerCreator
All Implemented Interfaces:
CustomerFactory.CustomerCreator

public class LearningCustomerCreator
extends Object
implements CustomerFactory.CustomerCreator

Creates instances of @code{LearningFactoredCustomer} through the @code{CustomerFactory}.

Author:
Prashant Reddy

Constructor Summary
LearningCustomerCreator()
           
 
Method Summary
 FactoredCustomer createModel(CustomerStructure structure)
           
 String getKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LearningCustomerCreator

public LearningCustomerCreator()
Method Detail

getKey

public String getKey()
Specified by:
getKey in interface CustomerFactory.CustomerCreator

createModel

public FactoredCustomer createModel(CustomerStructure structure)
Specified by:
createModel in interface CustomerFactory.CustomerCreator


Copyright © 2012 Power TAC. All Rights Reserved.