Package org.powertac.common.interfaces
Interface BootstrapDataCollector
public interface BootstrapDataCollector
Object that collects bootstrap data for initializing brokers.
- Author:
- John Collins
-
Method Summary
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 Details
-
collectBootstrapData
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
-