The BankModel
class defines a simple Event-Scheduling model of a Bank where
service is provided by one teller and models an M/M/1 queue.
The BankModel2
class defines a simple Event Graph model of a Bank where
service is provided by one teller and models an M/M/1 queue.
The CallCenterModel
class defines a simple Event-Scheduling model of a
Call Center where service is provided by one tele-service representative and
models an M/M/1/1 queue.
The CallCenterModel2
class defines a simple Event Graph model of a
Call Center where service is provided by one tele-service representative and
models an M/M/1/1 queue.
The MachineModel
class defines an Event-Scheduling model of a two-stage
manufacturing process, which consists of two machines in series M1 and M2.
The Bank
object defines a particular scenario under which to execute the
Bank model.
The Bank2
object defines a particular scenario under which to execute the
Bank model.
The CallCenter
object defines a particular scenario under which to execute
the Call Center model.
The CallCenter2
object defines a particular scenario under which to execute
the Call Center model.
The Machine
object defines a particular scenario under which to execute the
Machine model.
The event package contains example apps for event oriented simulation models.