Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
Modifier and Type | Method and Description |
---|---|
TransporterJob[] |
FIFO_Transport_Strategy.getJobs(ProcessQueue transporters,
Queue jobs)
This method describes the following way of the assigning the jobs to
transporters: the first job in the queue of the jobs will be assigned to
the first transporter in the queue of the transpoters, this each
assignment will be stored in a
TranspoterJob . |
TransporterJob[] |
FixedVCtoCBAssignment_Strategy.getJobs(ProcessQueue transporters,
Queue jobs)
This method describes the following way of the assigning the jobs to
transporters: every transporter (VC) gets the
Job that has
as origin or destination the crane that transporter is assigned to. |
TransporterJob[] |
TransportStrategy.getJobs(ProcessQueue Transporter,
Queue Jobs)
Implement this method in a class that implements this interface to define
the algorithm of the strategy that finds the jobs for the transporters
and is used by transporter control.
|