00001 // OneGeneInhibitoryNetwork.h: interface for the OneGeneInhibitoryNetwork class. 00002 // 00004 00005 #if !defined(AFX_ONEGENEINHIBITORYNETWORK_H__24FE5B19_EA38_11D3_807F_00A0C9B3BAEA__INCLUDED_) 00006 #define AFX_ONEGENEINHIBITORYNETWORK_H__24FE5B19_EA38_11D3_807F_00A0C9B3BAEA__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "ReactionNetwork.h" 00013 #include "PromoterBindingReaction.h" 00014 #include "PromoterUnbindingReaction.h" 00015 #include "TranscriptionReaction.h" 00016 #include "RNADegradationReaction.h" 00017 #include "ProteinTranslationReaction.h" 00018 #include "UnstableProteinDegradationReaction.h" 00019 00020 class OneGeneInhibitoryNetwork : public ReactionNetwork 00021 { 00022 public: 00023 OneGeneInhibitoryNetwork(); 00024 virtual ~OneGeneInhibitoryNetwork(); 00025 bool GetLRGraph() {return true;} 00026 }; 00027 00028 #endif // !defined(AFX_ONEGENEINHIBITORYNETWORK_H__24FE5B19_EA38_11D3_807F_00A0C9B3BAEA__INCLUDED_)