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