| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq.queue.nonpreemptive |
Fundamental non-preemptive queueing systems like FCFS and LCFS.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FCFS_B_c<J extends SimJob,Q extends FCFS_B_c>
A
FCFS queue with fixed (possibly infinite) buffer size and fixed (possibly infinite) number of servers. |
| Modifier and Type | Method and Description |
|---|---|
FCFS_B_c<J,Q> |
FCFS_B_c.getCopySimQueue()
Returns a new
FCFS_B object on the same SimEventList with the same buffer size and the same number of servers. |
Copyright © 2018. All rights reserved.