| Package | Description |
|---|---|
| desmoj.extensions.applicationDomains.production |
Example model components for production system simulation.
|
| Modifier and Type | Method and Description |
|---|---|
Entrepot |
DemandProcess.getEntrepot()
Returns the
Entrepot supplying the products this
DemandProcess is demanding. |
| Constructor and Description |
|---|
CustomerProcess(Model owner,
java.lang.String name,
Entrepot supplier,
long quantity,
boolean showInTrace)
Constructor for a CustomerProcess.
|
DemandProcess(Model owner,
java.lang.String name,
Entrepot supplier,
NumericalDist<java.lang.Long> quantity,
NumericalDist<?> interval,
boolean showInTrace)
Constructor of a DemandProcess.
|