public elemental function tem_time_gt_trigger(time, trigger) result(gt)
Compare (>) a complete time defintion against a trigger.
This returns true, if any of the time definitions in time is greater
than the corresponding time given in trigger.
The time argument should be completely defined, while the trigger might
have some of its definitions set to never.
Due to this definition this comparison operator is not useful to define
a unique ordering of time definitions!
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.