source: Promot/trunk/promot/kb/testsuite/mdl/shortcut-test.mdl

Last change on this file was 8562, checked in by kolczyk, 16 years ago

test file for shortcuts

File size: 1.2 KB
RevLine 
[8562]1(define-module
2  :class "new-subclass1"
3  :super-classes ("struct-model")
4  :geometry-width "180"
5  :geometry-height "231"
6  :terminals
7  (("input"
8    :is-eq-to "struct_adapter_compound.input"
9    :geometry-side "TOP"
10    :geometry-position "0.475"))
11  :modules
12  (("gef"
13    :is-a "gef"
14    :geometry-x "38"
15    :geometry-y "193")
16   ("struct_adapter_compound"
17    :is-a "struct-adapter-compound"
18    :geometry-x "38"
19    :geometry-y "52"))
20  :links
21  (("struct_adapter_compoundoutput_gefinput"
22    :terminals ("struct_adapter_compound.output" "gef.input")
23    :nodes (("38" "185"))
24    :edges (("0" "-1" nil) ("1" "-1" nil)))))
25
26
27(define-module
28  :class "new-subclass"
29  :super-classes ("struct-model")
30  :geometry-width "490"
31  :geometry-height "501"
32  :modules
33  (("adapter"
34    :is-a "adapter"
35    :geometry-x "204"
36    :geometry-y "223")
37   ("adapter0"
38    :is-a "adapter"
39    :geometry-x "398"
40    :geometry-y "275")
41   ("adapter1"
42    :is-a "adapter"
43    :geometry-x "213"
44    :geometry-y "85")
45   ("adapter2"
46    :is-a "adapter"
47    :geometry-x "74"
48    :geometry-y "227")
49   ("new_subclass1"
50    :is-a "new-subclass1"
51    :geometry-x "174"
52    :geometry-y "406")))
53
54
Note: See TracBrowser for help on using the repository browser.