org.powertac.common.msg
Class SimStart
java.lang.Object
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 |
SimStart
public SimStart(org.joda.time.Instant start)
getStart
public org.joda.time.Instant getStart()
Copyright © 2012. All Rights Reserved.