Uses of Class
simula.runtime.RTS_Ranking
-
Uses of RTS_Ranking in simula.runtime
Modifier and TypeFieldDescription(package private) RTS_Ranking
RTS_Ranking.bl
Back link.(package private) RTS_Ranking
RTS_Ranking.ll
Left link.(package private) RTS_Ranking
RTS_Ranking.rl
Right link.(package private) final RTS_Ranking
RTS_Simulation.sqs
The sequencing set.Modifier and TypeMethodDescription(package private) static RTS_Ranking
RTS_Ranking.FIRST
(RTS_Ranking head) Returns the first element of the ranking tree.(package private) static RTS_Ranking
RTS_Ranking.LAST
(RTS_Ranking head) Returns the last element of the ranking tree.(package private) static RTS_Ranking
RTS_Ranking.PRED
(RTS_Ranking ins) Returns the predecessor of the given instance.(package private) static RTS_Ranking
RTS_Ranking.SUC
(RTS_Ranking ins) Returns the successor of the given instance.Modifier and TypeMethodDescription(package private) static void
RTS_Ranking.CLEAR
(RTS_Ranking head) Clear the Ranking tree.(package private) static boolean
RTS_Ranking.EMPTY
(RTS_Ranking head) Check if the Ranking tree is empty.(package private) static RTS_Ranking
RTS_Ranking.FIRST
(RTS_Ranking head) Returns the first element of the ranking tree.(package private) static void
RTS_Ranking.FOLLOW
(RTS_Ranking ins, RTS_Ranking prd) Insert 'ins' following 'prd'.(package private) static void
RTS_Ranking.INTO
(RTS_Ranking ins, RTS_Ranking head, double rnk) Insert 'ins' intp the ranking tree acording to the ranking value.(package private) static void
RTS_Ranking.INTO_PRIOR
(RTS_Ranking ins, RTS_Ranking head, double rnk) Insert 'ins' into the ranking tree acording to the ranking value with priority.(package private) static RTS_Ranking
RTS_Ranking.LAST
(RTS_Ranking head) Returns the last element of the ranking tree.(package private) static void
RTS_Ranking.OUT
(RTS_Ranking ins) Remove 'ins' from the ranking tree.(package private) static void
RTS_Ranking.PRECEDE
(RTS_Ranking ins, RTS_Ranking suc) Insert 'ins' preceding 'suc'.(package private) static RTS_Ranking
RTS_Ranking.PRED
(RTS_Ranking ins) Returns the predecessor of the given instance.(package private) static RTS_Ranking
RTS_Ranking.SUC
(RTS_Ranking ins) Returns the successor of the given instance.