![]() |
lingua-franca 0.10.1
Lingua Franca code generator
|
An event queue implementation that sorts events in the order of time tags and trigger names based on the implementation of compareTo() in the Event class. More...
Inherits PriorityQueue< Event >.
Public Member Functions | |
| boolean | add (Event e) |
| Modify the original add() by enforcing uniqueness. | |
An event queue implementation that sorts events in the order of time tags and trigger names based on the implementation of compareTo() in the Event class.
| boolean org.lflang.analyses.statespace.EventQueue.add | ( | Event | e | ) |
Modify the original add() by enforcing uniqueness.
There cannot be duplicate events in the event queue.