runFor

abstract fun runFor(duration: Duration)

Runs the simulation for a specified duration of simulation time.

Parameters

duration

the simulation time to run for


abstract fun runFor(events: Int)

Runs the simulation for a specified number of events.

Parameters

events

the number of events to process