Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
Modifier and Type | Method and Description |
---|---|
HoldingArea |
Block.getHO()
Gets the holding area this Block is assigned to.
|
Modifier and Type | Method and Description |
---|---|
Block[] |
Yard.getHOBlocks(HoldingArea ho)
Gets all the blocks of the yard that are assigned a certain holding area
to.
|
void |
Block.setHO(HoldingArea ho)
Assigns this Block to a new holding area.
|