@Domain
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
Constructors
Constructor
Description
SimResume (org.joda.time.Instant newStart)
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method
Description
org.joda.time.Instant
getStart ()
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
public SimResume (org.joda.time.Instant newStart)
Method Details
public org.joda.time.Instant getStart ()