Package | Description |
---|---|
ptolemy.actor.lib |
Polymorphic actor classes.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.LinkedList<TimeDelay.PendingEvent> |
TimeDelay._pendingOutputs
A local queue to store the delayed output tokens.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TimeDelay._addEvent(TimeDelay.PendingEvent newEvent)
Insert a new event into the queue of pending events.
|