Eliminated the analysis specific API _set_param_values() base method.
This is now in two parts, the _set_param_values_global() and _set_param_values_spin() methods. The
frame order analysis in the trunk had switched to _set_param_values_global(), and now this branch
does the same thing. Not sure why this change did not come across.