Package org.powertac.customer
Interface ModelComponent
- 
public interface ModelComponentAbstract customer model component, intended to compose composite customer models.- Author:
 - John Collins
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(CustomerServiceAccessor service)Initializes the component with service reference 
 - 
 
- 
- 
Method Detail
- 
initialize
void initialize(CustomerServiceAccessor service)
Initializes the component with service reference 
 - 
 
 -