Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

PromoterBindingReaction.cpp

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

Generated on Mon Nov 3 09:38:09 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002