Ticket #33 (closed: fixed)
Add an AlgorithmManager class to control the Algorithm instances
Reported by: | Nick Draper | Owned by: | Dickon Champion |
---|---|---|---|
Priority: | major | Milestone: | Iteration 2 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Add an AlgorithmManager class that inherits from AlgorithmFactory. The job of this class is to
- provide a facade for the factory (code should not call the Factory Direct)
- To maintain a list of all the algorithms that have been served out of the factory to allow the proper finilization and destruction.
- You may want to implement this as an instance of a DataService
Change History
Note: See
TracTickets for help on using
tickets.