org.powertac.common.msg
Class SimStart

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

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 Summary
SimStart(org.joda.time.Instant start)
           
 
Method Summary
 org.joda.time.Instant getStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimStart

public SimStart(org.joda.time.Instant start)
Method Detail

getStart

public org.joda.time.Instant getStart()


Copyright © 2013. All Rights Reserved.