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 Bank
object defines a particular scenario under which to execute the
Bank model.
scalation.event.ModelTest for another example of test code.
The Bank2
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. It is the same as Bank
, except that causal links are added
to enable the model to be animated as an Event Graph.
scalation.event.ModelTest for another example of test code.
The CallCenter
object defines a particular scenario under which to execute
the Call Center model.
The CallCenter
object defines a particular scenario under which to execute
the Call Center model.
scalation.event.ModelTest for another example of test code.
The CallCenter2
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. It is the same as CallCenter
, except that causal links
are added to enable the model to be animated as an Event Graph.
scalation.event.ModelTest for another example of test code.
The Machine
object defines a particular scenario under which to execute the
Machine model.
The Machine
object defines a particular scenario under which to execute the
Machine model.
scalation.event.ModelTest for another example of test code.
The event package contains example apps for event oriented simulation models.