Packages

o

apps.event

Machine

object Machine extends App with Modelable

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

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

Value Members

  1. def clock: Double
    Definition Classes
    Modelable
  2. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  3. val iArrivalRV: Exponential
  4. val lambda: Double
  5. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  6. val maxParts: Int
  7. val mu: Double
  8. val serviceRV: Exponential
  9. def simulate(startTime: Double): Unit

    Run the simulation of MachineModel.

    Run the simulation of MachineModel.

    startTime

    the start time for the simulation

    Definition Classes
    Machine → Modelable
  10. 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