Package de.grogra.xl.impl.queues

Interface Summary
Queue A Queue represents a queue of tasks which is filled during the execution of an XL program.
 

Class Summary
QueueCollection A QueueCollection represents a set of Queues in the context of a Graph.
QueueDescriptor<Q extends Queue> A QueueDescriptor is a handle to the method QueueCollection.getQueue(QueueDescriptor), there it is used to instantiate a queue by QueueDescriptor.createQueue(QueueCollection).