Package jasima.core.simulation.util
Class TimeSynchronizer
- java.lang.Object
-
- jasima.core.simulation.util.TimeSynchronizer
-
public class TimeSynchronizer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intNUM_SYNC_EVENTS_PER_REAL_SECONDstatic longREAL_TIME_BETWEEN_SYNC_MILLIS
-
Constructor Summary
Constructors Constructor Description TimeSynchronizer(Simulation sim, double realTimeFactor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetRealTimeFactor()voidsetRealTimeFactor(double realTimeFactor)protected voidsyncTime()
-
-
-
Field Detail
-
NUM_SYNC_EVENTS_PER_REAL_SECOND
public static final int NUM_SYNC_EVENTS_PER_REAL_SECOND
- See Also:
- Constant Field Values
-
REAL_TIME_BETWEEN_SYNC_MILLIS
public static final long REAL_TIME_BETWEEN_SYNC_MILLIS
-
-
Constructor Detail
-
TimeSynchronizer
public TimeSynchronizer(Simulation sim, double realTimeFactor)
-
-