pub type InputData = HashMap<EntityId, HashMap<Attr, Map<FullId, Value>>>;
The format of input data for simulator’s step methods.
pub struct InputData { /* private fields */ }