org.powertac.common.msg
Class SimResume

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

public class SimResume
extends Object

This message is used to communicate a revised simulation start time prior to the end of a simulation pause. This allows all parties to synchronize their simulation clocks.

Author:
John Collins

Constructor Summary
SimResume(org.joda.time.Instant newStart)
           
 
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

SimResume

public SimResume(org.joda.time.Instant newStart)
Method Detail

getStart

public org.joda.time.Instant getStart()


Copyright © 2011. All Rights Reserved.