See: Description
| Class | Description |
|---|---|
| Bin |
Bin is the place where producers can store their products for consumers to
come and use them up.
|
| CondQueue<P extends SimProcess> |
In a CondQueue processes are waiting for a specific condition to become true.
|
| ProcessCoop<M extends SimProcess,S extends SimProcess> |
ProcessCoop is the object representing the process cooperation between two
processes.
|
| Res |
Res is the place where resources are stored in a pool.
|
| Stock |
Stock is the place where a certain kind of product can be stored by producers
and retrieved by consumers.
|
| StockBeanInfo |
The bean information class for desmoj.Stock.
|
| WaitQueue<M extends SimProcess,S extends SimProcess> |
The WaitQueue is used to synchronize the cooperation of two processes.
|