Modelable

scalation.simulation.Modelable
trait Modelable

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

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.

Value parameters

startTime

the start time of the simulation

Attributes

Concrete methods

def clock: Double

Return the current value of the director's clock.

Return the current value of the director's clock.

Attributes

Concrete fields

protected var _clock: Double

The clock that keep track of the current simulation time

The clock that keep track of the current simulation time

Attributes

protected var simulating: Boolean

Simulation execution/termination flag

Simulation execution/termination flag

Attributes