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