(define-module :class "test2" :super-classes ("struct-model") :geometry-width "300" :geometry-height "300" :terminals (("in_term_1" :is-a "term-struct-compound" :geometry-side "TOP" :geometry-position "0.515") ("out_term_2" :is-a "term-struct-compound" :geometry-side "LEFT" :geometry-position "0.40833333") ("out_term_3" :is-a "term-struct-output" :geometry-side "BOTTOM" :geometry-position "0.6016667"))) (define-module :class "test1" :super-classes ("struct-model") :geometry-width "300" :geometry-height "300" :terminals (("in_term_2" :is-a "term-struct-input" :geometry-side "LEFT" :geometry-position "0.54833335") ("in_term_3" :is-a "term-struct-compound" :geometry-side "TOP" :geometry-position "0.54833335") ("out_term_1" :is-a "term-struct-output" :geometry-side "BOTTOM" :geometry-position "0.5316667"))) (define-module :class "test_outer" :super-classes ("struct-model") :modules (("test1" :is-a "test1" :geometry-x "190" :geometry-y "103") ("test2" :is-a "test2" :geometry-x "136" :geometry-y "235")))