Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
Class and Description |
---|
Berth
Berth is the place where ships are berthing until they will be unloaded
and/or loaded.
|
Block
Block is the place where containers (or other kind of goods) can be stored by
transpoters or cranes and retrieved by transporters or cranes.
|
C_Control
A C_Control represents the control component for the cranes.
|
ChooseBlockYardStrategy
A ChooseBlockYardStrategy is an interface and presents the strategy that is
used by the
Yard to find a certain block to store or retrieve
a container there. |
Crane
A Crane represents any kind of cranes (containerbridges, gantry crane) which
loads/unloads containers(goods) onto/from an external/internal transporter or
into/from yard in a container terminal.
|
CranesSystem
A CranesSystem represents the system of the cranes that manages the queues of
the cranes and transporter (external/internal), give the statistics about the
cranes and both queues.
|
ExternalTransporter
An ExternalTransporter is represents any kind of an external transporter (
Ship ,Truck , Train)that arrives in a
container terminal to deliver and/or pick up some containers (goods). |
HoldingArea
The HoldingArea is the place where
InternalTransporter s serve
(load/unload) Truck s at a container terminal. |
InternalTransporter
A InternalTransporter represents any kind of vehicle (AGV, VC, chassis) which
carries goods (containers) around in a container terminal.
|
Job
A Job represents any kind of job that the
InternalTransporter
has to do in a container terminal. |
Lane
A Lane represents a lane where a
Truck waits for an internal
transporter to get loaded/unloaded by him at a Holding Area . |
Loading
Loading is the object representing the process cooperation between a
InternalTransporter or Crane process and the
Truck or an Internal Transporter he is loading. |
Ship
A Ship is an
ExternalTransporter wich arrives in a container
terminal to deliver and /or pick up some containers (goods). |
T_Control
A T_Control represents the control component for the transporters.
|
TransporterJob
A TransporterJob represents a job that must be assigned to internal the
transporter get it done.
|
TransporterSystem
A TransporterSystem represents the system of the transporters that manages
the queues of the transporter and jobs, give the statistics about the
transporters and both queues.
|
TransportStrategy
A TransportStrategy is an interface and presents the strategy that a
transporter control uses by the assigning of the jobs to transporters.
|
Truck
A Truck is an
ExternalTransporter which arrives at a container
terminal to deliver and /or pick up one some containers (goods). |
Unloading
Unloading is the object representing the process cooperation between a
InternalTransporter or Crane process and the
Truck or an Internal Transporter he is unloading. |