| 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 |
NoBuffer_c<J extends SimJob,Q extends NoBuffer_c>
The
NoBuffer_c queueing system serves jobs with multiple servers but has no buffer space (i.c., no wait queue). |
| Modifier and Type | Method and Description |
|---|---|
NoBuffer_c<J,Q> |
NoBuffer_c.getCopySimQueue()
Returns a new
NoBuffer_c object on the same SimEventList with the same number of servers. |
Copyright © 2018. All rights reserved.