Configuration node for a puzzle solving trial.
More...
|
| def | __init__ (self, init_dict=None, key_list=None, new_allowed=True) |
| | Constructor of puzzle trial configuration. More...
|
| |
| def | prefix (self) |
| | Return file prefix established by configuration parameters. More...
|
| |
| def | TrialClasses (self) |
| | Return activity and monitor classes based on activity to perform. More...
|
| |
Configuration node for a puzzle solving trial.
◆ __init__()
| def __init__ |
( |
|
self, |
|
|
|
init_dict = None, |
|
|
|
key_list = None, |
|
|
|
new_allowed = True |
|
) |
| |
Constructor of puzzle trial configuration.
- Parameters
-
| [in] | cfg_files | List of config files to load to merge settings. |
◆ get_default_settings()
| def get_default_settings |
( |
| ) |
|
|
static |
Defines most basic, default settings for puzzle trial.
- Parameters
-
| [out] | default_dict | Dictionary populated with minimal set of default settings. |
◆ prefix()
Return file prefix established by configuration parameters.
- Returns
- File prefix to use.
◆ TrialClasses()
Return activity and monitor classes based on activity to perform.
- Returns
- File prefix to use.
◆ activity
The documentation for this class was generated from the following file: