See: Description
| Class | Description |
|---|---|
| AbstractEncapsulatorSimQueue<DJ extends SimJob,DQ extends SimQueue,J extends SimJob,Q extends AbstractEncapsulatorSimQueue> |
A
SimQueueComposite encapsulating a single SimQueue (abstract implementation). |
| DelegatedSimQueueOperation |
A
SimEntityOperation for composite queues that delegates the execution
of a specific operation on a (specific) composite queue to another operation on a (specific) sub-queue. |
| Enc<DJ extends SimJob,DQ extends SimQueue,J extends SimJob,Q extends Enc> |
A
SimQueueComposite encapsulating a single SimQueue. |
| EncHS<DJ extends SimJob,DQ extends SimQueue,J extends SimJob,Q extends EncHS> |
A
SimQueueComposite encapsulating a single SimQueue of which job starts are hidden. |
| EncJL<DJ extends SimJob,DQ extends SimQueue,J extends SimJob,Q extends Enc> |
A
SimQueueComposite encapsulating a single SimQueue
equipped with fixed expiration limits on waiting time, service time and sojourn time. |
| EncTL<DJ extends SimJob,DQ extends SimQueue,J extends SimJob,Q extends Enc> |
A
SimQueueComposite encapsulating a single SimQueue
equipped with fixed expiration limits on waiting time, service time and sojourn time. |
| EncXM<DJ extends SimJob,DQ extends SimQueue,J extends SimJob,Q extends EncXM> |
A
SimQueueComposite encapsulating a single SimQueue
with options to change the ways in which a job exits the queue. |
| Enum | Description |
|---|---|
| EncTL.ExpirationMethod |
The method for "presenting" jobs for which a time expires at the composite (this) queue.
|
| EncXM.MappableExitMethod |
The mappable exit methods.
|
Copyright © 2018. All rights reserved.