apps

tableau

package tableau

The tableau package contains example apps for tableau oriented simulation models.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. tableau
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CallCenterModel extends Model

    The CallCenterModel class customizes scalation.tableau.Model for Call Center simulations by overriding the 'simulate' method.

Value Members

  1. object Bank extends App with Modelable

    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.

  2. object CallCenter extends App with Modelable

    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.

Inherited from AnyRef

Inherited from Any

Ungrouped