Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
desmoj.extensions.applicationDomains.production |
Example model components for production system simulation.
|
desmoj.extensions.visualization2d.animation.core.advancedModellingFeatures |
Animated version of components from
package desmoj.core.advancedModellingFeatures . |
Modifier and Type | Class and Description |
---|---|
class |
HoldingArea
The HoldingArea is the place where
InternalTransporter s serve
(load/unload) Truck s at a container terminal. |
Modifier and Type | Method and Description |
---|---|
WaitQueue |
Crane.getWLoadQueue()
Returns the queue where this Crane waits to load an internal transporter.
|
WaitQueue |
Crane.getWUnloadQueue()
Returns the queue where this Crane waits to unload an internal
transporter.
|
Modifier and Type | Method and Description |
---|---|
void |
Crane.setWLoadQueue(WaitQueue wq)
Sets the queue where this crane waits for an internal transpoter to load
it to a new value.
|
void |
Crane.setWUnloadQueue(WaitQueue wq)
Sets the queue where this crane waits for an internal transpoter to
unload it to a new value.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportJunction
The TransportJunction is the place where
Transporter s pick up
the goods to move them around in a manufacturing system. |
Modifier and Type | Class and Description |
---|---|
class |
WaitQueueAnimation
Animation of a WaitQueue
|