Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
Modifier and Type | Class and Description |
---|---|
class |
MostFreePlaceBlockYardStrategy
The MostFreePlaceBlockYardStrategy presents the strategy that is used by the
Yard to find a certain block to store a container by the
following way: the block with the most free place will be selected. |
class |
RandomBlockYardStrategy
The RandomBlockYardStrategy presents the strategy that is used by the
Yard to find a certain block to store/retrieve a container by
the following way: the random block will be selected. |
Modifier and Type | Method and Description |
---|---|
ChooseBlockYardStrategy |
Yard.getYardStrategy()
Returns the strategy of this yard for the choosing of a block.
|
Modifier and Type | Method and Description |
---|---|
void |
Yard.setYardStrategy(ChooseBlockYardStrategy s)
Sets strategy of this yard for the choosing of a block to a new value.
|
Constructor and Description |
---|
Yard(Model owner,
java.lang.String name,
ChooseBlockYardStrategy s,
boolean showInReport,
boolean showInTrace)
Constructor for a Yard.
|