Class SimStart

java.lang.Object
org.powertac.common.msg.SimStart

@Domain
public class SimStart
extends Object
This message is used to communicate the simulation start time from server to brokers in the last few seconds before the simulation starts. This allows all parties to start their sim clocks at the same time.
Author:
John Collins
  • Constructor Details

    • SimStart

      public SimStart​(org.joda.time.Instant start)
  • Method Details

    • getStart

      public org.joda.time.Instant getStart()