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