19 #ifndef OST_CONOP_RULE_BASED_HH
20 #define OST_CONOP_RULE_BASED_HH
27 namespace ost {
namespace conop {
40 lib_(compound_lib), fix_element_(true), strict_hydrogens_(false),
47 Processor(bf, at, cn, aa, zo), lib_(compound_lib), fix_element_(fe),
48 strict_hydrogens_(sh), unk_res_treatment_(ur),
49 unk_atom_treatment_(ua) {}
51 return unk_res_treatment_;
55 return unk_atom_treatment_;
65 return strict_hydrogens_;
69 strict_hydrogens_ = flag;
72 unk_res_treatment_ = action;
76 unk_atom_treatment_ = action;
82 virtual String ToString()
const;
96 bool strict_hydrogens_;