Package | Description |
---|---|
desmoj.core.advancedModellingFeatures |
Components for advanced process synchronization and event scheduling.
|
desmoj.core.simulator |
The core simulation infrastructure and basic components.
|
Modifier and Type | Method and Description |
---|---|
QueueList<SimProcess> |
Res.getQueue()
Returns the
QueueList actually storing the
SimProcesses waiting for resources. |
Modifier and Type | Class and Description |
---|---|
class |
QueueListFifo<E extends Entity>
Contains the implementation with the java.util.LinkedList to represent queueing
functionality.
|
class |
QueueListLifo<E extends Entity>
Contains the implementation with the java.util.LinkedList to represent queueing
functionality.
|
class |
QueueListRandom<E extends Entity>
Contains the implementation with the java.util.LinkedList to represent queueing
functionality.
|
class |
QueueListStandard<E extends Entity>
Is the class summing up all the collective implementation of different
queueing strategies for a queue list.
|
Modifier and Type | Method and Description |
---|---|
QueueList<P> |
ProcessQueue.getQueueList()
Returns the underlying queue implementation, providing access to the
QueueList implementation, e.g. to add PropertyChangeListeners.
|
QueueList<E> |
Queue.getQueueList()
Returns the underlying queue implementation, providing access to the
QueueList implementation, e.g. to add PropertyChangeListeners.
|