EngineImpl

class EngineImpl(using config: SimulationConfig) extends Engine

Implementation of the engine component.

Value parameters:
config

the simulation configuration

trait Engine
class Object
trait Matchable
class Any

Value members

Concrete methods

override def startSimulationLoop(environment: Environment): Task[Unit]
Definition Classes