00001 // PromoterUnbindingReaction.cpp: implementation of the PromoterUnbindingReaction class. 00002 // 00004 00005 #include "PromoterUnbindingReaction.h" 00006 00008 // Construction/Destruction 00010 00011 PromoterUnbindingReaction::PromoterUnbindingReaction(Chemical *BoundPromoter, Chemical *FreePromoter, Chemical *Protein, RateConstant *k_pu, std::string reactionName) 00012 :HeterodimerDissociationReaction(BoundPromoter,FreePromoter,Protein,k_pu,reactionName) 00013 { 00014 00015 } 00016 00017 PromoterUnbindingReaction::~PromoterUnbindingReaction() 00018 { 00019 00020 }