configuration_containers
Full name: ase2sprkkr.common.configuration_containers
Module class hierarchy

Description
In this file the common containers of configuration values are, either for task or potential.
Configuration containers are classes, that holds configuration values and other containers, and are able to write them to a configuration file, and that are results of parsing of a configuration file.
Classes
|
Configuration container, that holds members, either in classical way (see :class:ConfigurationContainer) or treat them in a special way |
|
A section of SPRKKR configuration - i.e. part of the configuration file. |
|
A container for configuration (problem-definition) options and/or sections. |
|
Custom task section. |
|
This class wraps a container to behave as a read-only dict. |
|
Base class for data of configuration/problem-definition files |
|
A standard section of a task or potential (whose content is predefinded by SectionDefinition) |
Exceptions
This exception is raised, if the attribute of a container exists, but it is disabled. |