openModeller  Version 1.5.0
bs_algorithm_factory.cpp
Go to the documentation of this file.
1 
31 #ifndef _BS_ALGORITHM_FACTORY_HH_
32 #define _BS_ALGORITHM_FACTORY_HH_
33 
34 #include <om.hh>
35 
41 {
42 public:
43  virtual AlgorithmImpl * getBSAlgorithm() = 0;
44 };
45 
46 
47 #endif
48 
virtual AlgorithmImpl * getBSAlgorithm()=0