Contains a utility class {@link org.knime.core.node.config.BaseConfig} to store
a general state (i.e. the user settings of all nodes, workflows, prediction
models, etc.) in form of key-value pairs. The key is always a string, the value
can be most of the generic types, and also another ConfigBase
object in order to build hierarchical state
structures.