Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
Modifier and Type | Method and Description |
---|---|
Crane |
InternalTransporter.getCrane()
Returns the crane (containerbridge) which this InternalTransporter is
assigned to.
|
Crane |
IsJobForTransporter.getCrane()
Returns the crane (containerbridge) which the VC that must be checked is
assigned to.
|
Crane[] |
CranesSystem.getCranes(int n)
Returns the n cranes of this cranes system that are idle now.
|
Modifier and Type | Method and Description |
---|---|
ProcessQueue<Crane> |
CranesSystem.getCranesQueue()
Returns the cranes queue of this cranes system.
|
ProcessQueue<Crane> |
CranesSystem.getWorkingCranes()
Returns the queue of the now working cranes of this cranes system.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CranesSystem.addCrane(Crane c)
This method is used to add a crane to the cranes queue of this
CranesSystem.
|
InternalTransporter[] |
TransporterSystem.getAssignedTransporter(Crane c)
Returns all the at the moment idle transporters of a certain crane they
are assigned to.
|
void |
InternalTransporter.setCrane(Crane c)
Sets the crane that this InternalTransporter must be assigned to.
|
void |
IsJobForTransporter.setCrane(Crane c)
Sets the crane that the VC that must be checked is assigned to.
|