Fix for the new singleton design of the specific analysis API objects.
The use of the class namespace as a storage space has been eliminated. This was causing test suite
failures when checking the API objects. For some reason, some of the target function objects were
being placed in 'self'.
........