openModeller  Version 1.4.0
bs_algorithm_factory.cpp
Go to the documentation of this file.
00001 
00031 #ifndef _BS_ALGORITHM_FACTORY_HH_
00032 #define _BS_ALGORITHM_FACTORY_HH_
00033 
00034 #include <om.hh>
00035 
00040 class BSAlgorithmFactory
00041 {
00042 public:
00043   virtual AlgorithmImpl * getBSAlgorithm() = 0;
00044 };
00045 
00046 
00047 #endif
00048