00001 // AlternateOneGeneInhibitoryNetwork.h: interface for the CAlternateOneGeneInhibitoryNetwork class. 00002 // 00004 00005 #if !defined(AFX_ALTERNATEONEGENEINHIBITORYNETWORK_H__2FE8D860_BDEB_4C14_89B4_DF3839FF58A3__INCLUDED_) 00006 #define AFX_ALTERNATEONEGENEINHIBITORYNETWORK_H__2FE8D860_BDEB_4C14_89B4_DF3839FF58A3__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 #include "TransformationReaction.h" 00020 00021 class CAlternateOneGeneInhibitoryNetwork : public ReactionNetwork 00022 { 00023 public: 00024 CAlternateOneGeneInhibitoryNetwork(); 00025 virtual ~CAlternateOneGeneInhibitoryNetwork(); 00026 00027 }; 00028 00029 #endif // !defined(AFX_ALTERNATEONEGENEINHIBITORYNETWORK_H__2FE8D860_BDEB_4C14_89B4_DF3839FF58A3__INCLUDED_)