| Package | Description |
|---|---|
| org.javades.jqueues.r5.entity.jq |
Top-level package for all queues (
SimQueue) and jobs (SimJob). |
| org.javades.jqueues.r5.entity.jq.queue |
Top-level package for queues (
SimQueue). |
| Modifier and Type | Method and Description |
|---|---|
SimJQEvent.Departure<J,Q> |
SimJQEvent.Departure.copyForQueueAndJob(Q newQueue,
J newJob)
Creates a new departure event at given queue (if non-
null) for given job (if non-null). |
| Modifier and Type | Method and Description |
|---|---|
protected SimJQEvent.Departure<J,Q> |
AbstractSimQueue.scheduleDepartureEvent(double time,
J job)
Schedules a suitable
SimEvent for a job's future departure on the event list. |
| Modifier and Type | Method and Description |
|---|---|
protected Set<SimJQEvent.Departure> |
AbstractSimQueue.getDepartureEvents()
Gets all departure events.
|
protected Set<SimJQEvent.Departure> |
AbstractSimQueue.getDepartureEvents(J job)
Gets all departure events for given job.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSimQueue.cancelDepartureEvent(SimJQEvent.Departure<J,Q> event)
Cancels a pending departure event on the event list.
|
protected void |
AbstractSimQueue.departureFromEventList(SimJQEvent.Departure<J,Q> event)
Deals with a departure event from the event list (for internal use only).
|
Copyright © 2018. All rights reserved.