InputData

Type Alias InputData 

Source
pub type InputData = HashMap<EntityId, HashMap<Attr, Map<FullId, Value>>>;
Expand description

The format of input data for simulator’s step methods.

Aliased Type§

pub struct InputData { /* private fields */ }