Class Summary |
Bin |
A Bin corresponds to a pile of identical tokens, and a list of
processes waiting for the tokens when the list is empty. |
Condition |
A Condition is a boolean indicator, with a list of processes
waiting for the indicator to be true (when it is false). |
DSOLProcessSimulator |
Represents a simulation process whose actions method is
interpreted by the DSOL interpreter, written by
Peter Jacobs (http://www.tbm.tudelft.nl/webstaf/peterja/index.htm). |
ProcessSimulator |
Defines a special type of simulator capable of managing processes. |
Resource |
Objects of this class are resources having limited capacity,
and which can be requested and released by Process objects. |
SimProcess |
This abstract class provides process scheduling tools. |
SSJInterpretationOracle |
Determines which classes should be interpreted by the DSOL
interpreter during process simulation. |
ThreadProcessSimulator |
Represents a process simulator using Java threads for process synchronization. |
UserRecord |
This class represents a record object to store
information related to the request of a process for a
Resource or for Bin tokens,
or when a process waits for a Condition . |