Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
Modifier and Type | Method and Description |
---|---|
C_Control |
Crane.getCS()
Returns the crane control this crane belongs to.
|
Modifier and Type | Method and Description |
---|---|
void |
Crane.setCS(C_Control cs)
Sets the crane control of this crane to a new value.
|
Constructor and Description |
---|
Crane(Model owner,
java.lang.String name,
C_Control cs,
boolean showInTrace)
Constructs a Crane which will loads/unloads containers(goods) onto/from
an external/internal transporter or into/from yard in a container
terminal.
|
Crane(Model owner,
java.lang.String name,
int bufferCapacity,
C_Control cs,
boolean showInTrace)
Constructs a Crane which will loads/unloads containers(goods) onto/from
an external/internal transporter or into/from yard in a container
terminal.
|