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
  • Bank
  • Bank2
  • BankModel
  • BankModel2
  • CallCenter
  • CallCenter2
  • CallCenterModel
  • CallCenterModel2
  • Machine
  • MachineModel
  • 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
p

apps

event

package event

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

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. event
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BankModel extends Model

    The BankModel class defines a simple Event-Scheduling model of a Bank where service is provided by one teller and models an M/M/1 queue.

  2. class BankModel2 extends Model

    The BankModel2 class defines a simple Event Graph model of a Bank where service is provided by one teller and models an M/M/1 queue.

  3. class CallCenterModel extends Model

    The CallCenterModel class defines a simple Event-Scheduling model of a Call Center where service is provided by one tele-service representative and models an M/M/1/1 queue.

  4. class CallCenterModel2 extends Model

    The CallCenterModel2 class defines a simple Event Graph model of a Call Center where service is provided by one tele-service representative and models an M/M/1/1 queue.

  5. class MachineModel extends Model

    The MachineModel class defines an Event-Scheduling model of a two-stage manufacturing process, which consists of two machines in series M1 and M2.

Value Members

  1. object Bank extends App with Modelable

    The Bank object defines a particular scenario under which to execute the Bank model.

    The Bank object defines a particular scenario under which to execute the Bank model.

    See also

    scalation.event.ModelTest for another example of test code. > run-main apps.event.Bank

  2. object Bank2 extends App with Modelable

    The Bank2 object defines a particular scenario under which to execute the Bank model.

    The Bank2 object defines a particular scenario under which to execute the Bank model. It is the same as Bank, except that causal links are added to enable the model to be animated as an Event Graph.

    See also

    scalation.event.ModelTest for another example of test code. > run-main apps.event.Bank2

  3. object CallCenter extends App with Modelable

    The CallCenter object defines a particular scenario under which to execute the Call Center model.

    The CallCenter object defines a particular scenario under which to execute the Call Center model.

    See also

    scalation.event.ModelTest for another example of test code. > run-main apps.event.CallCenter

  4. object CallCenter2 extends App with Modelable

    The CallCenter2 object defines a particular scenario under which to execute the Call Center model.

    The CallCenter2 object defines a particular scenario under which to execute the Call Center model. It is the same as CallCenter, except that causal links are added to enable the model to be animated as an Event Graph.

    See also

    scalation.event.ModelTest for another example of test code. > run-main apps.event.CallCenter2

  5. object Machine extends App with Modelable

    The Machine object defines a particular scenario under which to execute the Machine model.

    The Machine object defines a particular scenario under which to execute the Machine model.

    See also

    scalation.event.ModelTest for another example of test code. > run-main apps.event.Machine

Inherited from AnyRef

Inherited from Any

Ungrouped