Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
Modifier and Type | Method and Description |
---|---|
Lane |
HoldingArea.getLane()
Gets a Line from the HoldingArea and provides it to the sim-process to use
it.
|
Lane |
MyTruck.getLane()
Returns the lane that must be checked with the truck lane.
|
Lane |
Truck.getLane()
Returns the current lane this Truck stands in by the HO.
|
Modifier and Type | Method and Description |
---|---|
void |
MyTruck.setLane(Lane l)
Sets the lane that must be checked with the truck lane .
|
void |
Truck.setLane(Lane l)
Sets the lane where the truck waits by the holding area.
|
void |
HoldingArea.takeBack(Lane l)
A process is using this method to put lane it has used back in the
HoldingArea.
|
Constructor and Description |
---|
MyTruck(Model owner,
java.lang.String name,
Lane lane,
boolean showInTrace)
Constructs a MyTruck condition with all the given parameters.
|