the name of simulation model
the number entities to process before stopping
the random variate generators to use
the column labels for the matrix
The number of seconds in one hour
The number of seconds in one hour
The number of seconds in one minute
The number of seconds in one minute
The clock that keep track of the current simulation time
The clock that keep track of the current simulation time
Return the current value of the director's clock.
Return the current value of the director's clock.
Report the simulation results.
Report the simulation results.
Save the table/matrix in a Comma Separated Value (.csv) file suitable for openning in a spreadsheet.
Save the table/matrix in a Comma Separated Value (.csv) file suitable for openning in a spreadsheet. Note, the file 'data.tableau.csv' is overwritten.
Perform tableau-based simulation by recording timing information about the ith entity in the ith row of the matrix.
Perform tableau-based simulation by recording timing information about the ith entity in the ith row of the matrix.
the start time for the simulation
Simulation execution/termination flag
Simulation execution/termination flag
the table holding information about entity timing
the table holding information about entity timing
The
CallCenterModel
class customizesscalation.tableau.Model
for Call Center simulations by overriding the 'simulate' method.