Connections
Base class for applications.
Subclasses should implement: __init__(), call().
Automates parametric studies, see parametrize().
Add parametric_hook, set __call__() to call_parametrized().
Remove parametric_hook, restore __call__() to call_basic().