A factory for base types of algorithms. More...
#include <CStaticQueryFactory.h>
Public Member Functions | |
| virtual CQuery * | makeQuery (const string &inBaseType, CAccessorAdminCollection &inAccessorAdminCollection, CAlgorithm &inAlgorithm) |
| generates a new CQuery for a given basetype. | |
A factory for base types of algorithms.
| virtual CQuery* CStaticQueryFactory::makeQuery | ( | const string & | inBaseType, |
| CAccessorAdminCollection & | inAccessorAdminCollection, | ||
| CAlgorithm & | inAlgorithm | ||
| ) | [virtual] |
generates a new CQuery for a given basetype.
What we do here is quite brutal hardcoding.
Reimplemented in CDynamicQueryFactory.