The WaveBlocks Project
@author: R. Bourquin @copyright: Copyright (C) 2010, 2011, 2012 R. Bourquin @license: Modified BSD License
Compute some further parameters from the given ones.
Return a copy of the dict containing all parameters.
| Returns: | A copy of the dict containing all parameters. The dict will be copied. | 
|---|
Return the embedded TimeManager instance.
Dict for storing the configuration parameters.
Overwrite the dict containing all parameters with a newly provided dict with (possibly) changed parameters.
| Parameters: | params – A ParameterProvider instance or a dict with new parameters. The values will be deep-copied. No old values will remain. | 
|---|
Overwrite the dict containing all parameters with a newly provided dict with (possibly) changed parameters.
| Parameters: | params – A ParameterProvider instance or a dict with new parameters. The values will be deep-copied. Old values are only overwritten if we have got new values. | 
|---|