lingua-franca 0.10.1
Lingua Franca code generator
Loading...
Searching...
No Matches
org.lflang.analyses.statespace.EventQueue Class Reference

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.

Detailed Description

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.

Member Function Documentation

◆ add()

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.


The documentation for this class was generated from the following file:
  • /Users/runner/work/lingua-franca/lingua-franca/core/src/main/java/org/lflang/analyses/statespace/EventQueue.java