| 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_c<J extends SimJob,Q extends FCFS_c>
The
FCFS_c queueing system serves jobs in order of arrival times with multiple servers. |
| Modifier and Type | Method and Description |
|---|---|
FCFS_c<J,Q> |
FCFS_c.getCopySimQueue()
Returns a new
FCFS_c object on the same SimEventList with the same number of servers. |
Copyright © 2018. All rights reserved.