| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq.queue.preemptive |
Preemptive queueing systems.
|
| org.javades.jqueues.r5.entity.jq.queue.processorsharing |
Processor-sharing queueing systems.
|
| org.javades.jqueues.r5.util.collection |
Utility classes related to Java Collection Framework.
|
| Modifier and Type | Field and Description |
|---|---|
protected HashMapWithPreImageAndOrderedValueSet<J,Double> |
AbstractPreemptiveSimQueue.remainingServiceTime
The mapping from jobs in
AbstractSimQueue.getJobsInServiceArea() to their respective remaining service times. |
| Modifier and Type | Field and Description |
|---|---|
protected HashMapWithPreImageAndOrderedValueSet<J,Double> |
AbstractEgalitarianProcessorSharingSimQueue.virtualDepartureTime
The mapping from jobs in
AbstractSimQueue.getJobsInServiceArea() to their respective virtual departure times. |
| Modifier and Type | Method and Description |
|---|---|
HashMapWithPreImageAndOrderedValueSet |
HashMapWithPreImageAndOrderedValueSet.clone() |
Copyright © 2018. All rights reserved.