Packages

object Bank extends App with Modelable

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. > runMain apps.event.Bank

Linear Supertypes
Modelable, App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bank
  2. Modelable
  3. App
  4. DelayedInit
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def clock: Double
    Definition Classes
    Modelable
  2. final val executionStart: Long
    Definition Classes
    App
  3. val iArrivalRV: Exponential
  4. val lambda: Double
  5. final def main(args: Array[String]): Unit
    Definition Classes
    App
  6. val maxCusts: Int
  7. val mm1: MMc_Queue
  8. val mu: Double
  9. val serviceRV: Exponential
  10. def simulate(startTime: Double): Unit

    Run the simulation of BankModel.

    Run the simulation of BankModel.

    startTime

    the start time for the simulation

    Definition Classes
    Bank → Modelable
  11. val stream: Int

Deprecated Value Members

  1. def delayedInit(body: => Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear