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