| Package | Description |
|---|---|
| simkit.examples |
Useful implementations of basic event graph systems.
|
| Modifier and Type | Field and Description |
|---|---|
private SimpleServer[] |
ShortestQueueDispatcher.server
The Servers that this dispatcher can direct arrivals to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShortestQueueDispatcher.setServers(SimpleServer[] serv)
Sets the Servers available to this dispatcher.
|
| Constructor and Description |
|---|
ShortestQueueDispatcher(SimpleServer[] servers)
Creates a new dispatcher that will direct arrivals to the given Servers.
|