Skip to main content

Module model

Module model 

Source
Expand description

The model module defines the Model trait, which is the fundamental interface for any simulation model in des-sim.

Any custom simulation logic must implement this trait to process events and interact with the simulation environment via the provided EventContext.

Traitsยง

Model
Defines the interface for a simulation model that processes events.