Class representing a configuration object composed of multiple ConfigParameter objects.
Usage
Config(parameters = list())
Arguments
- parameters
A list of ConfigParameter objects.
Slots
parameters
(getter/setter) A named list of ConfigParameter objects.
config_frame
(getter) A data frame representation of the configuration parameters.