Simulation.Aivika.Queue.Base
type FCFSQueue a
type LCFSQueue a
type SIROQueue a
type PriorityQueue a
data Queue si sm so a
newFCFSQueue
newLCFSQueue
newSIROQueue
newPriorityQueue
newQueue
enqueueStrategy
enqueueStoringStrategy
dequeueStrategy
queueNull
queueFull
queueMaxCount
queueCount
dequeue
dequeueWithOutputPriority
tryDequeue
enqueue
enqueueWithInputPriority
enqueueWithStoringPriority
enqueueWithInputStoringPriorities
tryEnqueue
tryEnqueueWithStoringPriority
queueDelete
queueDelete_
queueDeleteBy
queueDeleteBy_
queueContains
queueContainsBy
clearQueue