Class SimulationStep
java.lang.Object
com.scaleoutsoftware.digitaltwin.development.SimulationStep
The simulation step class encases the metadata for a completed interval of a simulation.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve theSimulationStatusof the simulation interval.longgetTime()Retrieve the time of the simulation interval.
-
Method Details
-
getStatus
Retrieve theSimulationStatusof the simulation interval.- Returns:
- the current simulation status.
-
getTime
public long getTime()Retrieve the time of the simulation interval.- Returns:
- the simulation interval time.
-