Ticket #214: test.mdl

File test.mdl, 1.9 KB (added by kolczyk, 15 years ago)
Line 
1(define-module
2  :class "test"
3  :super-classes ("struct-model")
4  :geometry-width "391"
5  :geometry-height "332"
6  :modules
7  (("activ"
8    :is-a "activ"
9    :geometry-x "137"
10    :geometry-y "87")
11   ("activ0"
12    :is-a "activ"
13    :geometry-x "204"
14    :geometry-y "85")
15   ("activ1"
16    :is-a "activ"
17    :geometry-x "156"
18    :geometry-y "208")
19   ("activ2"
20    :is-a "activ"
21    :geometry-x "241"
22    :geometry-y "211")
23   ("creb1_p"
24    :is-a "transfactor"
25    :geometry-x "200"
26    :geometry-y "136"
27    :graphical-flip "00"
28    :graphical-rotation "0")
29   ("dusp1"
30    :is-a "gene"
31    :geometry-x "154"
32    :geometry-y "273"
33    :graphical-flip "00"
34    :graphical-rotation "0")
35   ("tnf"
36    :is-a "gene"
37    :geometry-x "276"
38    :geometry-y "276"
39    :graphical-flip "00"
40    :graphical-rotation "0")
41   ("transfactor"
42    :is-a "transfactor"
43    :geometry-x "74"
44    :geometry-y "49")
45   ("transfactor0"
46    :is-a "transfactor"
47    :geometry-x "211"
48    :geometry-y "47"))
49  :links
50  (("activ0input1_transfactor0input"
51    :terminals ("activ0.input1" "transfactor0.input")
52    :nodes (("211" "39"))
53    :edges (("0" "-1" nil) ("1" "-1" nil)))
54   ("activ1output_dusp1input"
55    :terminals ("activ1.output" "dusp1.input")
56    :nodes (("154" "265"))
57    :edges (("0" "-1" nil) ("1" "-1" nil)))
58   ("activ2output_tnfinput"
59    :terminals ("activ2.output" "tnf.input")
60    :nodes (("276" "268"))
61    :edges (("0" "-1" nil) ("1" "-1" nil)))
62   ("activinput1_transfactorinput"
63    :terminals ("activ.input1" "transfactor.input")
64    :nodes (("74" "41"))
65    :edges (("0" "-1" nil) ("1" "-1" nil)))
66   ("creb1_pinput_activ2joutput"
67    :terminals ("creb1_p.input" "activ.output" "activ0.output"
68                "activ1.input1" "activ2.input1")
69    :nodes (("200" "131"))
70    :edges (("0" "-1" nil) ("1" "-1" nil) ("2" "-1" nil) ("3" "-1" nil)
71            ("4" "-1" nil) ("0" "-1" nil)))))
72
73