ParameterLoader

About the ParameterLoader class

The WaveBlocks Project

@author: R. Bourquin @copyright: Copyright (C) 2010, 2011, 2012 R. Bourquin @license: Modified BSD License

Inheritance diagram

Inheritance diagram of ParameterLoader

Class documentation

class WaveBlocks.ParameterLoader
load_from_dict(adict)

Construct a ParameterProvider instance from a common python key-value dict.

Parameters:adict – A plain python dict with key-value pairs.
Returns:A ParameterProvider instance.
load_from_file(filepath)

Read the parameters from a configuration file.

Parameters:filepath – Path to the configuration file.
Returns:A ParameterProvider instance.

Table Of Contents

Previous topic

GlobalDefaults

Next topic

ParameterProvider

This Page