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