Skip to main content

Module structured_dict

Module structured_dict 

Source

Structs§

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