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 theSimulationStatus
of the simulation interval.long
getTime()
Retrieve the time of the simulation interval.
-
Method Details
-
getStatus
Retrieve theSimulationStatus
of the simulation interval.- Returns:
- the current simulation status.
-
getTime
public long getTime()Retrieve the time of the simulation interval.- Returns:
- the simulation interval time.
-