| 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<J extends SimJob,Q extends FCFS>
The single-server
FCFS queue serves jobs one at a time in order of arrival times. |
| Modifier and Type | Method and Description |
|---|---|
FCFS<J,Q> |
FCFS.getCopySimQueue()
Returns a new
FCFS object on the same SimEventList. |
Copyright © 2018. All rights reserved.