Package org.powertac.customer
Interface ModelComponent
-
public interface ModelComponent
Abstract 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 void
initialize(CustomerServiceAccessor service)
Initializes the component with service reference
-
-
-
Method Detail
-
initialize
void initialize(CustomerServiceAccessor service)
Initializes the component with service reference
-
-