Packages

  • package root
    Definition Classes
    root
  • package apps
    Definition Classes
    root
  • package activity

    The activity package contains example applications for activity oriented simulation models.

    The activity package contains example applications for activity oriented simulation models.

    Definition Classes
    apps
  • package analytics

    The analytics package contains example applications for analytics: prediction, classification or clustering.

    The analytics package contains example applications for analytics: prediction, classification or clustering.

    Definition Classes
    apps
  • package dynamics

    The dynamics package contains example applications for continuous simulation models based on Ordinary Differential Equations 'ODE's or Partial Differential Equations 'PDE's.

    The dynamics package contains example applications for continuous simulation models based on Ordinary Differential Equations 'ODE's or Partial Differential Equations 'PDE's.

    Definition Classes
    apps
  • package event

    The event package contains example applications for event oriented simulation models.

    The event package contains example applications for event oriented simulation models.

    Definition Classes
    apps
  • package game

    The game package contains example applications for simulation oriented games.

    The game package contains example applications for simulation oriented games.

    Definition Classes
    apps
  • package montecarlo

    The montecarlo package contains example applications for Monte Carlo Simulation.

    The montecarlo package contains example applications for Monte Carlo Simulation.

    Definition Classes
    apps
  • package optimization

    The optimization package contains example applications for finding solutions (minima or maxima) to optimization problems.

    The optimization package contains example applications for finding solutions (minima or maxima) to optimization problems.

    Definition Classes
    apps
  • package process

    The process package contains example applications for process oriented simulation models.

    The process package contains example applications for process oriented simulation models.

    Definition Classes
    apps
  • package relalgebra
    Definition Classes
    apps
  • package state

    The state package contains example applications for state oriented simulation models.

    The state package contains example applications for state oriented simulation models.

    Definition Classes
    apps
  • package tableau

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

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

    Definition Classes
    apps
  • Bank
  • CallCenter
  • CallCenterModel
p

apps

tableau

package tableau

The tableau package contains example applications 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
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. run-main apps.tableau.Bank

  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