See: Description
Class | Description |
---|---|
CustomerProcess |
CustomerProcess is a kind of process representing a customer.
|
DemandProcess |
DemandProcess is a kind of process representing the demand in a manufacturing
system.
|
Entrepot |
Entrepot is some kind of storage where products (in the form of
SimProcess es) can be stored. |
MachineProcess |
A MachineProcess represents any kind of machine which is running at some
WorkStation and processing parts (products or goods) there. |
PartsList |
A PartsList is a listing of all the different kinds of parts and the number
(quantity) of them needed to produce a new part (or product).
|
Processing |
Processing is the object representing the processing process taking place at
a
WorkStation where a Worker process or a
MachineProcess are processing some parts (products) to
manufacture some new parts (or products). |
RestockProcessMS |
RestockProcessMS is a process restocking a
Stock up to a
maximum (M) inventory level every time a given safety (S) stock level is
reached. |
RestockProcessMT |
RestockProcessMT is a process restocking a
Stock up to a
maximum (M) inventory level on a periodic review bases (fixed Time span = T). |
RestockProcessQS |
RestockProcessQS is a process restocking a
Stock with a fixed
given quantity (Q) every time a given safety (S) stock level is reached. |
RestockProcessQT |
RestockProcessQT is a process restocking a
Stock with a fixed
quantity (Q) of units on a periodic review bases (fixed Time span = T). |
SimpleTransporter |
A SimpleTransporter is a simple transporter (vehicle) associated to a
TransportJunction . |
Transportation |
Transportation is the object representing the process cooperation between a
Transporter process and the goods (products represented by
Sim-processes) he is transporting. |
Transporter |
A Transporter represents any kind of vehicle or conveyor belt which carries
goods (products) around in a manufacturing system.
|
TransportJunction |
The TransportJunction is the place where
Transporter s pick up
the goods to move them around in a manufacturing system. |
TransportTerminal |
A TransportTerminal is a place where a number of transporters (default are
SimpleTransporter s) are waiting for goods to transport them
around. |
Worker |
A Worker represents any kind of human worker who is working at some
WorkStation and processing parts (products or goods) there. |
WorkStation |
A WorkStation is the place, where products (parts) are processed by a machine
or parts are assembled by a worker or machine.
|