Class SimulationStep


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

      Modifier and Type Method Description
      SimulationStatus getStatus()
      Retrieve the SimulationStatus of the simulation interval.
      long getTime()
      Retrieve the time of the simulation interval.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getTime

        public long getTime()
        Retrieve the time of the simulation interval.
        Returns:
        the simulation interval time.