Packages

t

scalation.model

Modelable

trait Modelable extends AnyRef

The Modelable trait defines what is common to all simulation models supported in ScalaTion.

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

Abstract Value Members

  1. abstract def simulate(startTime: Double): Unit

    Run the simulation beginning with 'startTime' and continuing until a stopping rule evaluates to true.

    Run the simulation beginning with 'startTime' and continuing until a stopping rule evaluates to true.

    startTime

    the start time of the simulation

Concrete Value Members

  1. def clock: Double

    Return the current value of the director's clock.