Package | Description |
---|---|
desmoj.extensions.applicationDomains.harbour |
Example model components for harbour terminal simulation.
|
desmoj.extensions.applicationDomains.production |
Example model components for production system simulation.
|
desmoj.extensions.visualization2d.animation.extensions.applicationDomains.production |
This package is the animated version of
package desmoj.extensions.applicationDomains.production
|
Class and Description |
---|
Transporter
A Transporter represents any kind of vehicle or conveyor belt which carries
goods (products) around in a manufacturing system.
|
Class and Description |
---|
Entrepot
Entrepot is some kind of storage where products (in the form of
SimProcess es) can be stored. |
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). |
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. |
Class and Description |
---|
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). |