The CallCenterModel
class customizes scalation.tableau.Model
for Call Center
simulations by overriding the 'simulate' method.
The Bank
object defines a simple tableau model of a Bank where service is
provided by one teller and models an M/M/1 queue.
The Bank
object defines a simple tableau model of a Bank where service is
provided by one teller and models an M/M/1 queue. In this case, the default
'simulate' method in 'scalation.tableau.Model is sufficient and need not be
overridden.
The CallCenter
object defines a simple tableau model of a Call Center where
service is provided by one tele-service representative and models an M/M/1/1
queue (i.e., no call waiting).
The CallCenter
object defines a simple tableau model of a Call Center where
service is provided by one tele-service representative and models an M/M/1/1
queue (i.e., no call waiting). The default 'simulate' method provided by
'scalation.tableau.Model' won't suffice and must be overridden in the
'CallCenterModel' class.
The tableau package contains example apps for tableau oriented simulation models.