apps

process

package process

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

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

Type Members

  1. class BankModel extends Model

    The BankModel class defines a simple process-interaction model of a bank where service is provided by one or more tellers.

  2. class BankModel2 extends Model

    The BankModel2 class defines a simple process-interaction model of a bank where service is provided by one or more tellers.

  3. class BankModelOpt extends Model

    The BankModelOpt class defines a simple process-interaction model of a bank where service is provided by one or more tellers.

  4. class CallCenterModel extends Model

    The CallCenterModel class defines a simple process-interaction model of a call center where service is provided by one or more tele-service representatives.

  5. class ERModel extends Model

    The ERModel class defines a simple process-interaction model of an Emergenct Room (ER) model where service is provided by one or more nurses and one or more doctors.

  6. class ERModelOpt extends Model

    The ERModelOpt class defines a simple process-interaction model of an Emergency Room (ER) model where service is provided by one or more nurses and one or more doctors.

  7. class IntersectionModel extends Model

    The IntersectionModel class simulates an intersection with four traffic lights (Gates) and four roads.

  8. class LoopModel extends Model

    The LoopModel class simulates a two-lane road in two directions, i.

  9. class MachineModel extends Model

    The MachineModel class defines a process-interaction model of a simple two-stage manufacturing process.

  10. class RoadModel extends Model

    The RoadModel class simulates a two-lane road in two directions, i.

Value Members

  1. object Bank extends App with Modelable

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

  2. object Bank2 extends App with Modelable

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

  3. object BankOpt extends App

    The BankOpt object performs Simulation Optimization (SO) on a bank model to find the number of tellers that mimimizes the overall cost function.

  4. object CallCenter extends App with Modelable

    The CallCenter object defines a particular scenario under which to execute the call center model.

  5. object ERoom extends App

    The ERoom object runs the ERModel.

  6. object ERoomOpt extends App

    The ERoomOpt object performs Simulation Optimization (SO) on an Emergency Room (ER) model to find the numbers of nurses and doctors that mimimize the overall cost function.

  7. object Intersection extends App

    The Intersection object is used to run the IntersectionModel class.

  8. object Loop extends App

    The Loop object is used to run the LoopModel class.

  9. object Machine extends App with Modelable

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

  10. object Road extends App

    The Road object is used to run the RoadModel class.

Inherited from AnyRef

Inherited from Any

Ungrouped