Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
Modifier and Type | Class and Description |
---|---|
class |
FIFO_Transport_Strategy
The FIFO_Transport_Strategy is the strategy that a transporter control uses
by the assigning of the jobs to transporters the following way: the first
Job in the queue of jobs is assigned to the first transporter
in the queue of transportes. |
class |
FixedVCtoCBAssignment_Strategy
The FixedVCtoCBAssignment_Strategy is the strategy that a transporter control
uses by the assigning of the jobs to transporters the following way: every
transporter (VC) gets the
Job that has as origin or
destination the crane that transporter is assigned to. |
Modifier and Type | Method and Description |
---|---|
TransportStrategy |
T_Control.getTransportStrategy()
Returns the transport strategy of this transport control.
|
Modifier and Type | Method and Description |
---|---|
void |
T_Control.setTransportStrategy(TransportStrategy s)
Sets the transport strategy of this transporter control to a new value.
|
Constructor and Description |
---|
T_Control(Model owner,
java.lang.String name,
int tSortOrder,
int tQCapacity,
int jSortOrder,
int jQCapacity,
TransportStrategy s,
boolean showInReport,
boolean showInTrace)
Constructor for a transport control T_Control for the transporters.
|