Module score::store [] [src]

Structs

Store

This is used to persist all of the significant state within a simulation. It is a write-once temporal store, i.e. new values can be written to the current time but values at prior times cannot be overwritten. The store is normally written to disk to allow for off-line analysis of the results and to allow the simulation to be replayed.

Traits

ReadableStore
WriteableStore