CallCenterModel
The CallCenterModel
class customizes scalation.simulation.tableau.Model
for Call Center simulations by overriding the 'simulate' method.
Value parameters
- label
-
the column labels for the matrix
- m
-
the number entities to process before stopping
- name
-
the name of simulation model
- rv
-
the random variate generators to use
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Perform tableau-based simulation by recording timing information about the i-th entity in the i-th row of the matrix.
Inherited methods
Return the current value of the director's clock.
Report the simulation results as a entity time trace followed by column sums and averages.
Report the simulation results as a entity time trace followed by column sums and averages.
Attributes
- Inherited from:
- Model
Save the table/matrix in a Comma Separated Value (.csv) file suitable for opening in a spreadsheet. Note, the file 'data/tableau.csv' is overwritten.
Save the table/matrix in a Comma Separated Value (.csv) file suitable for opening in a spreadsheet. Note, the file 'data/tableau.csv' is overwritten.
Attributes
- Inherited from:
- Model
Summarize the number and time in the queue (q), service (s) and system (y). Must call report before summary. Override as needed.
Summarize the number and time in the queue (q), service (s) and system (y). Must call report before summary. Override as needed.
Attributes
- Inherited from:
- Model
Produce a time-line of the simualtion giving all the event times in order and occupancy of (number in) the system L_y(t) at these event times.
Produce a time-line of the simualtion giving all the event times in order and occupancy of (number in) the system L_y(t) at these event times.
Attributes
- Inherited from:
- Model
Inherited fields
The clock that keep track of the current simulation time
Simulation execution/termination flag