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