class bnexmaple { inputs = (); outputs = (); node_size = (80 40); HR_Desc = ""; HR_OOBN_CheckConsistency = "1"; HR_OOBN_FitExpand = "1"; HR_Zoom_ZoomFactor = "100"; HR_Groups_GroupColors = ""; HR_Groups_GroupNames = ""; HR_Groups_UserGroupsNo = "0"; HR_Color_Interface = "21"; HR_Color_Instance = "0"; HR_Color_Function = "4"; HR_Color_Utility = "36"; HR_Color_Decision = "17"; HR_Color_ContinuousChance = "48"; HR_Color_DiscreteChance = "16"; HR_Monitor_InitSD = "2"; HR_Monitor_Utility_Arrange = "0"; HR_Monitor_Mean_Variance = "1"; HR_Monitor_Chance_Utility = "1"; HR_Monitor_InitStates = "5"; HR_Monitor_OpenGraph = "0"; HR_Monitor_GraphPrecision = "100"; HR_Monitor_AutoUpdGraph = "0"; HR_Compile_MaxMinimalSeparators = "100000"; HR_Compile_ApproxEpsilon = "1.0E-5"; HR_Compile_Approximate = "0"; HR_Compile_SaveToMemory = "0"; HR_Compile_Compress = "0"; HR_Compile_TriangMethod = "0"; HR_Propagate_AutoNormal = "1"; HR_Propagate_AutoSum = "1"; HR_Propagate_Auto = "1"; HR_Font_Italic = "0"; HR_Font_Weight = "400"; HR_Font_Size = "-12"; HR_Font_Name = "javax.swing.plaf.FontUIResource[family=Dialog,name=Dialog,style=plain,size=12]"; HR_Grid_GridShow = "0"; HR_Grid_GridSnap = "0"; HR_Grid_Y = "40"; HR_Grid_X = "40"; node tRNA { label = ""; position = (206 239); states = ("State 1" "State 2"); HR_Group = "0"; HR_Desc = ""; HR_State_1 = ""; HR_State_0 = ""; } node fis { label = ""; position = (206 143); states = ("State 1" "State 2"); HR_LinkMode = "[tRNA:0]"; HR_Group = "0"; HR_Desc = ""; HR_State_1 = ""; HR_State_0 = ""; } node cya { label = ""; position = (284 51); states = ("State 1" "State 2"); HR_LinkMode = "[fis:0]"; HR_Group = "0"; HR_Desc = ""; HR_State_1 = ""; HR_State_0 = ""; } node crp { label = ""; position = (142 53); states = ("State 1" "State 2"); HR_LinkMode = "[fis:0]"; HR_Group = "0"; HR_Desc = ""; HR_State_1 = ""; HR_State_0 = ""; } potential (tRNA | fis) { data = (( 1 1 ) % fis=State 1 ( 1 1 )); % fis=State 2 } potential (fis | cya crp) { data = ((( 1 1 ) % cya=State 1 crp=State 1 ( 1 1 )) % cya=State 1 crp=State 2 (( 1 1 ) % cya=State 2 crp=State 1 ( 1 1 ))); % cya=State 2 crp=State 2 } potential (cya) { data = ( 1 1 ); } potential (crp) { data = ( 1 1 ); } } % class bnexmaple