source: Promot/trunk/promot/kb/SignalTransd/structure/toymodel.mdl @ 8141

Last change on this file since 8141 was 8141, checked in by mirschel, 16 years ago

add model variable (green icon)

File size: 3.0 KB
Line 
1(define-module
2  :class "toy-model"
3  :super-classes ("struct-model")
4  :geometry-width "662"
5  :geometry-height "643"
6  :properties (("model"
7        :value "yes"))
8  :parameters
9  (("activ.timescale"
10    :value "2.0d0"))
11  :modules
12  (("a"
13    :is-a "other"
14    :geometry-x "200"
15    :geometry-y "197")
16   ("activ"
17    :is-a "activ"
18    :geometry-x "278"
19    :geometry-y "320")
20   ("activ0"
21    :is-a "activ"
22    :geometry-x "477"
23    :geometry-y "324")
24   ("activ1"
25    :is-a "activ"
26    :geometry-x "376"
27    :geometry-y "466")
28   ("activ5"
29    :is-a "activ"
30    :geometry-x "200"
31    :geometry-y "130")
32   ("and_2"
33    :is-a "and-2"
34    :geometry-x "278"
35    :geometry-y "200")
36   ("and_20"
37    :is-a "and-2"
38    :geometry-x "442"
39    :geometry-y "199")
40   ("b"
41    :is-a "other"
42    :geometry-x "313"
43    :geometry-y "118")
44   ("c"
45    :is-a "other"
46    :geometry-x "514"
47    :geometry-y "121")
48   ("dead_end"
49    :is-a "drain"
50    :geometry-x "376"
51    :geometry-y "615")
52   ("e"
53    :is-a "other"
54    :geometry-x "278"
55    :geometry-y "270")
56   ("f"
57    :is-a "other"
58    :geometry-x "477"
59    :geometry-y "273")
60   ("g"
61    :is-a "other"
62    :geometry-x "376"
63    :geometry-y "392")
64   ("input_b"
65    :is-a "source"
66    :geometry-x "313"
67    :geometry-y "41")
68   ("input_c"
69    :is-a "source"
70    :geometry-x "515"
71    :geometry-y "42")
72   ("not"
73    :is-a "not"
74    :geometry-x "375"
75    :geometry-y "154")
76   ("not0"
77    :is-a "not"
78    :geometry-x "200"
79    :geometry-y "70")
80   ("s"
81    :is-a "other"
82    :geometry-x "376"
83    :geometry-y "540"))
84  :links
85  (("activ5output_ainput"
86    :terminals ("a.input" "and_2.input1" "activ5.output")
87    :nodes (("200" "189"))
88    :edges (("0" "-1" nil) ("1" "-1" nil) ("2" "-1" nil)))
89   ("activoutput_ginput"
90    :terminals ("activ.output" "g.input" "activ0.output" "activ1.input1"
91                "not0.input")
92    :nodes (("376" "384"))
93    :edges (("0" "-1" nil) ("1" "-1" nil) ("2" "-1" nil) ("3" "-1" nil)
94            ("4" "-1" (("200" "16") ("88" "16") ("88" "384")))))
95   ("and_20input1_notoutput"
96    :terminals ("and_20.input1" "not.output"))
97   ("and_20output_finput"
98    :terminals ("and_20.output" "f.input" "activ0.input1")
99    :nodes (("477" "267"))
100    :edges (("0" "-1" nil) ("1" "-1" nil) ("2" "-1" nil)))
101   ("and_2output_einput"
102    :terminals ("and_2.output" "e.input" "activ.input1")
103    :nodes (("278" "262"))
104    :edges (("0" "-1" nil) ("1" "-1" nil) ("2" "-1" nil)))
105   ("binput_and_2input2"
106    :terminals ("b.input" "and_2.input2" "not.input" "input_b.output")
107    :nodes (("313" "112"))
108    :edges (("0" "-1" nil) ("1" "-1" nil) ("2" "-1" nil) ("3" "-1" nil)))
109   ("cinput_and_20input2"
110    :terminals ("c.input" "and_20.input2" "input_c.output")
111    :nodes (("515" "113"))
112    :edges (("0" "-1" nil) ("1" "-1" nil) ("2" "-1" nil)))
113   ("not0output_activ5input1"
114    :terminals ("not0.output" "activ5.input1"))
115   ("sinput_dead_endinput"
116    :terminals ("s.input" "dead_end.input" "activ1.output")
117    :nodes (("376" "532"))
118    :edges (("0" "-1" nil) ("1" "-1" nil) ("2" "-1" nil)))))
119
120
Note: See TracBrowser for help on using the repository browser.