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

Last change on this file was 9217, checked in by kolczyk, 15 years ago

avoid save dialog for structure models

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