Feature/improve parameters
- Fixes a bug in
hasParamInGroup
which didn't do the same hierarchical search thatgetParamFromGroup
does. - Deprecated unnecessary public functions
- Make accessors friends with the parameter class.
Edited by Timo Koch
hasParamInGroup
which didn't do the same hierarchical search that getParamFromGroup
does.