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

Last change on this file since 7624 was 7624, checked in by steinmet, 17 years ago

adapt toymodel to new struct-library

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