00001 // PromoterUnbindingReaction.h: interface for the PromoterUnbindingReaction class. 00002 // 00004 00005 #if !defined(AFX_PROMOTERUNBINDINGREACTION_H__5D0DAC7E_EF90_4192_B0E7_82D088D969B4__INCLUDED_) 00006 #define AFX_PROMOTERUNBINDINGREACTION_H__5D0DAC7E_EF90_4192_B0E7_82D088D969B4__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "HeterodimerDissociationReaction.h" 00013 00014 class PromoterUnbindingReaction : public HeterodimerDissociationReaction 00015 { 00016 public: 00017 PromoterUnbindingReaction(Chemical *BoundPromoter, Chemical *FreePromoter, Chemical *Protein, RateConstant *k_pu, std::string reactionName); 00018 virtual ~PromoterUnbindingReaction(); 00019 00020 }; 00021 00022 #endif // !defined(AFX_PROMOTERUNBINDINGREACTION_H__5D0DAC7E_EF90_4192_B0E7_82D088D969B4__INCLUDED_)