Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an AlgorithmManager class to control the Algorithm instances #881

Closed
NickDraper opened this issue Oct 1, 2007 · 1 comment
Closed
Milestone

Comments

@NickDraper
Copy link
Contributor

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

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 33

@NickDraper NickDraper added this to the Iteration 2 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant