Module context

Source
Expand description

A manager for the state of a discrete-event simulation

Defines a Context that is intended to provide the foundational mechanism for storing and manipulating the state of a given simulation.

Macros§

define_data_plugin
Defines a new type for storing data in Context.

Structs§

Context
A manager for the state of a discrete-event simulation

Enums§

ExecutionPhase
An enum to indicate the phase for plans at a given time.

Traits§

DataPlugin
A trait for objects that can provide data containers to be held by Context
IxaEvent