org.powertac.common.interfaces
Interface BootstrapDataCollector


public interface BootstrapDataCollector

Object that collects bootstrap data for initializing brokers.

Author:
John Collins

Method Summary
 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



Copyright © 2011 Power TAC. All Rights Reserved.