Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
desmoj.extensions.applicationDomains.production |
Example model components for production system simulation.
|
Modifier and Type | Class and Description |
---|---|
class |
InternalTransporter
A InternalTransporter represents any kind of vehicle (AGV, VC, chassis) which
carries goods (containers) around in a container terminal.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTransporter
A SimpleTransporter is a simple transporter (vehicle) associated to a
TransportJunction . |
Modifier and Type | Method and Description |
---|---|
Transporter |
TransportJunction.availTransporter(Condition cond)
Returns a transporter process waiting in the transporter (master) queue
complying to the given condition.
|
Transporter |
TransportTerminal.availTransporter(Condition cond)
Returns a transporter process waiting in the transporter (master) queue
complying to the given condition.
|