| Package | Description |
|---|---|
| desmoj.core.simulator |
The core simulation infrastructure and basic components.
|
| 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.
|