Package org.powertac.common.interfaces
Interface BootstrapDataCollector
- 
- All Known Implementing Classes:
 DefaultBrokerService
public interface BootstrapDataCollectorObject that collects bootstrap data for initializing brokers.- Author:
 - John Collins
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Object>collectBootstrapData(int maxTimeslots)Returns a list of bootstrap messages that can be bundled up and sent to brokers at the beginning of a game. 
 - 
 
- 
- 
Method Detail
- 
collectBootstrapData
List<Object> collectBootstrapData(int maxTimeslots)
Returns a list of bootstrap messages that can be bundled up and sent to brokers at the beginning of a game. The argument is the maximum number of timeslots to be included. This allows data from the beginning of the bootstrap period to be excluded 
 - 
 
 -