Module structured_dict

Source

Structs§

ComponentEnvironment
The capabilities a component has in its environment. Stored as a Dict containing a nested Dict holding the environment’s debug capabilities.
ComponentInput
Contains the capabilities component receives from its parent and environment. Stored as a Dict containing two nested Dicts for the parent and environment.
ComponentOutput
Contains the capabilities a component makes available to its parent or the framework. Stored as a Dict containing two nested Dicts for the capabilities made available to the parent and to the framework.
StructuredDictMap
A collection type for mapping Name to [StructuredDict], using Dict as the underlying representation.