Class SimulationStep

java.lang.Object
com.scaleoutsoftware.digitaltwin.development.SimulationStep

public class SimulationStep extends Object
The simulation step class encases the metadata for a completed interval of a simulation.
  • Method Details

    • getStatus

      public SimulationStatus getStatus()
      Retrieve the SimulationStatus 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.