Module Simula

Class RTS_EVENT_NOTICE

java.lang.Object
simula.runtime.RTS_Ranking
simula.runtime.RTS_EVENT_NOTICE

public final class RTS_EVENT_NOTICE extends RTS_Ranking
System class EVENT_NOTICE.

Link to GitHub: Source File.

Author:
SIMULA Standards Group, Øystein Myhre Andersen
  • Field Details

  • Constructor Details

    • RTS_EVENT_NOTICE

      public RTS_EVENT_NOTICE(double EVTIME, RTS_Process PROC)
      Create a new _EVENT_NOTICE.
      Parameters:
      EVTIME - the simulated time
      PROC - the owning process
  • Method Details

    • SET_EVTIME

      public void SET_EVTIME(double time)
      Set this event's simulated time.
      Parameters:
      time - the simulated time
    • EVTIME

      public double EVTIME()
      Returns this event's simulated time.
      Returns:
      this event's simulated time
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object