Module sim::models::model[][src]

Traits

Model

The Model trait defines everything required for a model to operate within the discrete event simulation. These requirements are based largely on the Discrete Event System Specification (DEVS), but with a small amount of plumbing (as_any and id) and a dedicated status reporting method status.