SimulationRefActor

Defines the messages a SimulationRefActor can receive by default.

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

case
class Completed(time: Long, tasks: Seq[TaskInstance])

Informs a Task has completed

Informs a Task has completed

Value Params
task

The completed Task.

time

The (virtual) time of completion.

See also
case
object Run

Instructs the start of simulation logic execution.

Instructs the start of simulation logic execution.

case
object Stop

Tells the Simulation to stop.

Tells the Simulation to stop.

See also