java.lang.Object
simula.runtime.RTS_Ranking
simula.runtime.RTS_EVENT_NOTICE
System class EVENT_NOTICE.
Link to GitHub: Source File.
- Author:
- SIMULA Standards Group, Øystein Myhre Andersen
-
Field Summary
Fields inherited from class simula.runtime.RTS_Ranking
bl, ll, rl, rnk
-
Constructor Summary
ConstructorDescriptionRTS_EVENT_NOTICE
(double EVTIME, RTS_Process PROC) Create a new _EVENT_NOTICE. -
Method Summary
-
Field Details
-
PROC
The owning process.
-
-
Constructor Details
-
RTS_EVENT_NOTICE
Create a new _EVENT_NOTICE.- Parameters:
EVTIME
- the simulated timePROC
- 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
-
toString
-