Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
Modifier and Type | Method and Description |
---|---|
InternalTransporter[] |
TransporterSystem.getAssignedTransporter(Crane c)
Returns all the at the moment idle transporters of a certain crane they
are assigned to.
|
InternalTransporter[] |
TransporterSystem.getFreeTransporter(int n)
Returns n idle transporters of this transporter system that have still no
crane that are assigned to.
|
InternalTransporter |
TransporterJob.getTransporter()
Returns the InternalTransporter of this TransporterJob.
|
Modifier and Type | Method and Description |
---|---|
void |
T_Control.addTransporter(InternalTransporter t)
This method is used by an internal transporter to inform his transporter
control that he is idle now (without a job).
|
boolean |
TransporterSystem.addTransporter(InternalTransporter t)
This method is used to add an internal transporter to the transporter
queue of this TransporterSystem.
|
Constructor and Description |
---|
TransporterJob(InternalTransporter t,
Job j)
Constructs a TransporterJob with the internal transporter and his job.
|