00001 #ifndef MAPPINGGENERATOR_HH_
00002 #define MAPPINGGENERATOR_HH_
00003
00004
00005
00006
00007
00008
00009
00010 #include "../NFreactions.hh"
00011
00012 namespace NFcore
00013 {
00014
00015
00017
00028 class MapGenerator
00029 {
00030 public:
00031
00038 MapGenerator(unsigned int mappingIndex);
00039
00044 ~MapGenerator() {};
00045
00053 bool map(MappingSet *mappingSet, Molecule *molecule);
00054
00055 protected:
00060 unsigned int mappingIndex;
00061 };
00062
00063 }
00064
00065
00066
00067
00068
00069
00070
00071 #endif