Package jsim.process

The process package provides classes for executing simulation models based on the process-interaction paradigm.

See:
          Description

Class Summary
AndJoin The Sink class allows consumers (sinks) of entities to be created.
DynamicNode The DynamicNode abstract class allows functional node classes to be derived from it (e.g., Source , Server).
Facility The Facility class allows service facilities to be created.
Model The Model class allows application specific simulation models to be derived from it.
ModelMenu The ModelMenu class defines the main menu for simulation models.
Server The Server class allows groups of servers to be created.
Signal The Signal class allows resource capacity to be altered via signals.
SimObject The SimObject abstract class allows application specific entity classes to be derived from it (e.g., Customer).
Sink The Sink class allows consumers (sinks) of entities to be created.
Source The Source class allows generators (sources) of entities to be created.
Split The Split class is not functional yet.
Token The Token class allows tokens to be created.
Transport The Transport class implements the connecting links between the nodes.
 

Exception Summary
EntityException The EntityException class allows exceptions to be created and thrown in order to stop the execution of entities (SimObjects).
StopException This class stops simulation exception.
 

Package jsim.process Description

The process package provides classes for executing simulation models based on the process-interaction paradigm.