Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
Modifier and Type | Method and Description |
---|---|
Job |
InternalTransporter.getJob()
Returns the current job of this InternalTransporter.
|
Job |
TransporterJob.getJob()
Returns the Job of this TransporterJob.
|
Modifier and Type | Method and Description |
---|---|
void |
T_Control.addJob(Job j)
This method is used to add the job to the transport control to get
assigned to a transporter.
|
boolean |
TransporterSystem.addJob(Job j)
This method is used to add the job to the jobs queue of this
TransporterSystem.
|
boolean |
IsJobForTransporter.check(Job j)
Returns a boolean showing whether the job for the VC has as the origin or
destination the Crane which that VC is assigned to.
|
abstract void |
InternalTransporter.exportJobCycle(Job j)
Override this method in a subclass of InternalTransporter to implement
that internal transporter's specific behaviour if he has to do an export
job in a container terminal.
|
abstract void |
InternalTransporter.importJobCycle(Job j)
Override this method in a subclass of InternalTransporter to implement
that internal transporter's specific behaviour if he has to do an import
job in a container terminal.
|
void |
InternalTransporter.setJob(Job j)
Sets the job of this InternalTransporter that he has to do.
|
Constructor and Description |
---|
TransporterJob(InternalTransporter t,
Job j)
Constructs a TransporterJob with the internal transporter and his job.
|