OED settings can contain several layer of settings coming from different sources (user, modeler, platform host)
This feature allow to merge those setting into one comprehensive settings file.
supported feature:
default : setting can specify a default value that can be overwritten by other setting
restricted: a key can be restricted to disallow other source to overwrite it
min, max: check that value is within min and max boundaries
option: to limit the possible value to only a specific list
Add capacity to merge multiple settings files.
OED settings can contain several layer of settings coming from different sources (user, modeler, platform host) This feature allow to merge those setting into one comprehensive settings file. supported feature: default : setting can specify a default value that can be overwritten by other setting restricted: a key can be restricted to disallow other source to overwrite it min, max: check that value is within min and max boundaries option: to limit the possible value to only a specific list