<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<xmi:XMI xmlns:uml="http://www.omg.org/spec/UML/20110701"
    xmlns:ActionLanguage="http://www.omg.org/spec/ALF/20120827/ActionLanguage-Profile"
    xmlns:StandardProfile="http://www.omg.org/spec/UML/20110701/StandardProfileL2"
    xmlns:xmi="http://www.omg.org/spec/XMI/20110701">
    <uml:Model xmi:id="Test_Suites" xmi:uuid="1d536544-6d0b-45cc-9291-23056493467b"
        xmi:type="uml:Model">
        <packageImport xmi:id="Test_Suites-packageImport-1"
            xmi:uuid="14f71efa-4a62-442e-81c6-636bae815457" xmi:type="uml:PackageImport">
            <importedPackage href="http://www.omg.org/spec/UML/20110701/UML.xmi#PrimitiveTypes"/>
        </packageImport>
        <packageImport xmi:id="Test_Suites-packageImport-2"
            xmi:uuid="4b3a8731-a8a4-475f-8f32-431ba9055ee3" xmi:type="uml:PackageImport">
            <importedPackage href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary"/>
        </packageImport>
        <packagedElement xmi:id="Test_Suites-Test_Suite_1"
            xmi:uuid="bf1335a7-7f3f-4556-8705-cc499b4f309a" xmi:type="uml:Package">
            <ownedComment xmi:id="Test_Suites-Test_Suite_1-ownedComment"
                xmi:uuid="c179346d-4d69-43d1-9c23-ecc6e97a63f0" xmi:type="uml:Comment">
                <body>Instantiation </body>
            </ownedComment>
            <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P"
                xmi:uuid="1766c163-cc10-4b45-966f-9173068b4d33" xmi:type="uml:Package">
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-B"
                    xmi:uuid="0d24444d-9c96-4eb1-a7d9-f1e6d4421af0" xmi:type="uml:Class">
                    <name>B</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-C"
                    xmi:uuid="75799606-97ae-4e31-8857-25b328a20465" xmi:type="uml:Class">
                    <name>C</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-R"
                    xmi:uuid="44970465-094f-4dcb-9365-34cb39142f9d" xmi:type="uml:Association">
                    <memberEnd xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R-x"/>
                    <memberEnd xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R-y"/>
                    <ownedEnd xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-R-x"
                        xmi:uuid="13f8ed42-bdce-48ca-af82-8a16fdc5cb54" xmi:type="uml:Property">
                        <lowerValue xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-R-x-lowerValue"
                            xmi:uuid="7a4487d5-58a9-47be-acc4-581bc356f711"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-R-x-upperValue"
                            xmi:uuid="e6ff234b-b9ae-4afa-8f95-997ffbb71330"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>x</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                        <association xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R"/>
                    </ownedEnd>
                    <ownedEnd xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-R-y"
                        xmi:uuid="4878bf18-e8a3-42d2-962f-de601aaed697" xmi:type="uml:Property">
                        <lowerValue xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-R-y-lowerValue"
                            xmi:uuid="abf2dd2d-4032-4428-8fec-5dfa526d8443"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-R-y-upperValue"
                            xmi:uuid="6b0b9245-5e7d-4cc3-b361-6120efab883f"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>y</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                        <association xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R"/>
                    </ownedEnd>
                    <name>R</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P"
                    xmi:uuid="baeba52f-e219-4e4f-83a7-e20ce97b5ec7" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-ownedComment"
                        xmi:uuid="4b13d111-ac0c-427d-a11a-7a79f455d889" xmi:type="uml:Comment">
                        <body>namespace 'Test Suites'::'Test Suite 1'::Assembly_P_P ;

private import 'Test Suites'::Utils::* ;

activity TestCase_Assembly_P_P() { 
	helper = new AssertCompositeHelper() ;	
	WriteLine("-- Running test case: Assembly connector between two parts --") ;
	
	// Testing instantiation of A_Empty_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Empty_Pattern -") ;
	a_empty = new A_Empty_Pattern();
	AssertEmptyPattern(a_empty.b, a_empty.c) ;
	
	// Testing instantiation of A_Unconnected_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Unconnected_Pattern -") ;
	a_unconnected = new A_Unconnected_Pattern();
	AssertUnconnectedPattern(a_unconnected.b, a_unconnected.c, 2, 3, helper) ;
	
	// Testing instantiation of A_Array_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Array_Pattern") ;
	a_array = new A_Array_Pattern();
	AssertArrayPattern(a_array.b, a_array.c, 4, helper) ;
	
	// Testing instantiation of A_Star_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Star_Pattern") ;
	a_star = new A_Star_Pattern();
	AssertStarPattern(a_star.b, a_star.c, 4, 3, helper) ;
	
	WriteLine("-- End of test case --") ;
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_"
                        xmi:uuid="7986bd6e-682a-433a-bd49-bf23cc93d004"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-1"
                            xmi:uuid="0820a23b-2a38-4ab9-a1eb-48ac902e4938"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-2"
                            xmi:uuid="ff3ec010-9c89-414b-af27-bc2eee9e3c09"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-3"
                            xmi:uuid="c710f9cd-cba8-4fee-b219-ffc9fe3e4c35"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-4"
                            xmi:uuid="c467e17e-3461-47b9-a94a-84cf3a5b4e33"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-5"
                            xmi:uuid="5d006420-2877-4654-9b00-3699c8cb873f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-Fork_a_empty__c8fa50"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-6"
                            xmi:uuid="a19afe8a-f554-4e3e-9329-68edc6a62961"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-Fork_a_empty__c8fa50"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-7"
                            xmi:uuid="69feeb24-0ffb-4120-87b8-445827447165"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-8"
                            xmi:uuid="24e3c8d9-c8a0-4601-ac1f-2fc3f0843187"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-9"
                            xmi:uuid="0a585552-4d63-470c-8853-1dcf72bbc79a"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-10"
                            xmi:uuid="a60deef5-8246-4298-bb67-ae483f25117f"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-11"
                            xmi:uuid="4ec95da2-73c3-4942-936d-8d4ddea50728"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-Fork_helper__1b4017e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-12"
                            xmi:uuid="dec8a5f3-e2b1-4aeb-8c3e-df1cb3254712"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-Fork_a_unconnected__1dcb093"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-13"
                            xmi:uuid="179e5d90-fc5f-47df-a2a2-c4fcc59735e9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-Fork_a_unconnected__1dcb093"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-14"
                            xmi:uuid="f6f729ec-db96-49ae-b7fb-630416784385"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-15"
                            xmi:uuid="9ceecf4c-0777-4985-bb50-9af7a6945ac2"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-16"
                            xmi:uuid="cc5459db-7abe-4f7d-8684-b3b3cf5964d1"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-17"
                            xmi:uuid="85c958df-e7c6-490b-b724-b39804cfbea8"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-18"
                            xmi:uuid="7fb18239-1389-4fdc-825c-cdcd5426299d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-Fork_helper__1b4017e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-19"
                            xmi:uuid="84ca60a9-2340-45c9-af17-811aef4e0fc3"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-Fork_a_array__19c512e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-20"
                            xmi:uuid="ae7b4b6e-7b27-4a1d-a6bf-89f24a4a3bf5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-Fork_a_array__19c512e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-21"
                            xmi:uuid="d2ec7e2e-dc12-4e7b-9147-1a2143545f18"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-22"
                            xmi:uuid="673f1ed4-084d-4a79-865a-14a985c189ad"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-23"
                            xmi:uuid="09d0aedb-8b96-421c-94a5-7378d73cea65"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-24"
                            xmi:uuid="7630b4dd-64dc-43bd-ab99-c4026c89f192"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-25"
                            xmi:uuid="eefc015a-d5e6-4e41-9349-154a1baf33cc"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-Fork_helper__1b4017e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-26"
                            xmi:uuid="9e9da7b0-01f2-4912-b6cc-9a4878c7bdb8"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-Fork_a_star__1f7c19f"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-27"
                            xmi:uuid="18d71ca3-e2c4-4a65-bb6f-3c44185bb73b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-Fork_a_star__1f7c19f"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-28"
                            xmi:uuid="ff560125-ae04-46e5-8be8-bb7f7dc63bca"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-edge-29"
                            xmi:uuid="74872240-cfc4-4269-8b86-955296f2468f"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb"
                            xmi:uuid="2a4ae8d2-1f5a-4352-a228-6f03c1491550"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-edge"
                                xmi:uuid="e40a4a64-8718-4978-b365-587860f6cf9b"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-RightHandSide_cdfd32-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-Fork_helper__1b4017e"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-Fork_helper__1b4017e"
                                xmi:uuid="622e77da-5ba9-4657-9472-7a7a386e86b3"
                                xmi:type="uml:ForkNode">
                                <name>Fork(helper)@1b4017e</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-RightHandSide_cdfd32"
                                xmi:uuid="fbdcdf69-8911-4245-b242-dc54e42cbf8d"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-RightHandSide_cdfd32-edge"
                                    xmi:uuid="8c4f9792-cf8c-42ad-bd18-a85909b966de"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-RightHandSide_cdfd32-Create_AssertCompositeHelper_-Create_AssertCompositeHelper_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-RightHandSide_cdfd32-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-RightHandSide_cdfd32-Call_AssertCompositeHelper_"
                                    xmi:uuid="0c93c93a-486c-488a-b732-58a27c4709cb"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-RightHandSide_cdfd32-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.result_result_"
                                        xmi:uuid="71c3c3f1-59f8-4212-8e30-a864e929aeac"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(AssertCompositeHelper).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-RightHandSide_cdfd32-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.target"
                                        xmi:uuid="5bea426e-38b7-4fa0-bfd5-ecd766a7abb1"
                                        xmi:type="uml:InputPin">
                                        <name>Call(AssertCompositeHelper).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper"
                                        />
                                    </target>
                                    <name>Call(AssertCompositeHelper)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-AssertCompositeHelper"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-RightHandSide_cdfd32-Create_AssertCompositeHelper_"
                                    xmi:uuid="e4bf27cb-fd59-4163-8bb3-677c3a22c5da"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1422cfb-RightHandSide_cdfd32-Create_AssertCompositeHelper_-Create_AssertCompositeHelper_.result"
                                        xmi:uuid="4b4d5640-c399-4e63-ae67-ac9e3804aac2"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(AssertCompositeHelper).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper"
                                        />
                                    </result>
                                    <name>Create(AssertCompositeHelper)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper"
                                    />
                                </node>
                                <name>RightHandSide@cdfd32</name>
                            </node>
                            <name>ExpressionStatement@1422cfb</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879"
                            xmi:uuid="4e97736d-7737-415f-b5db-1f59995084bf"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-edge-1"
                                xmi:uuid="0c8541b3-e2a9-4faf-8f1e-021def7bacd7"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Tuple_17427b3-Value__--_Running_test_case__Assembly_connector_between_two_parts_--__-Value__--_Running_test_case__Assembly_connector_between_two_parts_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-edge-2"
                                xmi:uuid="88407fac-d5cc-45e3-95c1-979f5feaa858"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Tuple_17427b3"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Call_WriteLine_"
                                xmi:uuid="25484984-8848-43f0-ab88-7dacbaefb704"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="cf22cf0c-4d29-4d9c-8e14-dd42a8f8309c"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="8ab9b77a-64ff-41f5-a72e-c5d258814be6"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="a48d0f03-6eac-48c0-8508-3c33e50809b9"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Tuple_17427b3"
                                xmi:uuid="c095b657-8cac-4812-8581-0c6a20eb69d1"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Tuple_17427b3-Value__--_Running_test_case__Assembly_connector_between_two_parts_--__"
                                    xmi:uuid="87c64607-92bb-4411-b6eb-153798c297ac"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Tuple_17427b3-Value__--_Running_test_case__Assembly_connector_between_two_parts_--__-Value__--_Running_test_case__Assembly_connector_between_two_parts_--__.result"
                                        xmi:uuid="8037da10-b4e0-4fb5-ad9d-5b31ea1ac368"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case: Assembly connector between two parts --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_b81879-Tuple_17427b3-Value__--_Running_test_case__Assembly_connector_between_two_parts_--__-value"
                                        xmi:uuid="751f86b5-14f6-434a-b3a5-eca22727cb53"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case: Assembly connector between two parts --</value>
                                    </value>
                                    <name>Value("-- Running test case: Assembly connector between two parts --")</name>
                                </node>
                                <name>Tuple@17427b3</name>
                            </node>
                            <name>ExpressionStatement@b81879</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f"
                            xmi:uuid="0bc43907-5113-4f4a-99c5-e907e1f38e8a"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-edge-1"
                                xmi:uuid="7193f750-2d1b-42a1-8eb1-7f2edb071e13"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Tuple_fb0478-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-edge-2"
                                xmi:uuid="a20d0b9d-eb80-48a1-84fe-09659d70bda7"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Tuple_fb0478"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Call_WriteLine_"
                                xmi:uuid="98ff27e3-523e-4569-b0c8-cf6f8361b76c"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="acfc065f-840a-496e-a050-8f1e05e433ea"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="a93aae80-42e9-40a0-b766-9d52d7fd5339"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="e54bf176-9979-4ca3-bd55-0a4559b8547b"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Tuple_fb0478"
                                xmi:uuid="8c3799aa-ac5d-4a9e-afdc-fc3006e933ae"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Tuple_fb0478-Value____"
                                    xmi:uuid="aefe8602-17c3-441a-a4ae-c738833a3408"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Tuple_fb0478-Value____-Value____.result"
                                        xmi:uuid="eb40eef6-82dc-4caf-87fc-fede9ad923cd"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_7094f-Tuple_fb0478-Value____-value"
                                        xmi:uuid="618d8553-0d68-4307-b38d-3ad36cc1c120"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@fb0478</name>
                            </node>
                            <name>ExpressionStatement@7094f</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05"
                            xmi:uuid="fe0581fe-56e7-4a30-b5ab-074a7f609a18"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-edge-1"
                                xmi:uuid="70c7e6a3-a568-4228-8e47-7210581a2095"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Tuple_776a00-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-edge-2"
                                xmi:uuid="721ee43a-3685-4353-b21a-7ce640c3bbf5"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Tuple_776a00"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Call_WriteLine_"
                                xmi:uuid="d82f81b8-38bb-4706-8597-e66003f73cc1"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="61bf2b74-5a9b-4763-a4e2-cd122013d93d"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="f6d69f3a-5dde-47dc-8e72-d9b3e8ce772c"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="5b67dd5d-0ba2-422a-ad04-59e5570dd3c2"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Tuple_776a00"
                                xmi:uuid="4462a951-0ceb-4757-8cfe-35e321ab4270"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Tuple_776a00-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__"
                                    xmi:uuid="6934aa03-8cca-4e14-85f6-8c0f4c93409a"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Tuple_776a00-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__.result"
                                        xmi:uuid="0ebb8e6f-da7d-4230-ac9a-2389af656b20"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Empty_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1e6bf05-Tuple_776a00-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-value"
                                        xmi:uuid="7a3432ee-9720-4830-9b75-b2290d2c6a27"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Empty_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Empty_Pattern -")</name>
                                </node>
                                <name>Tuple@776a00</name>
                            </node>
                            <name>ExpressionStatement@1e6bf05</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2"
                            xmi:uuid="6df3dae3-1d89-47b5-8af3-cf38cbb8814f"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-edge"
                                xmi:uuid="7c5c28ac-f3ee-4236-8c6e-263af92baea4"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-RightHandSide_a9db37-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-Fork_a_empty__c8fa50"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-Fork_a_empty__c8fa50"
                                xmi:uuid="d297fa83-e5da-4075-b467-eff1b1ca0caf"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_empty)@c8fa50</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-RightHandSide_a9db37"
                                xmi:uuid="cdbea480-5f30-4b5a-b384-7c8ebdeb33ec"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-RightHandSide_a9db37-edge"
                                    xmi:uuid="fc1b2f8b-aa71-4b34-8ac5-73b2525bb768"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-RightHandSide_a9db37-Create_A_Empty_Pattern_-Create_A_Empty_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-RightHandSide_a9db37-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-RightHandSide_a9db37-Call_A_Empty_Pattern_"
                                    xmi:uuid="1171a99a-4f9b-40a0-a118-0136fae79b9b"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-RightHandSide_a9db37-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.result_result_"
                                        xmi:uuid="0350b82a-47dd-4c0a-a617-67d752c7025d"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Empty_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-RightHandSide_a9db37-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.target"
                                        xmi:uuid="b324b050-7d4f-473d-b9c6-78595e9f2891"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Empty_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Empty_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-A_Empty_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-RightHandSide_a9db37-Create_A_Empty_Pattern_"
                                    xmi:uuid="0461c386-52de-49b1-b1a1-2b1a4792c404"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_dea2c2-RightHandSide_a9db37-Create_A_Empty_Pattern_-Create_A_Empty_Pattern_.result"
                                        xmi:uuid="51dbb526-4226-4cb5-8891-ad61b5697128"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Empty_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Empty_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@a9db37</name>
                            </node>
                            <name>ExpressionStatement@dea2c2</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092"
                            xmi:uuid="214d60ab-fe60-4915-a40b-760c422c7d6c"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-edge-1"
                                xmi:uuid="2e712bdb-904f-4b36-b1b7-efd8f1c8a7c5"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-edge-2"
                                xmi:uuid="deb5f7e2-d514-40be-9ca0-6d745916bf49"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-Read_c_-Read_c_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-edge-3"
                                xmi:uuid="3c3b92de-bb51-4a1c-b774-a75ef93bf83e"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Call_AssertEmptyPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Call_AssertEmptyPattern_"
                                xmi:uuid="2f25452a-c053-460c-b18a-7e5d11de25cc"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_"
                                    xmi:uuid="cd1db288-d2bb-4e53-9d93-3d499b522869"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="bf35a68d-4b43-492b-8c35-1cbed79a7305"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="8420a5b8-53f4-46cb-b144-b4f71aa44740"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertEmptyPattern).argument(ends1)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_"
                                    xmi:uuid="f8e2cab6-632d-4c01-b2c8-7ce1fb0e076d"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="269335c9-b3ed-420a-aae5-3f2943a138fa"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="12e715aa-4085-46ad-ba13-3f4d262fd59d"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertEmptyPattern).argument(ends2)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <name>Call(AssertEmptyPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertEmptyPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290"
                                xmi:uuid="8e5ee3fd-ad36-40c4-b855-d0f6eef580db"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-edge-1"
                                    xmi:uuid="dd85f9d6-70dc-41f0-8b4e-4b8c7ca1ea38"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-edge-2"
                                    xmi:uuid="20ed4951-1ba4-4411-8990-01611da1d028"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-Read_b_"
                                    xmi:uuid="4556a433-45cd-4b83-873a-d1d8aae1e9a8"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-Read_b_-Read_b_.object"
                                        xmi:uuid="55af226d-6754-4bdd-9e25-d2392201f07f"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-Read_b_-Read_b_.result"
                                        xmi:uuid="ba6a1685-4acc-4f91-8af7-3c09b323c835"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-node-2"
                                    xmi:uuid="50a418ad-1cbf-49dd-96b7-534257f8e782"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_empty)@c8fa50)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-Read_c_"
                                    xmi:uuid="9f15282e-7077-4383-bd77-9eb04fcaa212"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-Read_c_-Read_c_.object"
                                        xmi:uuid="0621b5be-d182-4dd0-bb87-63941dbf975a"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-Read_c_-Read_c_.result"
                                        xmi:uuid="99776ac1-09fe-4993-bd0d-33540cee638e"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1f28092-Tuple_81f290-node-4"
                                    xmi:uuid="65f77fea-98f9-4ff4-af73-a5aab593fcab"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_empty)@c8fa50)</name>
                                </node>
                                <name>Tuple@81f290</name>
                            </node>
                            <name>ExpressionStatement@1f28092</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f"
                            xmi:uuid="7aeae073-4d14-4974-ac53-801f2c25a81c"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-edge-1"
                                xmi:uuid="cd9c21f3-9e50-4998-8d04-cb4502745c80"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Tuple_bc1c01-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-edge-2"
                                xmi:uuid="16c00037-7cd7-42c0-9835-f34d4e467d05"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Tuple_bc1c01"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Call_WriteLine_"
                                xmi:uuid="a983235d-af2b-4296-9067-635735318601"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="d073fb83-a185-40f2-b985-151adb95334d"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="9ab7a218-ae62-4b58-aa09-0619226df896"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="868f4c86-39f8-44e9-b2ae-2b8cd5221d4d"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Tuple_bc1c01"
                                xmi:uuid="1fdb2ee1-ccbd-4b4d-8977-da30b7966b13"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Tuple_bc1c01-Value____"
                                    xmi:uuid="a4e2ffb9-2b73-4210-851f-b75e18ef55b3"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Tuple_bc1c01-Value____-Value____.result"
                                        xmi:uuid="de96e377-e85e-49e0-ba92-8b9133644393"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66326f-Tuple_bc1c01-Value____-value"
                                        xmi:uuid="d2507614-7536-4b30-bb95-3005c1c21c11"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@bc1c01</name>
                            </node>
                            <name>ExpressionStatement@66326f</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b"
                            xmi:uuid="910af368-7102-453a-826b-814a34dc60e3"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-edge-1"
                                xmi:uuid="29fd2d70-3d21-4b40-9f37-e843cdd60a1a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Tuple_1db9d13-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-edge-2"
                                xmi:uuid="2ba5468f-c753-4797-afcc-482c998fd3ce"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Tuple_1db9d13"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Call_WriteLine_"
                                xmi:uuid="5e478fcc-2b3a-43d4-abcf-a2c2bd497e7d"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="ab69328b-fd6e-4d92-9eb9-763922fca78f"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="fd77e28e-def1-4141-8988-d7b34ca38bae"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="081064f7-bf97-484d-a34b-ba8a14acd158"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Tuple_1db9d13"
                                xmi:uuid="a63fb07c-b588-4cb4-8964-ef4665974980"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Tuple_1db9d13-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__"
                                    xmi:uuid="0461fe7e-fc82-48f7-b14f-33157fe1a7d7"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Tuple_1db9d13-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__.result"
                                        xmi:uuid="c12d7e5e-b058-443d-a978-20988f613c7b"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Unconnected_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_c1c60b-Tuple_1db9d13-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-value"
                                        xmi:uuid="5d8934e2-7b5a-44c5-8473-b41c03229a34"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Unconnected_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Unconnected_Pattern -")</name>
                                </node>
                                <name>Tuple@1db9d13</name>
                            </node>
                            <name>ExpressionStatement@c1c60b</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169"
                            xmi:uuid="3cc533fb-24f4-4c97-834b-b71d0f6e8227"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-edge"
                                xmi:uuid="53d1390c-c004-4906-883a-9e5e59714bff"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-RightHandSide_1cc933c-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-Fork_a_unconnected__1dcb093"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-Fork_a_unconnected__1dcb093"
                                xmi:uuid="fcbfffb0-b312-4242-a463-cdf972ae22d6"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_unconnected)@1dcb093</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-RightHandSide_1cc933c"
                                xmi:uuid="a05715a7-63f0-400c-8ebb-68c537d991b6"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-RightHandSide_1cc933c-edge"
                                    xmi:uuid="3d43a419-2bc3-474d-866e-112322e6ef37"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-RightHandSide_1cc933c-Create_A_Unconnected_Pattern_-Create_A_Unconnected_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-RightHandSide_1cc933c-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-RightHandSide_1cc933c-Call_A_Unconnected_Pattern_"
                                    xmi:uuid="758d32ad-a6d9-460d-b10a-03f36b326b45"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-RightHandSide_1cc933c-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.result_result_"
                                        xmi:uuid="45847b28-d0b8-469c-be9f-ad64a53e54db"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Unconnected_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-RightHandSide_1cc933c-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.target"
                                        xmi:uuid="6c0d94f9-e918-4d2b-8996-0ca522d5b46a"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Unconnected_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Unconnected_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-A_Unconnected_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-RightHandSide_1cc933c-Create_A_Unconnected_Pattern_"
                                    xmi:uuid="54a27e6b-377a-43b6-ae1e-ecf05ef7f160"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1b35169-RightHandSide_1cc933c-Create_A_Unconnected_Pattern_-Create_A_Unconnected_Pattern_.result"
                                        xmi:uuid="084484d3-b016-4bf3-ba14-1da37c465daa"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Unconnected_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Unconnected_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@1cc933c</name>
                            </node>
                            <name>ExpressionStatement@1b35169</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c"
                            xmi:uuid="282784d9-692f-4b4b-8e5a-4d38a828f9ee"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-edge-1"
                                xmi:uuid="8828dae8-bcb7-4c0b-83e6-636d71bda9dc"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-edge-2"
                                xmi:uuid="269a3037-e237-43b9-af59-6230b3ed71ae"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Read_c_-Read_c_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-edge-3"
                                xmi:uuid="9199db28-13e7-4908-8318-ba77fa2d7db7"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Value_2_-Value_2_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-edge-4"
                                xmi:uuid="0f0c40e6-da5b-4291-9999-23d25626a3e8"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Value_3_-Value_3_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-edge-5"
                                xmi:uuid="604d1d39-69b9-4b2d-a14d-a187979c9002"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_"
                                xmi:uuid="4326a0df-771b-4a15-80b9-a0749a08fa94"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_"
                                    xmi:uuid="ee94349c-0016-4dea-97fa-e3bf3e33b8f6"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="19d02b27-5a49-414f-a0ce-a2156e307f5c"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="4d0705e2-a0c0-4ca0-acc5-c9aa8e213248"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertUnconnectedPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_"
                                    xmi:uuid="6c52f55b-7208-4f46-ab01-e15add9be21c"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="ffed4539-59f2-4873-92f9-fbe4b34e1b54"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="449cdd65-32df-44d0-b942-b1e0c2654a2a"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertUnconnectedPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n1_"
                                    xmi:uuid="8249c237-90e0-4969-8c96-ac4701f7817b"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertUnconnectedPattern).argument(n1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n2_"
                                    xmi:uuid="518f4b11-25df-4fc4-be01-666d7ca98d27"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertUnconnectedPattern).argument(n2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_helper_"
                                    xmi:uuid="203433bd-b409-4fea-87b9-d32174c0ce22"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertUnconnectedPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertUnconnectedPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248"
                                xmi:uuid="5fde4286-2fe1-4778-a761-11286a74b0ac"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-edge-1"
                                    xmi:uuid="d0335eec-9824-48fa-9d42-de0ef5792095"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-edge-2"
                                    xmi:uuid="e38a8c69-eef2-4a51-9b99-b43ae582c815"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Read_b_"
                                    xmi:uuid="edefc1a6-b92b-4df0-9f2c-3798e18f36d8"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Read_b_-Read_b_.object"
                                        xmi:uuid="821b5c47-8b10-4055-91c1-60aa9fb708b7"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Read_b_-Read_b_.result"
                                        xmi:uuid="df4e4a77-1ebe-4655-a808-0fdd16326d49"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-node-2"
                                    xmi:uuid="98ea8e28-cea9-47c1-ab01-440e383bb0ef"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_unconnected)@1dcb093)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Read_c_"
                                    xmi:uuid="78bcc73e-8101-4624-8a6f-3dbc3715a2bd"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Read_c_-Read_c_.object"
                                        xmi:uuid="d89b4c0a-37d1-4f7d-ab03-db361914721e"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Read_c_-Read_c_.result"
                                        xmi:uuid="6407a3c3-2d42-43a2-b538-7512ef5c1dd9"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-node-4"
                                    xmi:uuid="c91e68e7-c5bb-4e77-90f5-e303334abdd8"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_unconnected)@1dcb093)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Value_2_"
                                    xmi:uuid="0aac82c3-72f1-474e-b0b0-efdb5d93f655"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Value_2_-Value_2_.result"
                                        xmi:uuid="7e231f9d-999a-47f4-afd3-a569ae198f1a"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(2).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Value_2_-value"
                                        xmi:uuid="b6373b2f-1eac-4c9f-9dac-7efdc4ed8493"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>2</value>
                                    </value>
                                    <name>Value(2)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Value_3_"
                                    xmi:uuid="a8e9580e-aa64-42e6-9872-48c7feab0d0d"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Value_3_-Value_3_.result"
                                        xmi:uuid="5aa88e95-63f9-4f72-9d20-7b10f9e901bc"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(3).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_85407c-Tuple_1263248-Value_3_-value"
                                        xmi:uuid="d3c24f19-d086-48bd-83f8-4f59b2282a0d"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>3</value>
                                    </value>
                                    <name>Value(3)</name>
                                </node>
                                <name>Tuple@1263248</name>
                            </node>
                            <name>ExpressionStatement@85407c</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c"
                            xmi:uuid="2444c5ef-5f3e-49cc-a229-8ed6b97e7ea3"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-edge-1"
                                xmi:uuid="e3c16f3f-5092-4332-9294-f86715cd1931"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Tuple_5d9c6e-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-edge-2"
                                xmi:uuid="48652c81-af8d-4dcc-a9fe-5feb6a2bfb48"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Tuple_5d9c6e"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Call_WriteLine_"
                                xmi:uuid="76367133-aeb4-4c78-95a1-42b8f2efbd46"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="32cb8445-f82a-4dad-897a-767e00be3ce7"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="b0b9b53a-378a-4a14-8234-ac403653df03"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="1d0a719a-d058-4b06-983b-5c82c8e2e959"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Tuple_5d9c6e"
                                xmi:uuid="53f6827f-0455-4a6f-bdee-22e8fa105cfb"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Tuple_5d9c6e-Value____"
                                    xmi:uuid="a217c4b3-81e0-4624-a2af-82a931791254"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Tuple_5d9c6e-Value____-Value____.result"
                                        xmi:uuid="c8ee1651-6227-4149-b3e5-8c81d43aa20f"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1d6de8c-Tuple_5d9c6e-Value____-value"
                                        xmi:uuid="c8ad8f7b-b989-4010-9465-5e70b21e6c3c"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@5d9c6e</name>
                            </node>
                            <name>ExpressionStatement@1d6de8c</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c"
                            xmi:uuid="3e1ef476-d212-466b-80cc-f2a6e862404d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-edge-1"
                                xmi:uuid="a571bc47-cc9a-429d-b558-2b9f92b90d3e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Tuple_334245-Value__-_Testing_instantiation_of_A_Array_Pattern__-Value__-_Testing_instantiation_of_A_Array_Pattern__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-edge-2"
                                xmi:uuid="111a54ed-4a25-4335-af6e-4f5b3b0d97ae"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Tuple_334245"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Call_WriteLine_"
                                xmi:uuid="f4110ca4-a3e6-4c84-a2c9-dacf965cc4a0"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="72f6deb8-871c-4ed6-b1ed-2c864b82a7cb"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="024ab591-6e24-42da-a8d0-3bb516ea4898"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="ced14164-3e43-4c29-8d48-f5163b395529"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Tuple_334245"
                                xmi:uuid="43db92c5-03ab-4f62-bd86-7124fd8f0d80"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Tuple_334245-Value__-_Testing_instantiation_of_A_Array_Pattern__"
                                    xmi:uuid="dcaba06d-6df1-4260-b687-dd0449bd68db"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Tuple_334245-Value__-_Testing_instantiation_of_A_Array_Pattern__-Value__-_Testing_instantiation_of_A_Array_Pattern__.result"
                                        xmi:uuid="c3053fa8-2bfd-466a-888c-d48fe3319c1f"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Array_Pattern").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_50b36c-Tuple_334245-Value__-_Testing_instantiation_of_A_Array_Pattern__-value"
                                        xmi:uuid="acb5699c-0b39-4797-82e2-ca05f1bf7cd3"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Array_Pattern</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Array_Pattern")</name>
                                </node>
                                <name>Tuple@334245</name>
                            </node>
                            <name>ExpressionStatement@50b36c</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd"
                            xmi:uuid="a2b945c3-e702-4aa8-bc44-50ec010ee933"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-edge"
                                xmi:uuid="48ee4d64-c81e-47ce-b1b9-e092dda269bc"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-RightHandSide_195ad10-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result__"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-Fork_a_array__19c512e"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-Fork_a_array__19c512e"
                                xmi:uuid="3ef4200f-8ea0-448d-8458-543f244c55f1"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_array)@19c512e</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-RightHandSide_195ad10"
                                xmi:uuid="1217e39d-39da-421a-ad23-0b87b07235de"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-RightHandSide_195ad10-edge"
                                    xmi:uuid="521cb412-f85f-4f29-bc91-8cc1250776ea"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-RightHandSide_195ad10-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-RightHandSide_195ad10-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-RightHandSide_195ad10-Call_A_Array_Pattern_"
                                    xmi:uuid="eb146379-6035-4402-96a6-c383b22785a9"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-RightHandSide_195ad10-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result__"
                                        xmi:uuid="798dfb9f-2590-43ce-84f8-c2dadab4f3dd"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Array_Pattern).result()</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-RightHandSide_195ad10-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                        xmi:uuid="772778c6-5250-4ffd-aa2b-ad94581932fd"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Array_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Array_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-A_Array_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-RightHandSide_195ad10-Create_A_Array_Pattern_"
                                    xmi:uuid="9c119896-960b-491d-8a8e-80154a9f43be"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_66c0dd-RightHandSide_195ad10-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"
                                        xmi:uuid="0172cd70-2e95-4c3c-9e4d-78b3bda446c7"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Array_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Array_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@195ad10</name>
                            </node>
                            <name>ExpressionStatement@66c0dd</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b"
                            xmi:uuid="5318fa82-e80e-4dc1-af62-016dca6113c3"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-edge-1"
                                xmi:uuid="ef692b8e-2f49-42ee-8f89-cc9f84cfb999"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-edge-2"
                                xmi:uuid="8e12ed3a-3aa8-4c3c-b2ab-b26eeb45ea9b"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Read_c_-Read_c_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-edge-3"
                                xmi:uuid="363f05cd-f786-4687-833a-7ff3001c705a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_n_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-edge-4"
                                xmi:uuid="b02f8bc6-ed54-4537-815c-afc555041a88"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_"
                                xmi:uuid="5f34e24d-080e-43cf-8600-9c46f6bf379b"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_"
                                    xmi:uuid="92b4c4c5-5ad9-4150-9430-c25eb85608b8"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="ade9340a-995a-4464-8d24-fdcafbfa56a5"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="7382584a-f265-4dd1-90c5-95714d180b85"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertArrayPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_"
                                    xmi:uuid="3ca8fbbe-7eba-4ff0-a767-1c5197046b32"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="10bd94c1-9805-4013-94ee-4d0ea40e26ad"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="d70d8b95-395e-47d0-b215-0801d0fb2eff"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertArrayPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_n_"
                                    xmi:uuid="002aa7f3-0cb2-4ac9-b529-1a616a1c6ea7"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertArrayPattern).argument(n)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_helper_"
                                    xmi:uuid="121ff636-b94e-44c2-a811-612882c0dbc5"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertArrayPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertArrayPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertArrayPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1"
                                xmi:uuid="cc388512-164e-40be-acd3-605574c5b42b"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-edge-1"
                                    xmi:uuid="945c25a1-84fc-42d5-9a52-e9311907da6f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-edge-2"
                                    xmi:uuid="8876f36a-0599-48a6-a596-3132a88e3499"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Read_b_"
                                    xmi:uuid="d3d07259-883c-4715-924c-db07e355a0ab"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Read_b_-Read_b_.object"
                                        xmi:uuid="c9b4c921-0060-45c8-9358-fc4191430b84"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Read_b_-Read_b_.result"
                                        xmi:uuid="39e6ae7c-c032-4157-98dd-0b07bb318785"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-node-2"
                                    xmi:uuid="2140ae19-b124-45be-976e-0833443bb674"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_array)@19c512e)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Read_c_"
                                    xmi:uuid="6249fa3f-017f-4ba9-ade1-54ddbc8fb534"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Read_c_-Read_c_.object"
                                        xmi:uuid="40d20c58-1a82-4af8-9e94-e2ee07327278"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Read_c_-Read_c_.result"
                                        xmi:uuid="347260bf-dab4-4d71-a11c-4700459831ed"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-node-4"
                                    xmi:uuid="c4f6673e-faba-4aa0-b49b-2038f2e5b8d2"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_array)@19c512e)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Value_4_"
                                    xmi:uuid="90185c5f-2d84-4a24-8d84-6627a9509faa"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Value_4_-Value_4_.result"
                                        xmi:uuid="198699d2-1308-4f31-a0a9-fea56c6234e7"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1be309b-Tuple_1990bb1-Value_4_-value"
                                        xmi:uuid="e936312b-8147-4fc0-a766-ef8913908eb1"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <name>Tuple@1990bb1</name>
                            </node>
                            <name>ExpressionStatement@1be309b</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa"
                            xmi:uuid="c01c8716-8bb5-433e-a5fa-9c9a5528d1b5"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-edge-1"
                                xmi:uuid="42d95466-70ad-4e48-8563-38736ee0b06b"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Tuple_167dec4-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-edge-2"
                                xmi:uuid="41d7008a-dea0-4c72-9b31-39d939f51979"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Tuple_167dec4"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Call_WriteLine_"
                                xmi:uuid="8f857d82-c9a7-49b1-a5af-aac74814c232"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="b68107d8-4f3b-4270-aa2e-6590888c2a1c"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="cb3d50c2-6ae0-4bf7-8ea1-c8c272fd337b"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="4aefe4b0-3a11-401f-8847-f896f117fd75"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Tuple_167dec4"
                                xmi:uuid="e021c2d3-c203-44a2-ba66-ff34b454b8e4"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Tuple_167dec4-Value____"
                                    xmi:uuid="322e02f5-0c54-4f94-bad4-f6596100d81d"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Tuple_167dec4-Value____-Value____.result"
                                        xmi:uuid="25fbc0c6-4b1d-4038-9d35-334d0ffea099"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_16d2fa-Tuple_167dec4-Value____-value"
                                        xmi:uuid="c022ea78-9fc9-47d6-a81f-ab929fa8f0c4"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@167dec4</name>
                            </node>
                            <name>ExpressionStatement@16d2fa</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a"
                            xmi:uuid="ca762c7e-6635-408e-8b49-07ebcd259733"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-edge-1"
                                xmi:uuid="66e67fea-3e50-4e09-b607-ae823cdc66fd"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Tuple_8fd5ae-Value__-_Testing_instantiation_of_A_Star_Pattern__-Value__-_Testing_instantiation_of_A_Star_Pattern__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-edge-2"
                                xmi:uuid="0878266c-ffb3-478e-b170-a83ba77a1c0c"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Tuple_8fd5ae"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Call_WriteLine_"
                                xmi:uuid="4c672176-847d-4441-8d7f-7d2cef51dec8"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="9da651a0-ef72-48c8-acf7-a2d25f3250cb"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="3e3f566d-bd2e-4bcd-82ca-a621ea9cd07b"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="b712ea59-8300-474a-9075-d508baedabaa"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Tuple_8fd5ae"
                                xmi:uuid="a8cf34bf-94c4-413c-a367-6dfd94fa7cf6"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Tuple_8fd5ae-Value__-_Testing_instantiation_of_A_Star_Pattern__"
                                    xmi:uuid="ecf660e2-7064-409c-ba5f-ce1266a7ef4a"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Tuple_8fd5ae-Value__-_Testing_instantiation_of_A_Star_Pattern__-Value__-_Testing_instantiation_of_A_Star_Pattern__.result"
                                        xmi:uuid="c974500c-1032-4563-b728-5fd28b5df3af"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Star_Pattern").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_104738a-Tuple_8fd5ae-Value__-_Testing_instantiation_of_A_Star_Pattern__-value"
                                        xmi:uuid="ed196c6a-a908-44ba-86c0-d317b6babdaa"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Star_Pattern</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Star_Pattern")</name>
                                </node>
                                <name>Tuple@8fd5ae</name>
                            </node>
                            <name>ExpressionStatement@104738a</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36"
                            xmi:uuid="91a96a41-14e3-4258-b59a-9d18f53dc38a"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-edge"
                                xmi:uuid="20bcf0b4-b201-44a3-8ed5-6ac3662a1dd3"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-RightHandSide_c8d7c3-Call_A_Star_Pattern_-Call_A_Star_Pattern_.result__"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-Fork_a_star__1f7c19f"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-Fork_a_star__1f7c19f"
                                xmi:uuid="62fa4cff-6a87-4db3-99b1-1a40576aaba6"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_star)@1f7c19f</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-RightHandSide_c8d7c3"
                                xmi:uuid="37a8fcb2-11a6-4adf-84f6-ae560828b9e5"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-RightHandSide_c8d7c3-edge"
                                    xmi:uuid="e576a0e0-0819-4cca-8190-7e7a293af68b"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-RightHandSide_c8d7c3-Create_A_Star_Pattern_-Create_A_Star_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-RightHandSide_c8d7c3-Call_A_Star_Pattern_-Call_A_Star_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-RightHandSide_c8d7c3-Call_A_Star_Pattern_"
                                    xmi:uuid="9fe25139-9deb-4738-b140-e34402b7882f"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-RightHandSide_c8d7c3-Call_A_Star_Pattern_-Call_A_Star_Pattern_.result__"
                                        xmi:uuid="ec2b58b3-3176-4abb-b16e-26c83fb17992"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Star_Pattern).result()</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-RightHandSide_c8d7c3-Call_A_Star_Pattern_-Call_A_Star_Pattern_.target"
                                        xmi:uuid="c75877fa-331b-4196-8e98-097826813679"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Star_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Star_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-A_Star_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-RightHandSide_c8d7c3-Create_A_Star_Pattern_"
                                    xmi:uuid="18ea0bf9-8097-4bc2-bdf5-68c684a9ab5c"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_3d6c36-RightHandSide_c8d7c3-Create_A_Star_Pattern_-Create_A_Star_Pattern_.result"
                                        xmi:uuid="35a5c851-af69-496c-9e57-e62b4860f664"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Star_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Star_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@c8d7c3</name>
                            </node>
                            <name>ExpressionStatement@3d6c36</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62"
                            xmi:uuid="409c866d-77d3-4060-8821-e7bcfc2d45db"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-edge-1"
                                xmi:uuid="a33d506e-fac7-4e98-a88b-247f60438262"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-edge-2"
                                xmi:uuid="f853d18e-b442-46a4-8eac-112f456de388"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Read_c_-Read_c_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-edge-3"
                                xmi:uuid="d21a63eb-eeb5-4ef0-8ef7-7d0c45f612a5"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-edge-4"
                                xmi:uuid="ec45d3f6-3479-4737-80f9-1cda0f139285"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Value_3_-Value_3_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-edge-5"
                                xmi:uuid="a9ea219f-2c7f-43de-ba5c-009a6e4ddc66"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_"
                                xmi:uuid="e96c85ed-4516-44c6-939c-41468624af47"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_"
                                    xmi:uuid="5470dc47-22fb-48f2-a2a7-c2c5d20fbfab"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="7082ba86-4ba7-4028-b547-304283beec22"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="3f40d4d8-0409-4142-aa98-0a65fadc1279"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertStarPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_"
                                    xmi:uuid="c218d3db-8d2b-4a0c-9ecf-2a23f5b945ec"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="26dba22d-3ba5-4a2b-b70e-1f0213848619"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="85f4b591-66f5-42cc-889a-615b2e0a4146"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertStarPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n1_"
                                    xmi:uuid="c88b4900-e7dd-48dd-b193-027454fe98c3"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertStarPattern).argument(n1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n2_"
                                    xmi:uuid="534e8d3f-dc84-4330-8361-a393f917202e"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertStarPattern).argument(n2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_helper_"
                                    xmi:uuid="3e60e49b-bc7f-4c4e-b79b-a1441c3679ed"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertStarPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertStarPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertStarPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207"
                                xmi:uuid="aae6135c-259f-4616-b84a-8e5d0a789f47"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-edge-1"
                                    xmi:uuid="bb78b381-abd7-4822-8f26-b7e88d497ee2"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-edge-2"
                                    xmi:uuid="5e295c5b-29f4-44eb-a2c5-d906a19db63b"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Read_b_"
                                    xmi:uuid="7786e189-8b97-4251-9f3c-fa3b1ad2b0e7"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Read_b_-Read_b_.object"
                                        xmi:uuid="0ef3333b-7385-4a55-8a83-65d533c9ca28"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Read_b_-Read_b_.result"
                                        xmi:uuid="de8ab36e-f65e-423b-8511-ca1856c80a82"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-node-2"
                                    xmi:uuid="bf302952-7062-4c9a-b82c-1b161c13f27e"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_star)@1f7c19f)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Read_c_"
                                    xmi:uuid="38a70ad4-ab11-41f1-a2fb-fe752ab8bed9"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Read_c_-Read_c_.object"
                                        xmi:uuid="cf5c551f-84e1-4d78-aa92-0ba56f857064"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Read_c_-Read_c_.result"
                                        xmi:uuid="3815eebf-cdf2-43b2-9a90-7bee082fccc9"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-node-4"
                                    xmi:uuid="f5bcae00-eb09-4bad-8798-3398004f9ba1"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_star)@1f7c19f)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Value_4_"
                                    xmi:uuid="891eb3f7-5db2-4e98-af20-9baa6bebbb2e"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Value_4_-Value_4_.result"
                                        xmi:uuid="5bfcfdca-f23c-4d8a-a1a2-60b102c1400b"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Value_4_-value"
                                        xmi:uuid="7d77b865-ebd7-4065-838e-f20ca5f6f36e"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Value_3_"
                                    xmi:uuid="d200d7dd-ceb7-4149-ba89-034c94e0bcb9"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Value_3_-Value_3_.result"
                                        xmi:uuid="a54a3acb-80c8-4e3f-a6be-598e7bc296ea"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(3).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_67bc62-Tuple_1b85207-Value_3_-value"
                                        xmi:uuid="858b416c-3b9c-42cf-b493-8f84e429898d"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>3</value>
                                    </value>
                                    <name>Value(3)</name>
                                </node>
                                <name>Tuple@1b85207</name>
                            </node>
                            <name>ExpressionStatement@67bc62</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2"
                            xmi:uuid="9f63d688-9f0b-40dd-a7f2-bc80f4720d86"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-edge-1"
                                xmi:uuid="5e58a24d-2745-4760-b99d-77fcd3acaa9e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Tuple_1eb4e65-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-edge-2"
                                xmi:uuid="f25b6a8e-60a6-403b-8a10-030e61fbe7f8"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Tuple_1eb4e65"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Call_WriteLine_"
                                xmi:uuid="9fd16515-4cb1-4380-bea6-52ed485f58a6"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="9a797333-b7b6-4c16-bc78-5719cf5ada0c"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="8fa2cf17-c31c-41f8-bbb5-1ceb3bfb3d3d"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="125bf27f-4191-45bc-82fe-54f41003daec"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Tuple_1eb4e65"
                                xmi:uuid="625043ab-106c-4019-bba0-033bd2919d86"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Tuple_1eb4e65-Value__--_End_of_test_case_--__"
                                    xmi:uuid="6d932c8c-7a4e-4d49-b081-dadab184abb4"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Tuple_1eb4e65-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"
                                        xmi:uuid="e4f9fa64-d226-41c2-ab41-a3b5ff17ef74"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- End of test case --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P-Body_TestCase_Assembly_P_P_-ExpressionStatement_1427dd2-Tuple_1eb4e65-Value__--_End_of_test_case_--__-value"
                                        xmi:uuid="39b292ba-fe7a-45aa-a63f-72bcda9a05e6"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- End of test case --</value>
                                    </value>
                                    <name>Value("-- End of test case --")</name>
                                </node>
                                <name>Tuple@1eb4e65</name>
                            </node>
                            <name>ExpressionStatement@1427dd2</name>
                        </node>
                        <name>Body(TestCase_Assembly_P_P)</name>
                    </node>
                    <name>TestCase_Assembly_P_P</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern"
                    xmi:uuid="219531ce-ad61-418b-ac74-21103eebf36d" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-ownedComment"
                        xmi:uuid="51dd0105-a364-4eec-86f2-a4ae39264339" xmi:type="uml:Comment">
                        <body>Empty pattern:
lower bound of part b and c is 0</body>
                    </ownedComment>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-b"
                        xmi:uuid="7cd981fa-20de-43fb-befa-2c64ae26f944" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-b-lowerValue"
                            xmi:uuid="8b895283-e3ea-4fef-8e1b-8113474e15e6"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-b-upperValue"
                            xmi:uuid="0d2b38cd-de08-4b3a-a2eb-6d6f2103534f"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-c"
                        xmi:uuid="b0e08d2b-cb57-400f-848e-a3b3763b34f6" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-c-lowerValue"
                            xmi:uuid="9def0607-a46c-4871-818f-99ff893b6808"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-c-upperValue"
                            xmi:uuid="9fcf40d1-4c26-4ca7-a51d-83df21968106"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                    </ownedAttribute>
                    <ownedConnector xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-r"
                        xmi:uuid="772993de-de1a-498e-b09d-558583d569f8" xmi:type="uml:Connector">
                        <end xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-r-end-1"
                            xmi:uuid="b2cdd3f3-00ee-4a4f-8222-ac04c8857dce"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-r-end-1-upperValue"
                                xmi:uuid="3711741b-f522-44ec-91ec-59394cd92856"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-b"
                            />
                        </end>
                        <end xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-r-end-2"
                            xmi:uuid="726bdc6b-1a37-4aa4-b44e-05246ad6c26a"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-r-end-2-upperValue"
                                xmi:uuid="6bbfaaac-28bf-4dfb-8804-52c854ee6055"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-c"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-A_Empty_Pattern"
                        xmi:uuid="3f5bc034-2ae0-4d9f-a192-ba4152d5a2be" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern-A_Empty_Pattern-result"
                            xmi:uuid="0224589b-d6e9-4a09-98c2-f0e089fe1be2" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Empty_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Empty_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Empty_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern"
                    xmi:uuid="ed79b5f0-7204-416c-a62c-2a1abdc961f8" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-ownedComment"
                        xmi:uuid="9294362c-b316-42f0-ae0b-60ea23a5981b" xmi:type="uml:Comment">
                        <body>Array pattern:
lower bound of b and c are equals
lower bound on ends of connector r is 1</body>
                    </ownedComment>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-b"
                        xmi:uuid="e426c650-bb56-4387-b0a1-ceb935d7fb45" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-b-lowerValue"
                            xmi:uuid="58ef1e17-e84b-492c-9761-2721202c6e06"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-b-upperValue"
                            xmi:uuid="00e88e86-4cf4-4287-a5a8-d5be3d3e5ad9"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-c"
                        xmi:uuid="3b0dd970-09d9-4195-8fba-f04dae45c5b1" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-c-lowerValue"
                            xmi:uuid="f6d5d998-8922-4a09-8879-35408af06b47"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-c-upperValue"
                            xmi:uuid="4c54e0e2-2b53-4d0e-a6fa-301e73f79373"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                    </ownedAttribute>
                    <ownedConnector xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-r"
                        xmi:uuid="751faaa6-52f7-477e-8a05-7f4bfd7c6058" xmi:type="uml:Connector">
                        <end xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-r-end-1"
                            xmi:uuid="22ed46b8-6436-4fd3-95e4-cb694835266a"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-r-end-1-upperValue"
                                xmi:uuid="540bfa14-69d6-432a-9ae5-acfa610666c9"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-b"
                            />
                        </end>
                        <end xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-r-end-2"
                            xmi:uuid="d71f6882-fd63-40f0-8df3-91d2901f4ce2"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-r-end-2-upperValue"
                                xmi:uuid="c40332d0-e6d3-44e8-8c14-cc7ac483f250"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-c"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-A_Array_Pattern"
                        xmi:uuid="9ed53a8c-9ef4-459d-9947-7b7855788686" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern-A_Array_Pattern-ownedParameter"
                            xmi:uuid="a8b1495e-77ed-4e32-a716-3c11f558b06f" xmi:type="uml:Parameter">
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Array_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Array_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Array_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern"
                    xmi:uuid="2b8bf640-8216-4755-b2cd-0960167882d4" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-ownedComment"
                        xmi:uuid="2f65b480-b213-4292-afec-73da25f42dc6" xmi:type="uml:Comment">
                        <body>Star pattern:
lower bound on ends of connector r equal lower bound of connected parts</body>
                    </ownedComment>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-b"
                        xmi:uuid="d8f2e8fe-b441-4e48-b442-10cb51c6ca71" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-b-lowerValue"
                            xmi:uuid="511dfc70-a58c-4ad2-83ef-dd4143aba3bd"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-b-upperValue"
                            xmi:uuid="dfd62d92-2a2b-40f9-8098-4f64f338638e"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-c"
                        xmi:uuid="c826d096-cdd3-461d-b677-960f64af2ca0" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-c-lowerValue"
                            xmi:uuid="6ba1973a-a362-4945-befe-894abf1b0017"
                            xmi:type="uml:LiteralInteger">
                            <value>3</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-c-upperValue"
                            xmi:uuid="f064dddc-6b8a-4583-8507-482034b60e0a"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                    </ownedAttribute>
                    <ownedConnector xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-r"
                        xmi:uuid="b072d91b-7de6-4ba9-a708-e2cf905a74c4" xmi:type="uml:Connector">
                        <end xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-r-end-1"
                            xmi:uuid="0f0c0663-a222-4ede-8e34-c9786b2a63fd"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-r-end-1-lowerValue"
                                xmi:uuid="6d668c9a-8f66-48ef-ae7b-234d8159c19f"
                                xmi:type="uml:LiteralInteger">
                                <value>4</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-r-end-1-upperValue"
                                xmi:uuid="9117720a-1925-4d2e-bbf5-ae83079e2b2d"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-b"
                            />
                        </end>
                        <end xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-r-end-2"
                            xmi:uuid="7daf7430-9053-4fbb-8f2a-093723717164"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-r-end-2-lowerValue"
                                xmi:uuid="b4e7e0c2-1623-4163-8a2c-ef98f9290496"
                                xmi:type="uml:LiteralInteger">
                                <value>3</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-r-end-2-upperValue"
                                xmi:uuid="728f72f4-a724-4089-b89a-fe318fe80276"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-c"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-A_Star_Pattern"
                        xmi:uuid="8b8fefd5-6a58-48be-a274-cd25d44611f8" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern-A_Star_Pattern-ownedParameter"
                            xmi:uuid="b4bcd0e9-282b-4659-ac73-2bd3d04d6984" xmi:type="uml:Parameter">
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Star_Pattern"/>
                        </ownedParameter>
                        <name>A_Star_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Star_Pattern</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper"
                    xmi:uuid="74301497-8ce6-4c7c-90d6-62efd34051a3" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedComment"
                        xmi:uuid="f44c4228-7562-4f6b-a495-4ef312e862e6" xmi:type="uml:Comment">
                        <body>IntegerFunctions::Min('#ends1', n1) ;</body>
                    </ownedComment>
                    <generalization
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-generalization"
                        xmi:uuid="b701f765-b7b5-449b-86bd-3900e7085f83"
                        xmi:type="uml:Generalization">
                        <general xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                    </generalization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1"
                        xmi:uuid="ebc174e6-3d0a-4c5a-ae12-dc5c815287eb" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-ownedComment"
                            xmi:uuid="81d391d2-2104-4f5c-abf5-bb2d78e72798" xmi:type="uml:Comment">
                            <body>namespace 'Test Suites'::'Test Suite 1'::Assembly_P_P::AssertCompositeHelper ;

private import Alf::Library::CollectionFunctions::includes ;

activity assertConnected(in message : String, in end1 : any, in end2 : any) {
	AssertTrue(message, R::y((B)end1)-&gt;includes((C)end2)) ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-1"
                            xmi:uuid="a776faf9-f1cb-4471-9aef-45f73197f9c2" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-2"
                            xmi:uuid="afaf16cf-dff8-4358-91b8-9812ea080d91" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-3"
                            xmi:uuid="b8c7d898-304b-4f6b-9325-bd9dd77bc540" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-edge-1"
                            xmi:uuid="d3f467dd-beaa-4144-a61b-2a123cc96789"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Input_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Fork_message_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-edge-2"
                            xmi:uuid="65f15895-8816-40ae-92d1-11cf9eaa3c76"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Input_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Fork_end1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-edge-3"
                            xmi:uuid="e8865344-c33f-4f92-8402-51c49496e3c1"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Input_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Fork_end2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-edge-4"
                            xmi:uuid="672dda86-8814-4e2c-b130-c05de5c2a484"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Fork_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-edge-5"
                            xmi:uuid="ac4eba68-0256-4832-8753-256910dae33d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Fork_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-edge-6"
                            xmi:uuid="98a728b4-5a4b-47f4-bce3-0e5e49a06cf4"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Fork_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65.inputElement"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Input_message_"
                            xmi:uuid="c27bd8cf-3129-4476-ab65-8380a7d13244"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(message)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-1"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Fork_message_"
                            xmi:uuid="5736d246-5dd8-451f-a426-f9941ef7cd9d" xmi:type="uml:ForkNode">
                            <name>Fork(message)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Input_end1_"
                            xmi:uuid="3e406e31-c788-4589-afd5-3814573efdfc"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end1)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-2"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Fork_end1_"
                            xmi:uuid="b9eccdc3-14e7-42ef-b852-a26408bc4c56" xmi:type="uml:ForkNode">
                            <name>Fork(end1)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Input_end2_"
                            xmi:uuid="391c1c9c-f5aa-4df7-8b15-8288abb96e12"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end2)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-3"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Fork_end2_"
                            xmi:uuid="bb0fc49e-8417-424c-8da6-96253215df44" xmi:type="uml:ForkNode">
                            <name>Fork(end2)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_"
                            xmi:uuid="b4330aa4-29f6-473d-84c7-25d3baf8d333"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea"
                                xmi:uuid="0bc58c6f-4e2a-481d-9e5f-82610ec0e905"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-edge-1"
                                    xmi:uuid="83c3f251-99e9-4297-82a3-1b5de9f1b0e5"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-edge-2"
                                    xmi:uuid="ba703b9e-e4cf-43f6-8d54-cfda1cc4e1d3"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Call_AssertTrue_"
                                    xmi:uuid="eea63959-fbce-4a6d-91ff-a452a0ca766c"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="0e7a62ce-b861-4e4f-b32b-5d1c2ed8ea92"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="12f94cef-fd1c-4e9a-b137-807e381d8389"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d"
                                    xmi:uuid="c78d4b30-fc1e-4e51-bd92-27987039a262"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-edge-1"
                                        xmi:uuid="0c140a44-d069-4058-9806-adcae4a5c69b"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-ReadLink_y_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_seq_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-edge-2"
                                        xmi:uuid="be1ae87f-b5b8-4ba7-bdc7-418635fda604"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65.outputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_element_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-edge-3"
                                        xmi:uuid="25655260-0f15-47f0-ad89-ed5fbf099474"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___"
                                        xmi:uuid="37908543-f2e1-4d92-abed-5fa2d4fa9575"
                                        xmi:type="uml:CallBehaviorAction">
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_seq_"
                                            xmi:uuid="8c6b108c-22c6-497a-9365-7b957d50e1e8"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_seq_-lowerValue"
                                                xmi:uuid="d966d950-c262-4319-ab3b-62ad2787a509"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_seq_-upperValue"
                                                xmi:uuid="4cd286ac-05e5-4d46-9a2f-2a642b28b80e"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_P_P$C__).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"
                                            />
                                        </argument>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_element_"
                                            xmi:uuid="e88c48b9-f27a-4889-aaa3-da625668d2d3"
                                            xmi:type="uml:InputPin">
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_P_P$C__).argument(element)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"
                                            />
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.result__"
                                            xmi:uuid="f74b2a40-ebb4-4416-b63b-131e9aa952d1"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_P_P$C__).result()</name>
                                        </result>
                                        <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_P_P$C__)</name>
                                        <behavior
                                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6"
                                        xmi:uuid="9d0ff2b5-cdef-4fae-a0c6-c40763cd2795"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-edge-1"
                                            xmi:uuid="c93bdaac-6ce8-424d-8329-fcf574df23ad"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67.outputElement"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-edge-2"
                                            xmi:uuid="52eadc9e-eb06-458f-ac76-881958aaeac1"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_"
                                            xmi:uuid="e330c1eb-97b3-40a0-b8cc-0ab2c2c310b8"
                                            xmi:type="uml:ReadLinkAction">
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-endData-1"
                                                xmi:uuid="782b5f06-4c64-4490-a876-08f9d22a487f"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R-y"
                                                />
                                            </endData>
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-endData-2"
                                                xmi:uuid="9d29975c-678c-4af8-9d0e-cd7621e0c3c2"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R-x"/>
                                                <value
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                />
                                            </endData>
                                            <inputValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                xmi:uuid="12615f66-b78c-423b-89f8-234a63e7fcd8"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-ReadLink_y_.inputValue_x_-lowerValue"
                                                  xmi:uuid="e0b866b1-2017-4142-a07f-6cc27f4f995d"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-ReadLink_y_.inputValue_x_-upperValue"
                                                  xmi:uuid="3aa5708b-0d2c-489b-ad68-8e59412db6c0"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).inputValue(x)</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"
                                                />
                                            </inputValue>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-ReadLink_y_.result"
                                                xmi:uuid="a7895d1d-d863-40b7-8e16-53cd0ae08ff6"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-ReadLink_y_.result-lowerValue"
                                                  xmi:uuid="c4313af1-8099-44bd-8609-76b31b1ce870"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-ReadLink_y_-ReadLink_y_.result-upperValue"
                                                  xmi:uuid="63961603-e79b-447c-bebf-5fb62d3c1045"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).result</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"
                                                />
                                            </result>
                                            <name>ReadLink(y)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb"
                                            xmi:uuid="482b9e1f-05eb-4d1d-af04-2cb029d791d4"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67"
                                                xmi:uuid="1036999e-ba44-4fd2-84f4-f5837f28cd80"
                                                xmi:type="uml:ExpansionRegion">
                                                <inputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67.inputElement"/>
                                                <outputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67.outputElement"/>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-edge-1"
                                                  xmi:uuid="cda32714-b809-4c02-8dec-82df37abc948"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Fork_ReadIsClassifiedObject_B_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.object"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-edge-2"
                                                  xmi:uuid="0ee1edc2-e846-4f43-ba79-95453ea37a67"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Fork_ReadIsClassifiedObject_B_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Decision_ReadIsClassifiedObject_B_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-edge-3"
                                                  xmi:uuid="e8adb45a-1d46-4807-a3c0-21dafb0d4f75"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Decision_ReadIsClassifiedObject_B_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-edge-4"
                                                  xmi:uuid="2d813e5d-e78b-40f3-ae1d-05399c9913cc"
                                                  xmi:type="uml:ObjectFlow">
                                                  <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-edge-4-guard"
                                                  xmi:uuid="20cb7b3e-8b08-4183-8ed0-5fae50a47f19"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                  </guard>
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Decision_ReadIsClassifiedObject_B_.result_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Merge_CastExpression_7cc67.operand_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-edge-5"
                                                  xmi:uuid="2776afb2-8cb3-4b67-b7b5-bf2508f0f228"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67.inputElement"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Fork_ReadIsClassifiedObject_B_.object_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-edge-6"
                                                  xmi:uuid="b81c7345-5165-4e7a-997d-256f491e822a"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Merge_CastExpression_7cc67.operand_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67.outputElement"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Merge_CastExpression_7cc67.operand_"
                                                  xmi:uuid="ba84039f-d90f-4786-819d-39659f6e8918"
                                                  xmi:type="uml:MergeNode">
                                                  <name>Merge(CastExpression@7cc67.operand)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-ReadIsClassifiedObject_B_"
                                                  xmi:uuid="66f19388-06d3-415b-b6a6-ee4e509b7392"
                                                  xmi:type="uml:ReadIsClassifiedObjectAction">
                                                  <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.object"
                                                  xmi:uuid="dcf6a462-dc54-43b4-a155-2c8bef8b3006"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(B).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </object>
                                                  <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.result"
                                                  xmi:uuid="205ca0cd-92c0-445e-b6c0-4df97353545c"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(B).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <name>ReadIsClassifiedObject(B)</name>
                                                  <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Fork_ReadIsClassifiedObject_B_.object_"
                                                  xmi:uuid="2000b8c8-b636-4e1d-8874-3302774fa652"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(ReadIsClassifiedObject(B).object)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-Decision_ReadIsClassifiedObject_B_.result_"
                                                  xmi:uuid="4af54920-60bb-478e-963e-d87a02c0a769"
                                                  xmi:type="uml:DecisionNode">
                                                  <name>Decision(ReadIsClassifiedObject(B).result)</name>
                                                  <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67-edge-3"
                                                  />
                                                </node>
                                                <name>CastExpression@7cc67</name>
                                                <mode>parallel</mode>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67.inputElement"
                                                xmi:uuid="024fa593-a890-4370-8fd4-ee9fa2ffbdd2"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@7cc67.inputElement</name>
                                                <regionAsInput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67.outputElement"
                                                xmi:uuid="178b1ecf-d05e-41a6-af8f-0f80595bbd79"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@7cc67.outputElement</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                                                <regionAsOutput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-Tuple_1b93dfb-CastExpression_7cc67"
                                                />
                                            </node>
                                            <name>Tuple@1b93dfb</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65"
                                            xmi:uuid="3ff03c58-eb65-448b-b7c3-5b1a982c8afe"
                                            xmi:type="uml:ExpansionRegion">
                                            <inputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65.inputElement"/>
                                            <outputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65.outputElement"/>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-edge-1"
                                                xmi:uuid="56fe3f14-9dce-4298-88b0-995c3e5b4bc4"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Fork_ReadIsClassifiedObject_C_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.object"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-edge-2"
                                                xmi:uuid="ba547773-2573-44b0-9b89-7b1e1a6b72ac"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Fork_ReadIsClassifiedObject_C_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Decision_ReadIsClassifiedObject_C_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-edge-3"
                                                xmi:uuid="5898b54d-f929-4971-8548-15bca3d583fb"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.result"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Decision_ReadIsClassifiedObject_C_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-edge-4"
                                                xmi:uuid="bc413ebd-a4fd-48de-b7ef-d83fbff1db87"
                                                xmi:type="uml:ObjectFlow">
                                                <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-edge-4-guard"
                                                  xmi:uuid="64eb0715-51d6-4fff-95d9-8c66aeeaf7e2"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                </guard>
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Decision_ReadIsClassifiedObject_C_.result_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Merge_CastExpression_1fcad65.operand_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-edge-5"
                                                xmi:uuid="fa621d3e-300f-4e90-9c06-a73e90a394a3"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65.inputElement"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Fork_ReadIsClassifiedObject_C_.object_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-edge-6"
                                                xmi:uuid="b6561870-14d1-4fa3-af78-21f03bfc1365"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Merge_CastExpression_1fcad65.operand_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65.outputElement"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Merge_CastExpression_1fcad65.operand_"
                                                xmi:uuid="e60d38c8-4e9c-4271-ba57-52fdbe1b723e"
                                                xmi:type="uml:MergeNode">
                                                <name>Merge(CastExpression@1fcad65.operand)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-ReadIsClassifiedObject_C_"
                                                xmi:uuid="e1b6bfed-c5e2-4d6d-ab22-ee3aee29a519"
                                                xmi:type="uml:ReadIsClassifiedObjectAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.object"
                                                  xmi:uuid="149b1d51-2d57-47f0-9eb3-666c89ae5935"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(C).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.result"
                                                  xmi:uuid="30eb8c7d-d0e0-4880-bc0f-fa121ac08f0f"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(C).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>ReadIsClassifiedObject(C)</name>
                                                <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Fork_ReadIsClassifiedObject_C_.object_"
                                                xmi:uuid="eb2daa72-5e2c-420a-83ee-f2e4635106b3"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(ReadIsClassifiedObject(C).object)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-Decision_ReadIsClassifiedObject_C_.result_"
                                                xmi:uuid="d8a4d834-9320-418e-b322-30781c50f2ad"
                                                xmi:type="uml:DecisionNode">
                                                <name>Decision(ReadIsClassifiedObject(C).result)</name>
                                                <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65-edge-3"
                                                />
                                            </node>
                                            <name>CastExpression@1fcad65</name>
                                            <mode>parallel</mode>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65.inputElement"
                                            xmi:uuid="5e1bf267-3da3-4ed2-a3e4-584f3afe05e1"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@1fcad65.inputElement</name>
                                            <regionAsInput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65.outputElement"
                                            xmi:uuid="c8fcf862-d4db-49fe-a7df-fdf7ff4592f9"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@1fcad65.outputElement</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                                            <regionAsOutput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17adcea-Tuple_13f352d-Tuple_1156dd6-CastExpression_1fcad65"
                                            />
                                        </node>
                                        <name>Tuple@1156dd6</name>
                                    </node>
                                    <name>Tuple@13f352d</name>
                                </node>
                                <name>ExpressionStatement@17adcea</name>
                            </node>
                            <name>Body(assertConnected)</name>
                        </node>
                        <name>assertConnected</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedOperation-1"
                        />
                    </ownedBehavior>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2"
                        xmi:uuid="456842fd-4a3b-4911-b588-20041d4d9d57" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-ownedComment"
                            xmi:uuid="210cb4aa-0d75-4952-bdca-078a50ea2cd1" xmi:type="uml:Comment">
                            <body>namespace 'Test Suites'::'Test Suite 1'::Assembly_P_P::AssertCompositeHelper ;

private import Alf::Library::CollectionFunctions::includes ;

activity assertNotConnected(in message : String, in end1 : any, in end2 : any) { 
	AssertTrue(message, ! R::y((B)end1)-&gt;includes((C)end2)) ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-1"
                            xmi:uuid="0351cc60-2d6e-4c6e-9170-4e9eef9b7526" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-2"
                            xmi:uuid="298e12fe-9726-47fd-8782-749d3863e3d0" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-3"
                            xmi:uuid="e27cd5f3-22f6-4c64-8b42-73c1f5127d38" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-edge-1"
                            xmi:uuid="40a3dcc9-3c6e-4a52-9c37-3b8ea4879013"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Input_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Fork_message_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-edge-2"
                            xmi:uuid="f2eb634f-1086-4f35-9d54-c726c67272a3"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Input_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Fork_end1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-edge-3"
                            xmi:uuid="0635199f-fa88-4d69-b2e3-52e606e6966a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Input_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Fork_end2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-edge-4"
                            xmi:uuid="6b2618e7-d01b-4f49-aa25-dc83e354ea4b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Fork_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-edge-5"
                            xmi:uuid="2760b2a2-a518-45b8-8e5e-40b4fe909139"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Fork_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-edge-6"
                            xmi:uuid="f0d773cc-ca8c-41cb-8f4a-19d805c63bbe"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Fork_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8.inputElement"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Input_message_"
                            xmi:uuid="423724f6-9b7d-4709-a0d8-6830bacea294"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(message)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-1"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Fork_message_"
                            xmi:uuid="63543cb4-4d90-4bcf-a26e-49373401d13a" xmi:type="uml:ForkNode">
                            <name>Fork(message)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Input_end1_"
                            xmi:uuid="5d1a4a8b-d364-4bed-bd20-e43183407489"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end1)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-2"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Fork_end1_"
                            xmi:uuid="833fdd63-acec-465e-83fc-75d87277360c" xmi:type="uml:ForkNode">
                            <name>Fork(end1)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Input_end2_"
                            xmi:uuid="3205ac74-a3bf-4d7d-9745-07625882dee4"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end2)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-3"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Fork_end2_"
                            xmi:uuid="5967fbaa-8581-4339-a406-127322e56fb1" xmi:type="uml:ForkNode">
                            <name>Fork(end2)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_"
                            xmi:uuid="ef083ff4-5b79-41a9-9b7b-0a5abdfaa16a"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f"
                                xmi:uuid="601a5ade-bbd8-496f-8514-f8d04d9004d1"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-edge-1"
                                    xmi:uuid="fabf1f5c-7a7e-4ab8-ac29-8f11ca1ad8f2"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call_Not_-Call_Not_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-edge-2"
                                    xmi:uuid="21e3fc03-e52d-4464-ad65-ccaf21b53064"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Call_AssertTrue_"
                                    xmi:uuid="f4929e07-0f31-4b0d-93f6-55d383a54520"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="d01401d8-1007-4afc-9892-2a7ec048827f"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="b0dec495-2d38-48d1-8a1b-102410cf9a45"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6"
                                    xmi:uuid="25b0f843-ee7a-4eae-957a-feb0f3138134"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-edge-1"
                                        xmi:uuid="84d5cf6e-9579-49b2-9dac-d77dd51bfdbd"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-ReadLink_y_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_seq_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-edge-2"
                                        xmi:uuid="a952919b-6262-4873-abc6-760273eeed5c"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8.outputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_element_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-edge-3"
                                        xmi:uuid="b143dd7a-3394-46e0-bc91-f692a32379db"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-edge-4"
                                        xmi:uuid="2e3c8a37-2613-4796-9417-896225d5b204"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call_Not_-Call_Not_.argument_x_"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___"
                                        xmi:uuid="265aa5d2-d923-46aa-af6c-cc8417e7a902"
                                        xmi:type="uml:CallBehaviorAction">
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_seq_"
                                            xmi:uuid="d5882d90-f496-4a0c-a68e-b344f8e22ae5"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_seq_-lowerValue"
                                                xmi:uuid="738c7dc2-ad0b-456b-9978-cd53343e45fd"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_seq_-upperValue"
                                                xmi:uuid="d0d2ca49-bfba-4b6e-9be7-53ce25b4c76d"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_P_P$C__).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"
                                            />
                                        </argument>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.argument_element_"
                                            xmi:uuid="2904c368-cde6-400b-9ca3-7244179a660e"
                                            xmi:type="uml:InputPin">
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_P_P$C__).argument(element)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"
                                            />
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C___.result__"
                                            xmi:uuid="b3b5c188-09c2-4e04-b1fe-efca5337ab36"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_P_P$C__).result()</name>
                                        </result>
                                        <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_P_P$C__)</name>
                                        <behavior
                                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df"
                                        xmi:uuid="1a788a73-d544-48ba-9335-0568c15c19d4"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-edge-1"
                                            xmi:uuid="c4da8dd2-0978-41e2-aab3-744419946220"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28.outputElement"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-edge-2"
                                            xmi:uuid="653c36bb-b2fc-41ff-b477-1cfbaeb4862e"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_"
                                            xmi:uuid="ee884587-b3d6-42b5-9e3b-d17fc9a25f55"
                                            xmi:type="uml:ReadLinkAction">
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-endData-1"
                                                xmi:uuid="95bbd7fa-fb38-408f-9185-b17bc38e5cb2"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R-y"
                                                />
                                            </endData>
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-endData-2"
                                                xmi:uuid="1dc43b87-08dc-49cf-af22-c327494be3f8"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R-x"/>
                                                <value
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                />
                                            </endData>
                                            <inputValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                xmi:uuid="df6b4884-500b-42ac-a490-165b78c7132f"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-ReadLink_y_.inputValue_x_-lowerValue"
                                                  xmi:uuid="ed64a735-598f-42b0-8dda-6e60bac0e68a"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-ReadLink_y_.inputValue_x_-upperValue"
                                                  xmi:uuid="049f944e-ce7a-4164-98f7-f2613eaea0f1"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).inputValue(x)</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"
                                                />
                                            </inputValue>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-ReadLink_y_.result"
                                                xmi:uuid="6c939fc8-0748-40cf-9cc4-3d62d1a22662"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-ReadLink_y_.result-lowerValue"
                                                  xmi:uuid="5002d344-8c9d-4b4f-ab3f-4e596f759b27"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-ReadLink_y_-ReadLink_y_.result-upperValue"
                                                  xmi:uuid="77cab739-c49c-417b-afd5-7bfd667f2395"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).result</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"
                                                />
                                            </result>
                                            <name>ReadLink(y)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b"
                                            xmi:uuid="64186dd1-57f7-4292-a91d-75d6f81475df"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28"
                                                xmi:uuid="f86b1397-df2e-4fe3-9811-28699ddbe4c7"
                                                xmi:type="uml:ExpansionRegion">
                                                <inputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28.inputElement"/>
                                                <outputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28.outputElement"/>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-edge-1"
                                                  xmi:uuid="fa2e97b8-fbf7-4068-b5a1-a367af256137"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Fork_ReadIsClassifiedObject_B_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.object"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-edge-2"
                                                  xmi:uuid="bc77501d-9a91-44a2-89ba-6eead8f278c7"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Fork_ReadIsClassifiedObject_B_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Decision_ReadIsClassifiedObject_B_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-edge-3"
                                                  xmi:uuid="c1c42bf6-68ee-4004-8e22-5c69b5544bd8"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Decision_ReadIsClassifiedObject_B_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-edge-4"
                                                  xmi:uuid="5113fac6-9957-4a28-a8b6-e96bf702c532"
                                                  xmi:type="uml:ObjectFlow">
                                                  <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-edge-4-guard"
                                                  xmi:uuid="d1d471b7-737c-42b3-b13c-4d46b874f72a"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                  </guard>
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Decision_ReadIsClassifiedObject_B_.result_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Merge_CastExpression_5a7c28.operand_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-edge-5"
                                                  xmi:uuid="32c237d9-fdc7-41ca-b2b0-b19f9a0539f6"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28.inputElement"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Fork_ReadIsClassifiedObject_B_.object_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-edge-6"
                                                  xmi:uuid="94a823ab-df08-4684-8345-1489d6360427"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Merge_CastExpression_5a7c28.operand_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28.outputElement"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Merge_CastExpression_5a7c28.operand_"
                                                  xmi:uuid="6f167b60-6809-46d1-803b-84f79b8906b4"
                                                  xmi:type="uml:MergeNode">
                                                  <name>Merge(CastExpression@5a7c28.operand)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-ReadIsClassifiedObject_B_"
                                                  xmi:uuid="380ca2f1-6ca7-439f-9832-7eac536e9f52"
                                                  xmi:type="uml:ReadIsClassifiedObjectAction">
                                                  <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.object"
                                                  xmi:uuid="ae6985a0-1393-483a-a54c-74a8c9ac6ac5"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(B).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </object>
                                                  <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.result"
                                                  xmi:uuid="fd2c61b6-f946-41a9-8020-a3e75a62761e"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(B).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <name>ReadIsClassifiedObject(B)</name>
                                                  <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Fork_ReadIsClassifiedObject_B_.object_"
                                                  xmi:uuid="75300e98-085b-4ee6-8d9f-b8dcc1de7d95"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(ReadIsClassifiedObject(B).object)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-Decision_ReadIsClassifiedObject_B_.result_"
                                                  xmi:uuid="45b28458-3d49-4e31-a105-3758e7dd4137"
                                                  xmi:type="uml:DecisionNode">
                                                  <name>Decision(ReadIsClassifiedObject(B).result)</name>
                                                  <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28-edge-3"
                                                  />
                                                </node>
                                                <name>CastExpression@5a7c28</name>
                                                <mode>parallel</mode>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28.inputElement"
                                                xmi:uuid="b05f0270-2a3d-43eb-8ac0-82d7ca32d4c9"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@5a7c28.inputElement</name>
                                                <regionAsInput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28.outputElement"
                                                xmi:uuid="2d673a14-06a3-47e0-96eb-220ae0431456"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@5a7c28.outputElement</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                                                <regionAsOutput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-Tuple_3b000b-CastExpression_5a7c28"
                                                />
                                            </node>
                                            <name>Tuple@3b000b</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8"
                                            xmi:uuid="8fb5619d-129d-4c4a-80b4-aa0f2fe2822e"
                                            xmi:type="uml:ExpansionRegion">
                                            <inputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8.inputElement"/>
                                            <outputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8.outputElement"/>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-edge-1"
                                                xmi:uuid="8d3da47e-abb3-4d32-89d2-064c35dda9d5"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Fork_ReadIsClassifiedObject_C_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.object"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-edge-2"
                                                xmi:uuid="1bea30b4-ff9e-4b94-b00a-e07ff3113a10"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Fork_ReadIsClassifiedObject_C_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Decision_ReadIsClassifiedObject_C_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-edge-3"
                                                xmi:uuid="2878f6b4-17dd-4a92-bb29-e72903a91978"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.result"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Decision_ReadIsClassifiedObject_C_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-edge-4"
                                                xmi:uuid="4802b8c3-0b14-4d29-81cd-87e21bc81ad6"
                                                xmi:type="uml:ObjectFlow">
                                                <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-edge-4-guard"
                                                  xmi:uuid="f786f3ce-f647-4cbd-be53-c34a0ab78902"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                </guard>
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Decision_ReadIsClassifiedObject_C_.result_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Merge_CastExpression_8d5fb8.operand_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-edge-5"
                                                xmi:uuid="1cacafca-5702-46ea-beec-64902324ee5b"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8.inputElement"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Fork_ReadIsClassifiedObject_C_.object_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-edge-6"
                                                xmi:uuid="ae124118-63be-4d33-be43-2cd2c01e4976"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Merge_CastExpression_8d5fb8.operand_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8.outputElement"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Merge_CastExpression_8d5fb8.operand_"
                                                xmi:uuid="5bfee40d-ea2a-4a5d-a776-ebac356c18c2"
                                                xmi:type="uml:MergeNode">
                                                <name>Merge(CastExpression@8d5fb8.operand)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-ReadIsClassifiedObject_C_"
                                                xmi:uuid="7f1c1d22-63d5-4cf0-af38-c00912c9919b"
                                                xmi:type="uml:ReadIsClassifiedObjectAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.object"
                                                  xmi:uuid="0eca1916-282a-4fb8-bfea-a4caa8d1d4e9"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(C).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.result"
                                                  xmi:uuid="20dd741e-8949-4607-a194-c23673350586"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(C).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>ReadIsClassifiedObject(C)</name>
                                                <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Fork_ReadIsClassifiedObject_C_.object_"
                                                xmi:uuid="5cd820ab-4473-4363-9965-0f3f1fda5f0e"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(ReadIsClassifiedObject(C).object)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-Decision_ReadIsClassifiedObject_C_.result_"
                                                xmi:uuid="083be434-a291-4578-875e-5b1c399a4005"
                                                xmi:type="uml:DecisionNode">
                                                <name>Decision(ReadIsClassifiedObject(C).result)</name>
                                                <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8-edge-3"
                                                />
                                            </node>
                                            <name>CastExpression@8d5fb8</name>
                                            <mode>parallel</mode>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8.inputElement"
                                            xmi:uuid="0fa5db73-926e-494a-a3c7-17608df11d7f"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@8d5fb8.inputElement</name>
                                            <regionAsInput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8.outputElement"
                                            xmi:uuid="041bc349-70f7-460a-8352-63c43e91813d"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@8d5fb8.outputElement</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                                            <regionAsOutput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Tuple_f174df-CastExpression_8d5fb8"
                                            />
                                        </node>
                                        <name>Tuple@f174df</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call_Not_"
                                        xmi:uuid="ac5367eb-b737-4b87-a649-506dc1390430"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-BooleanFunctions-Not"/>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call_Not_-Call_Not_.argument_x_"
                                            xmi:uuid="3d27ce1f-7551-4a01-baa4-91e7ac78da14"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call(Not).argument(x)</name>
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_1f6101f-Tuple_8967e6-Call_Not_-Call_Not_.result_result_"
                                            xmi:uuid="8ca17102-f713-4151-a323-7a35c1b163f5"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call(Not).result(result)</name>
                                        </result>
                                        <name>Call(Not)</name>
                                    </node>
                                    <name>Tuple@8967e6</name>
                                </node>
                                <name>ExpressionStatement@1f6101f</name>
                            </node>
                            <name>Body(assertNotConnected)</name>
                        </node>
                        <name>assertNotConnected</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedOperation-2"
                        />
                    </ownedBehavior>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedOperation-1"
                        xmi:uuid="1d625fb6-ce6a-4c90-8206-30436d755ca9" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-1"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedOperation-1-ownedParameter-1"
                            xmi:uuid="108417ce-c1e5-443b-9f37-8a97ee32eecb" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedOperation-1-ownedParameter-2"
                            xmi:uuid="009022cf-fb92-4fd7-a81a-43c86e4d9a63" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedOperation-1-ownedParameter-3"
                            xmi:uuid="f7ea58f5-7048-4807-b8ea-d97c1bcc5223" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <name>assertConnected</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedOperation-2"
                        xmi:uuid="3ed95b72-39ad-4452-826b-c551f2b253d9" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedBehavior-2"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedOperation-2-ownedParameter-1"
                            xmi:uuid="726b2ca1-dce9-4732-a018-d91b60915d90" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedOperation-2-ownedParameter-2"
                            xmi:uuid="29ba9f37-524e-4cba-a203-ca5648db1189" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-ownedOperation-2-ownedParameter-3"
                            xmi:uuid="8b740afa-8ff5-4606-8858-9c736c3365e0" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <name>assertNotConnected</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-AssertCompositeHelper"
                        xmi:uuid="d3aab05e-ad35-4749-b3b6-83efee9aa81d" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper-AssertCompositeHelper-result"
                            xmi:uuid="59ccd351-2965-4e37-9901-12fe762ac861" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-AssertCompositeHelper"
                            />
                        </ownedParameter>
                        <name>AssertCompositeHelper</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>AssertCompositeHelper</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern"
                    xmi:uuid="43e3709e-b8d8-483b-94bd-8b449b1b9cee" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-ownedComment"
                        xmi:uuid="e14e4d71-a0ef-4755-8ff3-f84789fd38e9" xmi:type="uml:Comment">
                        <body>Unconnected pattern:
lower bound on ends of connector r is 0</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-b"
                        xmi:uuid="61f7d244-5bcc-4e0f-aecd-1f34f99d884f" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-b-lowerValue"
                            xmi:uuid="4ff7ca03-e52c-47f7-b576-d11f18167d17"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-b-upperValue"
                            xmi:uuid="cc89c4bb-ef02-4175-ab05-82b36da3fb27"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-c"
                        xmi:uuid="dcd392f0-4ce3-4a0a-85ef-3abb1ae76acb" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-c-lowerValue"
                            xmi:uuid="e23a78bf-9ce9-45ef-9581-e5a477a934aa"
                            xmi:type="uml:LiteralInteger">
                            <value>3</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-c-upperValue"
                            xmi:uuid="1eb76cc4-e896-48e8-8664-5d1e51f136e7"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-r"
                        xmi:uuid="fba429e7-34c3-40a4-87aa-995d8de15bd8" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-r-end-1"
                            xmi:uuid="7ac39db2-3b3d-4ae4-9861-5e7c3e1d0a41"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-r-end-1-lowerValue"
                                xmi:uuid="645bd178-9aea-419d-97d8-c7df5948c4c9"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-r-end-1-upperValue"
                                xmi:uuid="c3add134-34bd-42f4-85af-8ca19c922084"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-b"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-r-end-2"
                            xmi:uuid="d689e8fb-876d-4a75-8dbb-c27804ef342f"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-r-end-2-lowerValue"
                                xmi:uuid="c6c9db5f-94b7-4862-b429-e941a89592dc"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-r-end-2-upperValue"
                                xmi:uuid="7897732b-febf-4f12-99f1-2ceea80bafec"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-c"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-A_Unconnected_Pattern"
                        xmi:uuid="c8107504-11f6-4594-bd60-3cb64d1e7b5c" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern-A_Unconnected_Pattern-result"
                            xmi:uuid="7e92836a-9093-4aea-ba6d-e8d14c4d6d42" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-A_Unconnected_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Unconnected_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Unconnected_Pattern</name>
                </packagedElement>
                <name>Assembly_P_P</name>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1"
                xmi:uuid="3b412caa-5284-4ea7-bbe7-33df12e1dcd8" xmi:type="uml:Activity">
                <ownedComment xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-ownedComment"
                    xmi:uuid="33655413-1896-4d27-9596-71168aafb387" xmi:type="uml:Comment">
                    <body>namespace 'Test Suites'::'Test Suite 1' ;

private import 'Test Suites'::'Test Suite 1'::Assembly_P_P::* ;
private import 'Test Suites'::'Test Suite 1'::Assembly_PWP_P::* ;
private import 'Test Suites'::'Test Suite 1'::Assembly_PWP_PWP::* ;
private import 'Test Suites'::'Test Suite 1'::'DefaultValues - BasicTypes'::* ;
private import 'Test Suites'::'Test Suite 1'::'DefaultValues - Structures'::* ;
private import 'Test Suites'::'Test Suite 1'::Delegation_Port_P::* ;
private import 'Test Suites'::'Test Suite 1'::Delegation_Port_PWP::* ;
private import 'Test Suites'::'Test Suite 1'::Hierarchy::* ;

/** 
 * Runs all test cases defined in Test Suite 1
 */
activity 'Test Suite 1'() { 
	WriteLine("---- Running Test Suite 1 ----") ; WriteLine("") ;
	
	TestCase_Assembly_P_P () ; WriteLine("") ;
	TestCase_Assembly_PWP_P () ; WriteLine("") ;
	TestCase_Assembly_PWP_PWP () ; WriteLine("") ;
	TestCase_Delegation_Port_P () ; WriteLine("") ;
	TestCase_Delegation_Port_PWP () ; WriteLine("") ;
	TestCase_Hierarchy() ; WriteLine("") ;
	'Test Case - Default Values'() ; WriteLine("") ;
	'Test Case - Default Values - Structures'() ; WriteLine("") ;
	
	WriteLine("") ; WriteLine("---- End of Test Suite 1 ----") ; 
}</body>
                </ownedComment>
                <node xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_"
                    xmi:uuid="23a09bee-2c8a-49fe-bc55-364d88677cad"
                    xmi:type="uml:StructuredActivityNode">
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-1"
                        xmi:uuid="c3c751eb-fae1-4d71-af36-e6bbf5576c25" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-2"
                        xmi:uuid="da1fa384-20c9-4998-b277-19480a4b3a4f" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_15f4f7f"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-3"
                        xmi:uuid="3b41a23c-dd0f-4754-bd17-ff1c45e21b25" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_15f4f7f"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-4"
                        xmi:uuid="bf2e527c-4de1-4e29-832e-565a366fd3d6" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_129df4e"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-5"
                        xmi:uuid="79310d33-774c-462b-9cd9-debcb68d5ecb" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_129df4e"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-6"
                        xmi:uuid="c80897a9-0e6c-4218-812d-fc39bed96818" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_c4578a"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-7"
                        xmi:uuid="50931294-7605-459c-9733-cdc8105126cd" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_c4578a"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-8"
                        xmi:uuid="f0b9acba-f1a0-4037-8d95-5d2ae0bec97d" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_340ccc"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-9"
                        xmi:uuid="b48b8d29-470f-4a2b-ac26-b554620ace44" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_340ccc"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-10"
                        xmi:uuid="06bd4271-2892-493d-abca-32dc9879e324" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_934893"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-11"
                        xmi:uuid="bef76766-c1c4-4331-820a-5062578757ea" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_934893"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-12"
                        xmi:uuid="c4a58507-d9a3-49a7-af73-ec105af86d13" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc97b9"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-13"
                        xmi:uuid="5359149f-2609-4b0c-a115-345e0438ea5e" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc97b9"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-14"
                        xmi:uuid="24355ede-26f9-42ea-9a1f-c6a6a1ff0874" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_6b60d4"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-15"
                        xmi:uuid="c1a85fa5-226c-4fd5-a660-a33629d1b408" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_6b60d4"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-16"
                        xmi:uuid="dffea53d-ff9f-4132-a0c1-63fa9f53006d" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_483471"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-17"
                        xmi:uuid="113de0da-a550-4a2c-8c37-5db7b0351127" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_483471"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-18"
                        xmi:uuid="23e4dbe5-1628-4679-a299-a1882cc2d1cc" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-edge-19"
                        xmi:uuid="fbbb86a4-79b0-4904-b3fb-152eaf57043e" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf"
                        xmi:uuid="139a42c1-cfb0-4d1d-a671-bc3bb0251ffc"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-edge-1"
                            xmi:uuid="e793bce3-be27-4935-8dc4-70daad5cf4a6"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Tuple_1ac361e-Value__----_Running_Test_Suite_1_----__-Value__----_Running_Test_Suite_1_----__.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-edge-2"
                            xmi:uuid="b7e99658-c857-4dce-b02d-b891b7b0e8f2"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Tuple_1ac361e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Call_WriteLine_"
                            xmi:uuid="6a5b2fe5-d119-4ee3-bee5-166a11336055"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="04c27140-6b47-40a1-aa72-615b60a6dfec"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="fb227763-d098-4b14-8f42-3a4b286574cb"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="72b4a92f-e758-4fd4-9951-5c1571a48d7b"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Tuple_1ac361e"
                            xmi:uuid="58912152-b271-449a-ac6d-dcf0dd8df1f8"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Tuple_1ac361e-Value__----_Running_Test_Suite_1_----__"
                                xmi:uuid="124e88ec-ea64-4ad8-95a8-e8dfffe9a697"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Tuple_1ac361e-Value__----_Running_Test_Suite_1_----__-Value__----_Running_Test_Suite_1_----__.result"
                                    xmi:uuid="6566e0e0-a118-4c97-878c-7b1b5b31b961"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("---- Running Test Suite 1 ----").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_4112cf-Tuple_1ac361e-Value__----_Running_Test_Suite_1_----__-value"
                                    xmi:uuid="dff91d64-de0e-4ac5-9fc8-9f0371552f70"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>---- Running Test Suite 1 ----</value>
                                </value>
                                <name>Value("---- Running Test Suite 1 ----")</name>
                            </node>
                            <name>Tuple@1ac361e</name>
                        </node>
                        <name>ExpressionStatement@4112cf</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81"
                        xmi:uuid="3bdb25fd-d382-420a-b808-4623077bc5ed"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-edge-1"
                            xmi:uuid="2edc6f2d-ed9d-4285-83e4-db900480be1a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Tuple_112e798-Value____-Value____.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-edge-2"
                            xmi:uuid="958ac909-ec0b-4b76-800f-00b414f3181d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Tuple_112e798"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Call_WriteLine_"
                            xmi:uuid="90c1ffb2-60ce-45ee-a475-a07dd4921f8c"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="11da4e39-a93d-4c04-bc6d-b53c74d1e8db"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="d83b2e8e-0014-4711-b816-d74892098fcd"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="9e9a4286-9c77-4599-8108-10e29171a052"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Tuple_112e798"
                            xmi:uuid="653b6cc7-1388-4d4b-b62a-b9702a895fcf"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Tuple_112e798-Value____"
                                xmi:uuid="a166fb3c-c000-4fd3-bdb4-d4fd01d4caf6"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Tuple_112e798-Value____-Value____.result"
                                    xmi:uuid="83d88acc-c747-4525-960a-31d7cb12ac29"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1847a81-Tuple_112e798-Value____-value"
                                    xmi:uuid="c5709b41-1253-41b3-9a31-2465a65ff8d0"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@112e798</name>
                        </node>
                        <name>ExpressionStatement@1847a81</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_15f4f7f"
                        xmi:uuid="81bd9461-9829-4cb4-aba6-d7d3f99c6848"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_15f4f7f-Call_TestCase_Assembly_P_P_"
                            xmi:uuid="88c429f9-fa9e-440c-8bcb-5bcc081bf885"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestCase_Assembly_P_P)</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-TestCase_Assembly_P_P"
                            />
                        </node>
                        <name>ExpressionStatement@15f4f7f</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628"
                        xmi:uuid="3e883b5d-32e5-4ec2-bd64-672fd45a3a41"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-edge-1"
                            xmi:uuid="8dd7c147-4f08-4bed-9a22-a92e18e7e296"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Tuple_a325e4-Value____-Value____.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-edge-2"
                            xmi:uuid="d157c6ad-2b3b-4e9e-a175-a28d0238cead"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Tuple_a325e4"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Call_WriteLine_"
                            xmi:uuid="ecf6ac7c-ca99-4fba-baba-18f120854409"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="91de02f2-7608-4e94-99cc-8892dfdb2a7f"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="aa76c338-2985-4fa7-b123-239a04bcaf7e"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="f69af6e1-5594-4e43-b1bd-cf3384c40979"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Tuple_a325e4"
                            xmi:uuid="4ab25bf7-681e-4606-b321-c5a43d420eae"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Tuple_a325e4-Value____"
                                xmi:uuid="428b3f11-e3a8-4d10-bf88-9556c5b01bc3"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Tuple_a325e4-Value____-Value____.result"
                                    xmi:uuid="a6dc67a1-355e-4785-ab92-b9624fe56873"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_223628-Tuple_a325e4-Value____-value"
                                    xmi:uuid="10f3ccb1-7a72-417d-adfc-2020c1cae60d"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@a325e4</name>
                        </node>
                        <name>ExpressionStatement@223628</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_129df4e"
                        xmi:uuid="3b7a6e4c-b2d4-424c-b40c-00299f6f6f6e"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_129df4e-Call_TestCase_Assembly_PWP_P_"
                            xmi:uuid="d8bf6de3-e907-41cc-9e90-a1bb875985a8"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestCase_Assembly_PWP_P)</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P"
                            />
                        </node>
                        <name>ExpressionStatement@129df4e</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802"
                        xmi:uuid="e27e5d48-bdde-4ba1-bec8-9a05456e6237"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-edge-1"
                            xmi:uuid="331d6ce3-4479-4a45-9b04-25003d43965d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Tuple_56625f-Value____-Value____.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-edge-2"
                            xmi:uuid="61b00327-4975-4df3-baa4-5fc817527725"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Tuple_56625f"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Call_WriteLine_"
                            xmi:uuid="564582e6-bc35-48c3-8316-44eabdbd2133"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="b694d78b-e47e-4ef6-a01d-363e7c6f6365"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="7fb94009-32cb-4431-8c06-915d0a0688d2"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="d049d6ee-ed31-4645-8284-d3aed03b3481"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Tuple_56625f"
                            xmi:uuid="25dce046-bb14-40a8-b79b-618c4a2b9c06"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Tuple_56625f-Value____"
                                xmi:uuid="8faca97c-b593-4c03-a7af-5a44ab571cc8"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Tuple_56625f-Value____-Value____.result"
                                    xmi:uuid="37ab871f-e435-4014-aaf7-6e169ab7fc37"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1421802-Tuple_56625f-Value____-value"
                                    xmi:uuid="6c2b20fd-901f-4dec-92f0-e75a23496cff"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@56625f</name>
                        </node>
                        <name>ExpressionStatement@1421802</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_c4578a"
                        xmi:uuid="c6eea613-df76-4c28-a72a-d4da6a13699f"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_c4578a-Call_TestCase_Assembly_PWP_PWP_"
                            xmi:uuid="b5722214-970f-4fb1-8bc7-56322354cea9"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestCase_Assembly_PWP_PWP)</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP"
                            />
                        </node>
                        <name>ExpressionStatement@c4578a</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233"
                        xmi:uuid="ffa165c9-af25-4c79-ac1d-e64f6bde3121"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-edge-1"
                            xmi:uuid="f0528e56-dbd5-4a6b-b8ba-e8c3d03cd765"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Tuple_10b4261-Value____-Value____.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-edge-2"
                            xmi:uuid="ac6cf5a8-6a6e-4a21-8478-3cad3ccdaeb1"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Tuple_10b4261"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Call_WriteLine_"
                            xmi:uuid="bb9832c5-e321-4471-8557-d004cd50081b"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="9993d2dd-c264-44e3-8b90-26ca564af200"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="a04f0db2-1ecc-4cc8-a251-cfc12ac75962"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="a6e50782-e58d-4bff-8f17-ea4b531bf6a8"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Tuple_10b4261"
                            xmi:uuid="13eb71da-f07e-4a97-89f6-7cf9eb28ec76"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Tuple_10b4261-Value____"
                                xmi:uuid="a9482afb-841c-4d31-b3b8-0bf82c1c6454"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Tuple_10b4261-Value____-Value____.result"
                                    xmi:uuid="6bb41a55-592a-433e-9b0f-86f8fd2c7ccf"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_564233-Tuple_10b4261-Value____-value"
                                    xmi:uuid="60128366-963f-432b-868f-f09bda19f6b5"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@10b4261</name>
                        </node>
                        <name>ExpressionStatement@564233</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_340ccc"
                        xmi:uuid="e3b9b7e3-40c0-4536-9ae6-43169dfbd0ad"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_340ccc-Call_TestCase_Delegation_Port_P_"
                            xmi:uuid="c440c0ce-d6b0-4080-9754-f54f477912e7"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestCase_Delegation_Port_P)</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P"
                            />
                        </node>
                        <name>ExpressionStatement@340ccc</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0"
                        xmi:uuid="00665d46-ef54-4a1f-8a64-efa8ca638268"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-edge-1"
                            xmi:uuid="10317be9-b5ef-4008-a4cf-42cffcbd502b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Tuple_83dbd5-Value____-Value____.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-edge-2"
                            xmi:uuid="7d433a0a-de29-4f80-8273-459b1ce3a5ab"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Tuple_83dbd5"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Call_WriteLine_"
                            xmi:uuid="9e8907eb-4628-435b-b97e-b1bbf3afb7d4"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="c47fef2e-4661-4af8-a963-3fe371995ce5"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="551df3a3-98fa-477b-9c0c-0392bfda204a"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="0bd35461-25d8-4b9b-9778-6cf1a00bd4cc"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Tuple_83dbd5"
                            xmi:uuid="34e9cef8-51e0-4d6d-b531-eb89f5326e90"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Tuple_83dbd5-Value____"
                                xmi:uuid="05bb909a-525d-4e63-a7b4-1aad548c17e5"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Tuple_83dbd5-Value____-Value____.result"
                                    xmi:uuid="4fc94fd5-6391-432a-add6-f5142ee362d3"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_18f7da0-Tuple_83dbd5-Value____-value"
                                    xmi:uuid="5880da3b-0c19-4158-9a21-6dbd7bcb8f09"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@83dbd5</name>
                        </node>
                        <name>ExpressionStatement@18f7da0</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_934893"
                        xmi:uuid="3c59fb6a-5a73-45f0-acf7-d82e9eb78e4d"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_934893-Call_TestCase_Delegation_Port_PWP_"
                            xmi:uuid="d7fe7bb5-34bc-4c45-9775-2bd4ef9ce1dc"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestCase_Delegation_Port_PWP)</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP"
                            />
                        </node>
                        <name>ExpressionStatement@934893</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda"
                        xmi:uuid="1c97bcdd-b100-4b7d-a8b1-580508138792"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-edge-1"
                            xmi:uuid="3f922990-3678-465a-8ab4-33236fd24916"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Tuple_1f308a8-Value____-Value____.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-edge-2"
                            xmi:uuid="8beba7f1-150f-42fa-a011-06a856a9390d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Tuple_1f308a8"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Call_WriteLine_"
                            xmi:uuid="d4596c8d-af5d-484c-8102-c392711cda15"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="2973ef23-e795-4521-b19e-497bb31392bb"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="1e41469e-d911-4b3e-9325-bed4eb3819c3"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="445b7a8b-0220-4ab9-a84a-40f2247a3992"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Tuple_1f308a8"
                            xmi:uuid="0941f993-c918-4c39-ae40-738c86e293ed"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Tuple_1f308a8-Value____"
                                xmi:uuid="015c7461-0ba5-43ac-a398-c7d63d38ad94"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Tuple_1f308a8-Value____-Value____.result"
                                    xmi:uuid="91f8b789-16a3-4b53-9053-43f1d1470796"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc0fda-Tuple_1f308a8-Value____-value"
                                    xmi:uuid="1eebcba6-b243-4a5c-b37f-33bc7ea2f24c"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@1f308a8</name>
                        </node>
                        <name>ExpressionStatement@1bc0fda</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc97b9"
                        xmi:uuid="8dbe8c7e-466f-4abb-8d06-9bf166d0ca8b"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1bc97b9-Call_TestCase_Hierarchy_"
                            xmi:uuid="7e6ba745-1fc6-41a5-9817-25c2f9c58d85"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(TestCase_Hierarchy)</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy"/>
                        </node>
                        <name>ExpressionStatement@1bc97b9</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5"
                        xmi:uuid="3f536475-8869-413b-b5d8-dbdf751d2797"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-edge-1"
                            xmi:uuid="047890c4-053b-412d-bc78-03c6058e64de"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Tuple_1d8c4e7-Value____-Value____.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-edge-2"
                            xmi:uuid="9b90d60d-58f8-420a-81fc-6a999ac420f5"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Tuple_1d8c4e7"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Call_WriteLine_"
                            xmi:uuid="7228fa03-e6e2-4b9b-b512-32b3cb0f67d4"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="b30dfce0-0b44-4b67-a198-cf0b10a229b4"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="65fe7c7c-f883-43f6-b722-1befcdc86ad7"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="81b6df3f-788d-402c-9853-e50392447536"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Tuple_1d8c4e7"
                            xmi:uuid="3064f680-7c31-4a14-a907-ee36f657e192"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Tuple_1d8c4e7-Value____"
                                xmi:uuid="bee6f561-1544-4931-bf64-337b2053cb53"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Tuple_1d8c4e7-Value____-Value____.result"
                                    xmi:uuid="2ff61532-9180-4bd1-9b34-000b00c450e5"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_10d5fa5-Tuple_1d8c4e7-Value____-value"
                                    xmi:uuid="93efa5b8-cf8b-4243-ad7f-13a82f998506"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@1d8c4e7</name>
                        </node>
                        <name>ExpressionStatement@10d5fa5</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_6b60d4"
                        xmi:uuid="41a174e3-aa44-4375-b441-b59a07dc19b5"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_6b60d4-Call_Test_Case_-_Default_Values_"
                            xmi:uuid="52164b01-191e-4984-83af-c3b8d8622732"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(Test Case - Default Values)</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values"
                            />
                        </node>
                        <name>ExpressionStatement@6b60d4</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49"
                        xmi:uuid="05945a2f-aca3-48c0-9ab9-267f54f9c41a"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-edge-1"
                            xmi:uuid="5feefe4c-46c1-4a2c-ae4d-9c865ec472a1"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Tuple_150b545-Value____-Value____.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-edge-2"
                            xmi:uuid="e08f5600-5d25-47d3-b0a3-b665a044c984"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Tuple_150b545"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Call_WriteLine_"
                            xmi:uuid="e0f345c1-71b0-4b66-ae32-22f16be3fc28"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="77e24fa2-2ee7-4a73-839a-ff9b6954b16d"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="b1b0f620-1fbb-469f-86d1-39a81f94206a"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="67a944b1-8131-47e0-a1ac-dfdecc45ef94"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Tuple_150b545"
                            xmi:uuid="6b605d6e-7685-45f8-8b75-e5a7a670b227"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Tuple_150b545-Value____"
                                xmi:uuid="1ad9a70a-7695-4dab-a1b5-7c3631f166ad"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Tuple_150b545-Value____-Value____.result"
                                    xmi:uuid="ce839ac7-16e2-46f6-ae45-747ba9a82b1a"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1fa5f49-Tuple_150b545-Value____-value"
                                    xmi:uuid="6ac8bf2c-ea9e-4f33-aedb-85457f10d7f7"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@150b545</name>
                        </node>
                        <name>ExpressionStatement@1fa5f49</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_483471"
                        xmi:uuid="5818235e-5525-4761-a6cd-ae5c25d1aa15"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_483471-Call_Test_Case_-_Default_Values_-_Structures_"
                            xmi:uuid="0b86301a-4f35-4d36-bfec-eb90ed76efd2"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call(Test Case - Default Values - Structures)</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures"
                            />
                        </node>
                        <name>ExpressionStatement@483471</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5"
                        xmi:uuid="2a1120f5-4e93-4923-b4b3-885e71f79e70"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-edge-1"
                            xmi:uuid="9dad0b87-c2f0-476e-9170-40fd4f21aab3"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Tuple_154e38d-Value____-Value____.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-edge-2"
                            xmi:uuid="28518db4-d4cc-4f0e-8a34-c05a908caa23"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Tuple_154e38d"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Call_WriteLine_"
                            xmi:uuid="57a9762d-8fec-4a26-8432-3a5c2e0fd9cf"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="83b5177e-59b4-4a7c-b5dc-0d5a38db9e7a"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="a32b7306-f0a9-4a19-af34-bf05c02376b5"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="05c84197-2b94-4c73-b5c1-c00ed20c420d"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Tuple_154e38d"
                            xmi:uuid="cea41ae6-869f-459d-aad6-51bf200465d8"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Tuple_154e38d-Value____"
                                xmi:uuid="32633efb-821f-4689-bf02-5a0d4477baed"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Tuple_154e38d-Value____-Value____.result"
                                    xmi:uuid="b52849ac-3dcc-41e3-abce-c314da2aca15"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_174d8a5-Tuple_154e38d-Value____-value"
                                    xmi:uuid="73e97d7b-8ff5-4ecd-9923-722bad134944"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@154e38d</name>
                        </node>
                        <name>ExpressionStatement@174d8a5</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5"
                        xmi:uuid="953d5feb-b156-4cd3-a734-4e02ec0ffea8"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-edge-1"
                            xmi:uuid="c59dd91d-22ec-463d-bcfc-146f6cb9eecc"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Tuple_1f29f74-Value____-Value____.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-edge-2"
                            xmi:uuid="423c7ae3-c6ee-4cb4-af6e-d0e10d2760e0"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Tuple_1f29f74"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Call_WriteLine_"
                            xmi:uuid="67289e8c-c50a-4edb-94c1-b28440f72836"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="e826db79-6ae6-4e85-b19b-fb8b0ef60efc"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="cff59d1b-3270-43ee-b61a-e3f3e65d89e8"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="2f551bc5-2e5a-46bf-bdae-dd90d53c003e"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Tuple_1f29f74"
                            xmi:uuid="feaa4a5d-44a1-49c4-9175-8548ff51cc8a"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Tuple_1f29f74-Value____"
                                xmi:uuid="e2484a12-08ed-4d1b-8bd2-59e5a665c6fd"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Tuple_1f29f74-Value____-Value____.result"
                                    xmi:uuid="89d7b4c5-1439-4920-a3ac-29fe97533851"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1043bd5-Tuple_1f29f74-Value____-value"
                                    xmi:uuid="27c06cd2-28ef-4c07-86b4-4ee427e39b28"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                    />
                                </value>
                                <name>Value("")</name>
                            </node>
                            <name>Tuple@1f29f74</name>
                        </node>
                        <name>ExpressionStatement@1043bd5</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76"
                        xmi:uuid="1be36b9a-ecc6-46f3-93b1-40db284bf6b1"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-edge-1"
                            xmi:uuid="d4140940-6ca7-481a-b2d9-a247f27ccfa9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Tuple_c2b09b-Value__----_End_of_Test_Suite_1_----__-Value__----_End_of_Test_Suite_1_----__.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Call_WriteLine_-Call_WriteLine_.argument_value_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-edge-2"
                            xmi:uuid="8e6c1a57-44a5-416a-bb45-8b4065b1b56d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Tuple_c2b09b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Call_WriteLine_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Call_WriteLine_"
                            xmi:uuid="c5e1ef46-4bd2-45f4-8c85-c8082a2cc22f"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                xmi:uuid="cc3bc89c-30ed-4b70-a1fd-2ab6a430f1e3"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(WriteLine).argument(value)</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                xmi:uuid="a17ddce6-01ae-4ec5-bd29-4908a5753f81"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                    xmi:uuid="5f922e13-adb7-4b8b-88d7-1fa9702dfbdb"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call(WriteLine).result(errorStatus)</name>
                            </result>
                            <name>Call(WriteLine)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Tuple_c2b09b"
                            xmi:uuid="5e38eef5-faa4-4199-9825-5b5b4a8eaad9"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Tuple_c2b09b-Value__----_End_of_Test_Suite_1_----__"
                                xmi:uuid="0020ece5-608f-4635-b645-b0566c677a25"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Tuple_c2b09b-Value__----_End_of_Test_Suite_1_----__-Value__----_End_of_Test_Suite_1_----__.result"
                                    xmi:uuid="b0bdd568-54ff-4572-826f-2f6328a7a192"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("---- End of Test Suite 1 ----").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_1-Test_Suite_1-Body_Test_Suite_1_-ExpressionStatement_1cada76-Tuple_c2b09b-Value__----_End_of_Test_Suite_1_----__-value"
                                    xmi:uuid="fae78f2a-f8dd-44b3-96e4-29f248393c07"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>---- End of Test Suite 1 ----</value>
                                </value>
                                <name>Value("---- End of Test Suite 1 ----")</name>
                            </node>
                            <name>Tuple@c2b09b</name>
                        </node>
                        <name>ExpressionStatement@1cada76</name>
                    </node>
                    <name>Body(Test Suite 1)</name>
                </node>
                <name>Test Suite 1</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P"
                xmi:uuid="de1e1620-b89a-44c0-8537-3adc347a5b0d" xmi:type="uml:Package">
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"
                    xmi:uuid="a515f9bc-ac0d-4652-9b15-286f7e59e374" xmi:type="uml:Class">
                    <ownedBehavior xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-Construct"
                        xmi:uuid="17bdcd3e-93ef-4d85-a79e-f913b4d0258d" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-Construct-ownedComment"
                            xmi:uuid="3c88a6d2-11b2-40f2-b7a8-f8b77e627d3d" xmi:type="uml:Comment">
                            <body>
activity Construct() : B{ 
	// Instantiates interaction points
	for (i in 1..2) {
		this.p -&gt; add(new IImpl()) ;
	}
	
	return this ;
}</body>
                        </ownedComment>
                        <name>Construct</name>
                        <isReentrant>false</isReentrant>
                        <specification xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-B"/>
                    </ownedBehavior>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-p"
                        xmi:uuid="726cdedb-f069-484f-9bf3-7f96952a9087" xmi:type="uml:Port">
                        <lowerValue xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-p-lowerValue"
                            xmi:uuid="e37d53cf-2a0f-4317-bc4c-91649815e339"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-p-upperValue"
                            xmi:uuid="5c1d44e8-c134-460a-862f-b4430b2f0bf2"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>p</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"/>
                    </ownedAttribute>
                    <ownedOperation xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-B"
                        xmi:uuid="603bfcd3-5bd0-43b7-9483-6ddcc1ebc6ef" xmi:type="uml:Operation">
                        <method xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-Construct"/>
                        <name>B</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>B</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                    xmi:uuid="62bf4fd8-8086-404b-8ae8-bc080f9ef496" xmi:type="uml:Class">
                    <name>C</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-R"
                    xmi:uuid="03ca9069-83aa-4d24-a3a1-3986931f5fc4" xmi:type="uml:Association">
                    <memberEnd xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-x"/>
                    <memberEnd xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-y"/>
                    <ownedEnd xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-x"
                        xmi:uuid="ce498236-1285-4a4d-b6de-235bf08a5353" xmi:type="uml:Property">
                        <lowerValue xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-x-lowerValue"
                            xmi:uuid="e2cdf93b-96c9-42fe-96fe-929ee079da82"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-x-upperValue"
                            xmi:uuid="e2911cfb-1ef4-4c0a-b01d-0b8f4728fffd"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>x</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"/>
                        <association xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R"/>
                    </ownedEnd>
                    <ownedEnd xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-y"
                        xmi:uuid="10ece7c5-4e8d-4b3b-86ca-207dee6bff33" xmi:type="uml:Property">
                        <lowerValue xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-y-lowerValue"
                            xmi:uuid="409f3622-e1f7-413e-9377-e26f09675c4a"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-y-upperValue"
                            xmi:uuid="f0eaa37f-f457-4ea5-888c-942fe79debbe"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>y</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"/>
                        <association xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R"/>
                    </ownedEnd>
                    <name>R</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P"
                    xmi:uuid="cd48bd3b-c04f-4d69-aa1c-d3da0bbed7d9" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-ownedComment"
                        xmi:uuid="f96f8db0-500e-4da5-afcc-f337c83123a1" xmi:type="uml:Comment">
                        <body>namespace 'Test Suites'::'Test Suite 1'::Assembly_PWP_P ;

private import 'Test Suites'::Utils::* ;

activity TestCase_Assembly_PWP_P() { 
	helper = new AssertCompositeHelper() ;
	
	WriteLine("-- Running test case: Assembly connector between a part with port and a part --") ;
	
	// Testing instantiation of A_Empty_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Empty_Pattern -") ;
	a_empty = new A_Empty_Pattern() ;
	AssertEmptyPattern(a_empty.b, a_empty.c) ;
	
	// Testing instantiation of A_Unconnected_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Unconnected_Pattern -") ;
	a_unconnected = new A_Unconnected_Pattern();
	AssertUnconnectedPattern(a_unconnected.b.p, a_unconnected.c, 4, 3, helper) ;
	
	// Testing instantiation of A_Array_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Array_Pattern -") ;
	a_array = new A_Array_Pattern();
	AssertArrayPattern(a_array.b.p, a_array.c, 4, helper) ;
	
	// Testing instantiation of A_Star_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Star_Pattern -") ;
	a_star = new A_Star_Pattern();
	AssertStarPattern(a_star.b.p, a_star.c, 4, 5, helper) ;
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_"
                        xmi:uuid="2c3c87c5-3aa8-455b-aa0f-d8aa8ade68eb"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-1"
                            xmi:uuid="e2fdcaa6-4080-4a60-8e09-5140583c54c8"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-2"
                            xmi:uuid="8b4ffbf6-baed-45a5-8e77-161e4d2955ca"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-3"
                            xmi:uuid="e9e29eac-f6cb-40bd-aeb7-d0f6c30d1009"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-4"
                            xmi:uuid="8605e11b-29ac-4e58-93ab-b7fd66fd5746"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-5"
                            xmi:uuid="00fafb87-6150-4f03-a32e-b2e9a41895dc"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-Fork_a_empty__d65378"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-6"
                            xmi:uuid="708eadbf-fb29-46ab-b8d0-495638a93730"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-Fork_a_empty__d65378"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-7"
                            xmi:uuid="a4024668-de58-49e1-9e49-8eb0b6a2b286"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-8"
                            xmi:uuid="2a011c29-2ceb-4fca-9e56-eea6c0b8bd61"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-9"
                            xmi:uuid="b7d442b9-cd4b-4647-8f22-33a00c43df1f"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-10"
                            xmi:uuid="f1d52121-155f-43c4-bd66-4fe9bc09141e"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-11"
                            xmi:uuid="c61a9d46-cf14-462c-ae4f-8856e52d2af7"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-Fork_helper__38512b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-12"
                            xmi:uuid="a192a9fa-2488-44a3-a9a9-eaad80b773c2"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-Fork_a_unconnected__4af2a3"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-13"
                            xmi:uuid="57898fb2-d78c-4b7a-aabe-9796c05ce48b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-Fork_a_unconnected__4af2a3"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-node-8"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-14"
                            xmi:uuid="00406cbc-f936-43f3-889b-7929f9f372e6"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-15"
                            xmi:uuid="5e7b1176-33f2-4be0-b87b-a4acd42342ef"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-16"
                            xmi:uuid="8964a37a-8291-4444-b4a9-3c25ac0c653a"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-17"
                            xmi:uuid="b666b6c7-07c1-4f40-813d-58bcb14e8d41"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-18"
                            xmi:uuid="c4d61187-ade1-4acf-9fb0-6ca9d3efc322"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-Fork_helper__38512b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-19"
                            xmi:uuid="bacc8c18-c05a-4db6-9e85-e58ffde9c4bf"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-Fork_a_array__49d642"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-20"
                            xmi:uuid="ba9f054e-e684-4abe-a64a-9892eabce969"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-Fork_a_array__49d642"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-node-8"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-21"
                            xmi:uuid="f6188f38-51ce-47d8-a25c-697db695e5b5"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-22"
                            xmi:uuid="6e025509-1524-4f92-a983-d2d3908c2e2b"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-23"
                            xmi:uuid="d22ea74d-7402-4744-8ba5-281a8bdea45c"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-24"
                            xmi:uuid="b4e849f9-98ae-4dd4-add0-0c5a7220b062"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-25"
                            xmi:uuid="59da2935-876f-4a0b-9647-02549d46d60c"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-Fork_helper__38512b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-26"
                            xmi:uuid="b77155a9-95dd-411a-a295-a2f32b03bdba"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-Fork_a_star__2a17a"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-27"
                            xmi:uuid="a65fa158-f8d6-4cf6-bc27-36f9c03a96e9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-Fork_a_star__2a17a"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-node-8"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-edge-28"
                            xmi:uuid="61207721-fe32-4841-8555-be7abcf123f4"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d"
                            xmi:uuid="fb38f192-55ae-41fe-a56c-c4fded6819ba"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-edge"
                                xmi:uuid="05bc6e64-36aa-4441-a078-52d8355dec19"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-RightHandSide_158f3b4-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-Fork_helper__38512b"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-Fork_helper__38512b"
                                xmi:uuid="057bc1dc-ba6f-4b6d-adcb-df26363d98a0"
                                xmi:type="uml:ForkNode">
                                <name>Fork(helper)@38512b</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-RightHandSide_158f3b4"
                                xmi:uuid="7f06c3d4-6a6d-4628-8749-19fe5d4026b3"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-RightHandSide_158f3b4-edge"
                                    xmi:uuid="7e75dbc4-a9d8-4554-9b47-0382eb21f211"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-RightHandSide_158f3b4-Create_AssertCompositeHelper_-Create_AssertCompositeHelper_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-RightHandSide_158f3b4-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-RightHandSide_158f3b4-Call_AssertCompositeHelper_"
                                    xmi:uuid="5952afea-4fb5-413d-ae33-b21aa40e973e"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-RightHandSide_158f3b4-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.result_result_"
                                        xmi:uuid="5d13f656-10fd-45a9-8fcb-fe3d664b9ee3"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(AssertCompositeHelper).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-RightHandSide_158f3b4-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.target"
                                        xmi:uuid="3ca3e953-74bc-4414-9f59-93eaa2193908"
                                        xmi:type="uml:InputPin">
                                        <name>Call(AssertCompositeHelper).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper"
                                        />
                                    </target>
                                    <name>Call(AssertCompositeHelper)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-AssertCompositeHelper"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-RightHandSide_158f3b4-Create_AssertCompositeHelper_"
                                    xmi:uuid="abd1f9c3-88d9-47bd-a685-5ee193c43357"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_281f8d-RightHandSide_158f3b4-Create_AssertCompositeHelper_-Create_AssertCompositeHelper_.result"
                                        xmi:uuid="f6d551e3-75b6-4ba5-a60e-cb0a0c7ba146"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(AssertCompositeHelper).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper"
                                        />
                                    </result>
                                    <name>Create(AssertCompositeHelper)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper"
                                    />
                                </node>
                                <name>RightHandSide@158f3b4</name>
                            </node>
                            <name>ExpressionStatement@281f8d</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66"
                            xmi:uuid="d02eb221-3776-4dfd-ace6-38649451c1e5"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-edge-1"
                                xmi:uuid="9990d692-c809-4bfa-8196-e402a5596414"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Tuple_1008331-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_--__-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-edge-2"
                                xmi:uuid="20acf6e9-c59e-4e8d-a3c0-efa64cf7fd14"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Tuple_1008331"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Call_WriteLine_"
                                xmi:uuid="db525dab-1039-4c2c-9ecc-743a6c7195b7"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="1a754787-3f3f-4feb-8dd0-ec7d10f5c16f"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="5a11167f-6715-4db4-8e8d-5a19e4a4bbb8"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="8dd9a530-a27d-40d0-9705-ded7b6280334"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Tuple_1008331"
                                xmi:uuid="b35897b9-22e0-4b9d-a1a1-732ddd38b47d"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Tuple_1008331-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_--__"
                                    xmi:uuid="522f9175-c70f-4a93-b0fa-d018dfb0072a"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Tuple_1008331-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_--__-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_--__.result"
                                        xmi:uuid="e23d540e-2131-4e4f-9d14-ffd364716ea5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case: Assembly connector between a part with port and a part --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_5dcf66-Tuple_1008331-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_--__-value"
                                        xmi:uuid="01047f5c-5ada-422c-9f48-a18907fa74a6"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case: Assembly connector between a part with port and a part --</value>
                                    </value>
                                    <name>Value("-- Running test case: Assembly connector between a part with port and a part --")</name>
                                </node>
                                <name>Tuple@1008331</name>
                            </node>
                            <name>ExpressionStatement@5dcf66</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7"
                            xmi:uuid="65aa5105-cd65-459e-96a9-619b79485304"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-edge-1"
                                xmi:uuid="3c454f2c-ac84-4912-bc7f-8d6252c4c5d4"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Tuple_55dae5-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-edge-2"
                                xmi:uuid="110fbbc1-8df4-45c5-8093-89fd903fae20"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Tuple_55dae5"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Call_WriteLine_"
                                xmi:uuid="242d4add-abae-4c88-9b8d-b7642e7e1047"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="ba6f91e2-8ac6-4e32-89f0-1fce25fe1ba6"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="e2cf43a9-a39b-43a9-8109-641f434bb87a"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="66413192-69f5-44dd-82d5-2b13714a1999"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Tuple_55dae5"
                                xmi:uuid="be470671-bda1-432c-8e38-09bbbe99b446"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Tuple_55dae5-Value____"
                                    xmi:uuid="74eb5d3d-b323-4d65-affd-16cea42e2a6a"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Tuple_55dae5-Value____-Value____.result"
                                        xmi:uuid="e67faff7-de4c-41a5-b7ac-5f8604e083ad"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c62b7-Tuple_55dae5-Value____-value"
                                        xmi:uuid="0dc75652-6ed9-48d5-b7bf-351b8ee348ae"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@55dae5</name>
                            </node>
                            <name>ExpressionStatement@17c62b7</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e"
                            xmi:uuid="ae1777b2-56f8-4c06-9f97-e315bf7f157a"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-edge-1"
                                xmi:uuid="434639c7-7f9f-4b92-a1eb-07fb7885562d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Tuple_14bd09f-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-edge-2"
                                xmi:uuid="06ecac19-8364-4faa-a69a-70226576f3e0"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Tuple_14bd09f"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Call_WriteLine_"
                                xmi:uuid="49028653-c837-417f-8dd7-221065bb5990"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="d90cd9d3-f439-4d30-9db6-64f3542345d3"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="74c466bf-8eec-4128-929c-6d404a7ebca6"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="8a6ca4d9-7536-43b5-9f2b-eccd7e153ab8"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Tuple_14bd09f"
                                xmi:uuid="ada3d388-1e0a-4f88-9126-717afebdbb42"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Tuple_14bd09f-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__"
                                    xmi:uuid="d6e638de-4a50-4a40-97a1-0a33c3b5370d"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Tuple_14bd09f-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__.result"
                                        xmi:uuid="6f9a5f0c-2eb0-4ae5-a1f6-f7dd1fca87dc"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Empty_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17fda0e-Tuple_14bd09f-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-value"
                                        xmi:uuid="5dbac0b4-99a3-4f3b-ba85-a2ad77d1f4a4"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Empty_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Empty_Pattern -")</name>
                                </node>
                                <name>Tuple@14bd09f</name>
                            </node>
                            <name>ExpressionStatement@17fda0e</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98"
                            xmi:uuid="31cd4d2f-1e3e-4cf1-80ab-34e2ac1a1ad8"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-edge"
                                xmi:uuid="d2353de9-f38b-4cc8-86be-cbcca7eea87f"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-RightHandSide_101f6fe-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-Fork_a_empty__d65378"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-Fork_a_empty__d65378"
                                xmi:uuid="b9914e3c-7a0f-424f-ab8d-5835df07d23b"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_empty)@d65378</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-RightHandSide_101f6fe"
                                xmi:uuid="85df87d3-4891-4b6b-8791-47e491cdd3c3"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-RightHandSide_101f6fe-edge"
                                    xmi:uuid="1e540d1c-7b73-44e6-b41c-0b2171a54a73"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-RightHandSide_101f6fe-Create_A_Empty_Pattern_-Create_A_Empty_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-RightHandSide_101f6fe-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-RightHandSide_101f6fe-Call_A_Empty_Pattern_"
                                    xmi:uuid="2b89d503-c986-4086-ac3e-1ca525fa4f2d"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-RightHandSide_101f6fe-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.result_result_"
                                        xmi:uuid="e17de5e7-a120-4fc9-a95d-e3410cb2d29e"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Empty_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-RightHandSide_101f6fe-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.target"
                                        xmi:uuid="37f2c3a3-08c8-48ca-86f4-2fd5793e9e75"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Empty_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Empty_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-A_Empty_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-RightHandSide_101f6fe-Create_A_Empty_Pattern_"
                                    xmi:uuid="93934a11-c6ae-4dfb-b331-f873f61a5309"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_785b98-RightHandSide_101f6fe-Create_A_Empty_Pattern_-Create_A_Empty_Pattern_.result"
                                        xmi:uuid="ed4283f4-6b0b-4438-8a0c-f94d49c4cb2a"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Empty_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Empty_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@101f6fe</name>
                            </node>
                            <name>ExpressionStatement@785b98</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705"
                            xmi:uuid="ae9619c5-f974-43fd-ae91-ad9e175f11a7"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-edge-1"
                                xmi:uuid="b35ae84c-3a13-4b68-80a3-0ad7855b8edf"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-edge-2"
                                xmi:uuid="c18f5396-84d9-4f67-9e48-038c86168d78"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-Read_c_-Read_c_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-edge-3"
                                xmi:uuid="0b8c396b-3821-490d-80f0-49a0ee770dfd"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Call_AssertEmptyPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Call_AssertEmptyPattern_"
                                xmi:uuid="1df056e7-47b3-4a49-b75f-10724209e2a1"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_"
                                    xmi:uuid="82489cec-d07c-46f7-be2b-c0f7763a1d67"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="6a01d4bc-d4e3-4580-9118-25cee3a84822"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="9ded551a-e773-4b9b-995c-3a9c3f1e0be3"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertEmptyPattern).argument(ends1)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_"
                                    xmi:uuid="a218b322-2a63-4a69-a477-6c0e5d6d8dec"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="1174c4da-d25a-463d-b832-c322ce555a61"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="41539397-c414-4053-bd6a-eda19dbe80bb"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertEmptyPattern).argument(ends2)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <name>Call(AssertEmptyPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertEmptyPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9"
                                xmi:uuid="96322b8e-270d-40aa-9dea-e2817adcb67a"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-edge-1"
                                    xmi:uuid="84b9bb65-3d1a-4c4f-a526-ddabc32d5365"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-edge-2"
                                    xmi:uuid="58822ec7-f242-488e-ae60-9d538694897e"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-Read_b_"
                                    xmi:uuid="1dcaf8ce-a933-4284-9280-9a203b474818"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-Read_b_-Read_b_.object"
                                        xmi:uuid="3c5bdb0f-4060-468f-ba03-f09f0feac98c"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-Read_b_-Read_b_.result"
                                        xmi:uuid="d0dc3b35-9395-4371-8af1-2fa7c20b313e"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-node-2"
                                    xmi:uuid="962252da-3ed6-4804-b84e-125a399aaff5"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_empty)@d65378)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-Read_c_"
                                    xmi:uuid="46092fbf-ddaa-4b03-8e1b-978cac0dac13"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-Read_c_-Read_c_.object"
                                        xmi:uuid="f4b04ad4-3d9e-446d-911d-596c2ea75e09"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-Read_c_-Read_c_.result"
                                        xmi:uuid="fd7d46bc-cc9c-4b40-9568-c5a37e5f8a1b"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                        />
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_18e0705-Tuple_1d84ac9-node-4"
                                    xmi:uuid="e4905358-737f-473e-817a-7b3effbb1c91"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_empty)@d65378)</name>
                                </node>
                                <name>Tuple@1d84ac9</name>
                            </node>
                            <name>ExpressionStatement@18e0705</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02"
                            xmi:uuid="d8f2ae04-ffaf-4adf-a78b-cf338e4453bc"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-edge-1"
                                xmi:uuid="9608f182-3c77-45d2-9a4e-b682b75bbaef"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Tuple_538e4-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-edge-2"
                                xmi:uuid="090f25b4-78f9-42ff-a252-f95f4d8cbfc6"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Tuple_538e4"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Call_WriteLine_"
                                xmi:uuid="5c8d46e5-cda9-4731-83b5-b73ba9ae9e2f"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="cd75beca-89a8-4076-9a9c-159f30c76a70"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="5c2aa98c-6a66-4ce4-945e-6250f3ae2c13"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="a549356a-a073-4aa6-aa28-385bfacce1bf"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Tuple_538e4"
                                xmi:uuid="99b2bf56-fe75-4ccc-a230-b055e755d0c9"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Tuple_538e4-Value____"
                                    xmi:uuid="81fb187a-c02b-4c56-b9ed-3e52fa55ff8f"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Tuple_538e4-Value____-Value____.result"
                                        xmi:uuid="90a7cdef-4c96-415e-b49e-90023060443c"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_17c7e02-Tuple_538e4-Value____-value"
                                        xmi:uuid="c856e26d-4486-471e-b0fe-1a04de9561d3"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@538e4</name>
                            </node>
                            <name>ExpressionStatement@17c7e02</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5"
                            xmi:uuid="3fefb0db-8d92-4f97-bc8f-c804552bfaaf"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-edge-1"
                                xmi:uuid="3b835433-07a0-4364-9ed9-9c6a15a6cdf6"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Tuple_1912e3a-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-edge-2"
                                xmi:uuid="c78f628a-eec2-44d8-a5ba-8a5180a2bfce"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Tuple_1912e3a"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Call_WriteLine_"
                                xmi:uuid="f3f49c04-beaa-4e33-89b3-8e9a93c5a0e9"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="bcd76536-5c31-4917-9323-a4892ce10e2b"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="7ab5991f-4c91-413b-8946-35a2210b4fd7"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="cb6e6dc8-7e42-4746-9a55-41ca84a878f6"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Tuple_1912e3a"
                                xmi:uuid="05238687-6c0d-4491-aab1-538068df436e"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Tuple_1912e3a-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__"
                                    xmi:uuid="b5691000-eab5-490e-8c7a-247cdc437699"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Tuple_1912e3a-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__.result"
                                        xmi:uuid="65ac08b6-06d1-492b-866e-7d4382204b4f"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Unconnected_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13eb5-Tuple_1912e3a-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-value"
                                        xmi:uuid="9fa43ed0-4f1e-4cf1-9572-8c4d30c51410"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Unconnected_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Unconnected_Pattern -")</name>
                                </node>
                                <name>Tuple@1912e3a</name>
                            </node>
                            <name>ExpressionStatement@13eb5</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453"
                            xmi:uuid="07d7321f-d2d5-4b19-ad81-76c95d5d5125"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-edge"
                                xmi:uuid="1b194294-6ef8-455c-a2bc-ad693b6a4f86"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-RightHandSide_7fd37d-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-Fork_a_unconnected__4af2a3"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-Fork_a_unconnected__4af2a3"
                                xmi:uuid="3d9a6412-4736-426a-88cd-ef794732cca6"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_unconnected)@4af2a3</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-RightHandSide_7fd37d"
                                xmi:uuid="cc9f9612-ae27-4af9-a9c0-91a2d55dfb34"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-RightHandSide_7fd37d-edge"
                                    xmi:uuid="a340120f-5da9-4f90-9004-c17dffb8ed20"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-RightHandSide_7fd37d-Create_A_Unconnected_Pattern_-Create_A_Unconnected_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-RightHandSide_7fd37d-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-RightHandSide_7fd37d-Call_A_Unconnected_Pattern_"
                                    xmi:uuid="d7366817-6fc7-4c09-9139-cb2598c795ab"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-RightHandSide_7fd37d-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.result_result_"
                                        xmi:uuid="39e218cb-05d5-41c7-944e-5a6721c91748"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Unconnected_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-RightHandSide_7fd37d-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.target"
                                        xmi:uuid="3b57c44d-8ce7-423f-9cb6-b883189e7f89"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Unconnected_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Unconnected_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-A_Unconnected_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-RightHandSide_7fd37d-Create_A_Unconnected_Pattern_"
                                    xmi:uuid="dd00fde0-59c5-48f5-b64c-0d6297e1e409"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ed7453-RightHandSide_7fd37d-Create_A_Unconnected_Pattern_-Create_A_Unconnected_Pattern_.result"
                                        xmi:uuid="b26a0a77-6652-4c6f-912e-8f31894c9a65"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Unconnected_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Unconnected_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@7fd37d</name>
                            </node>
                            <name>ExpressionStatement@ed7453</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34"
                            xmi:uuid="7814ff27-e35d-433a-a9d5-9222a7925e74"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-edge-1"
                                xmi:uuid="0c3da66a-113b-4245-9618-a4b50be3b45a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-edge-2"
                                xmi:uuid="7eba1cf6-1dd7-4703-ae91-4bd60e97d3f6"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Read_c_-Read_c_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-edge-3"
                                xmi:uuid="bf192b00-6597-4c91-a46a-79fb2dfd67e5"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-edge-4"
                                xmi:uuid="52e2d5d7-0494-4cf2-b1b5-01a9a89c7eee"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Value_3_-Value_3_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-edge-5"
                                xmi:uuid="4270c2e6-7e93-4bb1-99a4-73fe0e2408d4"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_"
                                xmi:uuid="4790f3a9-4145-4ec2-aa65-b6693f130b9f"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_"
                                    xmi:uuid="96e2fad4-c829-41e9-9a7c-31f1f44d8b07"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="a710a288-a0e1-4aba-9426-500961794467"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="85ebe13e-7474-4d9f-a60f-13c874c89450"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertUnconnectedPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_"
                                    xmi:uuid="1427323c-1c3e-4e54-90ef-e73ba472d723"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="0a2978db-511e-49da-9c3d-394f7d0d877d"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="d9667423-64bf-40a0-85db-1045bf40e8a1"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertUnconnectedPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n1_"
                                    xmi:uuid="f02fedd2-6a4b-465d-9d43-bec485c8f437"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertUnconnectedPattern).argument(n1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n2_"
                                    xmi:uuid="9ae8f843-4107-45f0-9bc2-adf3305bc54b"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertUnconnectedPattern).argument(n2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_helper_"
                                    xmi:uuid="1b5b3660-9dd4-4c3d-9751-265b8a55b13b"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertUnconnectedPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertUnconnectedPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42"
                                xmi:uuid="12e2c04d-d5bf-4256-81c9-2f9c555b508d"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-edge-1"
                                    xmi:uuid="f838ffa0-f28a-4811-a8eb-80996207ab58"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-edge-2"
                                    xmi:uuid="6a73cd03-455d-4214-a71c-b98dda606122"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Fork_Read_b_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-edge-3"
                                    xmi:uuid="7897b2c6-01b7-42b3-8b70-64b0d0c46f10"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Fork_Read_b_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__.inputElement"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-edge-4"
                                    xmi:uuid="d5751d5b-dabc-42f8-b084-176572e9902a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-node-8"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Read_b_"
                                    xmi:uuid="40d5aa7e-3abd-4838-baa3-3212d7b822ae"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Read_b_-Read_b_.object"
                                        xmi:uuid="93d64a53-7ede-49c2-aae1-62c82c431b73"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Read_b_-Read_b_.result"
                                        xmi:uuid="80fa5f5e-0071-4405-a3e7-a4589f355041"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-node-2"
                                    xmi:uuid="91f1e9a7-764e-421b-8417-9a759e28950f"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_unconnected)@4af2a3)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Fork_Read_b_.result_"
                                    xmi:uuid="193ffd08-26b2-4420-b37d-ee3809899021"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(b).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__"
                                    xmi:uuid="bf9d8cc8-cff1-4a9e-a19a-9df361603533"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__-edge-1"
                                        xmi:uuid="b48d30f8-ede9-451c-acb3-e3b1af29cd53"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__-Read_p_-Read_p_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__-edge-2"
                                        xmi:uuid="9a7d2bea-4fb8-4446-b351-046359f5ce2a"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__-Read_p_-Read_p_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__-Read_p_"
                                        xmi:uuid="0da1a238-9601-41d0-a526-959988f3278d"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__-Read_p_-Read_p_.object"
                                            xmi:uuid="007a937a-b18d-4901-80e3-eb3f02e19357"
                                            xmi:type="uml:InputPin">
                                            <name>Read(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__-Read_p_-Read_p_.result"
                                            xmi:uuid="4f8b81e6-f159-465e-8283-f69859aed244"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"
                                            />
                                        </result>
                                        <name>Read(p)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-p"
                                        />
                                    </node>
                                    <name>Collect(Read(p))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__.inputElement"
                                    xmi:uuid="6f394a63-87ab-45cb-8940-a24ec397e186"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__.outputElement"
                                    xmi:uuid="97991993-b3b9-4a02-b5e6-38a2365be154"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Read_c_"
                                    xmi:uuid="a4509a8a-e1d3-4a86-9e29-30b6b3c3f4c4"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Read_c_-Read_c_.object"
                                        xmi:uuid="dc326832-7fc1-4ccd-aa4d-cc016181203e"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Read_c_-Read_c_.result"
                                        xmi:uuid="418a9d49-f464-462d-870e-73948c3fd607"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                        />
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-node-8"
                                    xmi:uuid="d113957a-5d47-4efd-9509-0cee0faf0170"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_unconnected)@4af2a3)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Value_4_"
                                    xmi:uuid="6ec47176-d2d0-45cd-a543-1ccc232a57f2"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Value_4_-Value_4_.result"
                                        xmi:uuid="985a89dc-fbb8-4552-a574-fb01fa44cbc4"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Value_4_-value"
                                        xmi:uuid="5508f757-6a40-493d-9d87-34f352fdb88e"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Value_3_"
                                    xmi:uuid="3a94fa0f-858d-4149-bf59-dd9beff4ce21"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Value_3_-Value_3_.result"
                                        xmi:uuid="50d4a49e-2b1a-40f8-9a8b-e1561fe93e61"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(3).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_b10d34-Tuple_305b42-Value_3_-value"
                                        xmi:uuid="4ffcb835-5881-43b6-9c89-3f60e33e0415"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>3</value>
                                    </value>
                                    <name>Value(3)</name>
                                </node>
                                <name>Tuple@305b42</name>
                            </node>
                            <name>ExpressionStatement@b10d34</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b"
                            xmi:uuid="e654d7c0-fe94-4aae-a8ea-ed60d5236c53"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-edge-1"
                                xmi:uuid="b06f4239-394f-4f95-9930-43eb3ccb3ad1"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Tuple_16144ff-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-edge-2"
                                xmi:uuid="b897adf0-61c5-4feb-95a5-4002b4a74e8a"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Tuple_16144ff"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Call_WriteLine_"
                                xmi:uuid="99bccca1-a617-434e-92e3-fe1408105a76"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="21ffe9d5-64db-4dac-8b8a-9436c31d7c38"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="7b3d6a95-546b-468d-9352-d878ff0679a5"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="fc2c2d8f-302a-415a-af78-37bf9c8bdb34"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Tuple_16144ff"
                                xmi:uuid="241ba676-e6f5-4dd2-af61-ccda428407f6"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Tuple_16144ff-Value____"
                                    xmi:uuid="1b176273-3466-4cb7-8210-74e4baa36c8f"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Tuple_16144ff-Value____-Value____.result"
                                        xmi:uuid="1c092881-99a8-453f-9b0f-3a888bb4e1fe"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_697b6b-Tuple_16144ff-Value____-value"
                                        xmi:uuid="0d663bd9-a2a5-453b-8838-7e58ec44ba94"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@16144ff</name>
                            </node>
                            <name>ExpressionStatement@697b6b</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f"
                            xmi:uuid="b3e32629-6ad8-4ea9-9a1b-a512eb512d51"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-edge-1"
                                xmi:uuid="f6d384cc-4b37-43eb-a329-d62d9b6a0915"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Tuple_a6e645-Value__-_Testing_instantiation_of_A_Array_Pattern_-__-Value__-_Testing_instantiation_of_A_Array_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-edge-2"
                                xmi:uuid="14f242d2-72ef-4343-8e92-4d76c8c7f9e5"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Tuple_a6e645"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Call_WriteLine_"
                                xmi:uuid="0b22615b-79c9-4a9c-81ef-bf35c1a5346e"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="cf49fa88-e7ea-4e1e-9f7f-fd6b1610785f"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="972b9be5-993b-414a-a4d2-8c4b3556cf84"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="dfd2de2b-5b43-484a-a927-9cb14806b7de"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Tuple_a6e645"
                                xmi:uuid="1b98826c-2d7a-440c-8066-9fc01c4ee1d3"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Tuple_a6e645-Value__-_Testing_instantiation_of_A_Array_Pattern_-__"
                                    xmi:uuid="bde6b46d-2db6-4ffe-af2b-e1840ab15881"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Tuple_a6e645-Value__-_Testing_instantiation_of_A_Array_Pattern_-__-Value__-_Testing_instantiation_of_A_Array_Pattern_-__.result"
                                        xmi:uuid="1329e2b7-024c-4670-8249-c9de107e53d2"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Array_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_a8c26f-Tuple_a6e645-Value__-_Testing_instantiation_of_A_Array_Pattern_-__-value"
                                        xmi:uuid="9b7e6f82-d6d0-4ea4-93f0-40572b9c9dde"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Array_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Array_Pattern -")</name>
                                </node>
                                <name>Tuple@a6e645</name>
                            </node>
                            <name>ExpressionStatement@a8c26f</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9"
                            xmi:uuid="263feac3-8bdb-4c6c-b6a7-7b924bf05139"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-edge"
                                xmi:uuid="7b936ec2-34c0-4592-a235-b82c4dbd6364"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-RightHandSide_191be98-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-Fork_a_array__49d642"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-Fork_a_array__49d642"
                                xmi:uuid="baec0291-1e1e-4af6-b65e-439728e02de4"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_array)@49d642</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-RightHandSide_191be98"
                                xmi:uuid="ce8cf986-9c38-43e6-a492-87a69470c98b"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-RightHandSide_191be98-edge"
                                    xmi:uuid="ac72064f-7e19-48f5-92ea-f58337d29463"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-RightHandSide_191be98-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-RightHandSide_191be98-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-RightHandSide_191be98-Call_A_Array_Pattern_"
                                    xmi:uuid="2ad4a075-5db4-4265-9c11-e851e7ca4f39"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-RightHandSide_191be98-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result_result_"
                                        xmi:uuid="2cfa8166-7ea6-4943-b909-9a295fcd5049"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Array_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-RightHandSide_191be98-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                        xmi:uuid="4dbebc49-5774-4862-ad64-c044284ea299"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Array_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Array_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-A_Array_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-RightHandSide_191be98-Create_A_Array_Pattern_"
                                    xmi:uuid="9dc106d9-acc4-45d7-af97-8070ee47981c"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ddd7b9-RightHandSide_191be98-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"
                                        xmi:uuid="de5028bc-8627-4eb3-a5d2-a137eab03970"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Array_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Array_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@191be98</name>
                            </node>
                            <name>ExpressionStatement@ddd7b9</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76"
                            xmi:uuid="6366eb51-97b5-478a-9a0e-ba0fb749c182"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-edge-1"
                                xmi:uuid="e8919caa-32ef-4c31-8fc0-b91a0a14f964"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-edge-2"
                                xmi:uuid="9bc4fdcc-5694-461a-88c7-ce15a9e87c37"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Read_c_-Read_c_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-edge-3"
                                xmi:uuid="a001240f-618c-4b36-9411-214b34bf2729"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_n_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-edge-4"
                                xmi:uuid="b067952e-4710-4c84-9c83-2c336c6a7ed6"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_"
                                xmi:uuid="d5624658-b76c-4851-a9e6-942ac95d23ee"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_"
                                    xmi:uuid="300a3ebb-cb49-45c7-a490-e1ec1423f001"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="e76efd22-7599-45da-b44a-6ff7dd866599"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="67ae3f70-4461-4c73-8cea-65f7e2069a38"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertArrayPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_"
                                    xmi:uuid="8e341b41-5d48-4b65-a5de-5b9538c89292"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="21bf4c58-6795-4d6e-bd0e-6d8f0a66b955"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="a532626a-5eb0-4aac-8aec-f95542c0aceb"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertArrayPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_n_"
                                    xmi:uuid="20c8fafb-9e83-480c-a66d-40449b6592b6"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertArrayPattern).argument(n)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_helper_"
                                    xmi:uuid="f37df2e8-b719-4d00-992c-18686e183f0e"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertArrayPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertArrayPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertArrayPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6"
                                xmi:uuid="3a7e6167-8f93-461f-a7d2-67ce52c24cb8"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-edge-1"
                                    xmi:uuid="4063036d-5a05-421e-b0b7-aa4867255563"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-edge-2"
                                    xmi:uuid="7a29af16-0b00-45ce-b352-244b6b45c501"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Fork_Read_b_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-edge-3"
                                    xmi:uuid="7292391d-ff31-401c-9327-abb3ea01b4b8"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Fork_Read_b_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__.inputElement"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-edge-4"
                                    xmi:uuid="3b1ef7b4-8292-4d79-81f2-b75d2f6bd15b"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-node-8"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Read_b_"
                                    xmi:uuid="3747c8ee-ca71-42f9-8715-343f24fb2fe4"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Read_b_-Read_b_.object"
                                        xmi:uuid="ec846eb9-a24d-4dfd-a715-9742a171a774"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Read_b_-Read_b_.result"
                                        xmi:uuid="0d4dfb0d-e69c-48dc-a781-fc3464f29e9e"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-node-2"
                                    xmi:uuid="eb5136bc-9048-4e1b-9d3c-4da281f192af"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_array)@49d642)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Fork_Read_b_.result_"
                                    xmi:uuid="0e047cc4-e950-410b-8e8a-7c1bc6ff5541"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(b).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__"
                                    xmi:uuid="2476ad57-3fd7-49f3-a2fd-2d211d9d8b4b"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__-edge-1"
                                        xmi:uuid="16a43f42-6600-45e5-b708-3b4e7feffb00"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__-Read_p_-Read_p_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__-edge-2"
                                        xmi:uuid="90103d70-1baf-4c75-bd33-8892d89926bc"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__-Read_p_-Read_p_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__-Read_p_"
                                        xmi:uuid="b5120e21-cf32-49ef-b6fa-a24329341020"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__-Read_p_-Read_p_.object"
                                            xmi:uuid="c783870c-abff-4c8b-8953-6d2ba596ee8d"
                                            xmi:type="uml:InputPin">
                                            <name>Read(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__-Read_p_-Read_p_.result"
                                            xmi:uuid="4e7fcfe9-d3b4-43cf-a6af-c6a2e9a69fa3"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"
                                            />
                                        </result>
                                        <name>Read(p)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-p"
                                        />
                                    </node>
                                    <name>Collect(Read(p))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__.inputElement"
                                    xmi:uuid="7ca77577-4cac-48c8-9a52-0b674add9880"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__.outputElement"
                                    xmi:uuid="6f394d1b-3928-4852-8213-cec98e637313"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Read_c_"
                                    xmi:uuid="13c681d6-df0c-4751-913b-7cb244fe4537"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Read_c_-Read_c_.object"
                                        xmi:uuid="82ba1216-82d9-4d25-b088-ec910ddef348"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Read_c_-Read_c_.result"
                                        xmi:uuid="17a36370-5686-4488-942d-aa17ab135718"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                        />
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-node-8"
                                    xmi:uuid="12bab5a6-ef1b-400b-bcef-244d6ea4677a"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_array)@49d642)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Value_4_"
                                    xmi:uuid="7118b346-27b7-4b0e-84b8-2973f51b6a5a"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Value_4_-Value_4_.result"
                                        xmi:uuid="26f1389b-fbb0-4b14-9fc1-49b0b2d011bc"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1878d76-Tuple_bdcfc6-Value_4_-value"
                                        xmi:uuid="d06a21b1-7afe-41c8-89b8-1857ac2659d9"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <name>Tuple@bdcfc6</name>
                            </node>
                            <name>ExpressionStatement@1878d76</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32"
                            xmi:uuid="3c633508-5601-4164-98e3-623d7903d3b9"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-edge-1"
                                xmi:uuid="3ba6d3c7-3407-4cbd-ba57-5005ee939670"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Tuple_b05807-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-edge-2"
                                xmi:uuid="fb9fe4c9-3f3d-4600-be81-661a4a4bcb05"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Tuple_b05807"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Call_WriteLine_"
                                xmi:uuid="f6c9815c-4276-4fe0-9b52-59bc2912e6cc"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="2493546b-6bef-4db9-8a06-98979195cf78"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="68eb3ce7-d1a5-4d65-8a85-7f4564cd9975"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="21a059ab-8a72-464f-a340-f7979b8ab947"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Tuple_b05807"
                                xmi:uuid="a097b4f6-7807-4326-9dc5-44400bd502a9"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Tuple_b05807-Value____"
                                    xmi:uuid="abfabb6d-c82e-4253-a38d-9dcb301e386f"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Tuple_b05807-Value____-Value____.result"
                                        xmi:uuid="a6a7214f-32cd-4536-9e66-2228ea02a25d"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_1385c32-Tuple_b05807-Value____-value"
                                        xmi:uuid="731f2d62-a69a-4f5a-be84-b8cdc0224e17"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@b05807</name>
                            </node>
                            <name>ExpressionStatement@1385c32</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142"
                            xmi:uuid="38303b90-4b10-4bfe-96b5-4bb781a82cb4"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-edge-1"
                                xmi:uuid="5e1c9526-4787-471d-8fcd-8219a135cc98"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Tuple_1f5f679-Value__-_Testing_instantiation_of_A_Star_Pattern_-__-Value__-_Testing_instantiation_of_A_Star_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-edge-2"
                                xmi:uuid="b5182fa6-35d7-418c-839c-9dc4889969e1"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Tuple_1f5f679"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Call_WriteLine_"
                                xmi:uuid="5a21b508-36a8-442d-8a7b-88e3bb5264d6"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="ab83fa9c-479f-4b3b-8572-149184014290"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="621f6b44-a26f-43cb-8d91-89156cc2ca89"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="d3eede60-3151-411f-9054-19ac3b33d3e6"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Tuple_1f5f679"
                                xmi:uuid="af0e299f-135b-43c9-8679-95900beea0ee"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Tuple_1f5f679-Value__-_Testing_instantiation_of_A_Star_Pattern_-__"
                                    xmi:uuid="5e2b1d99-6873-4cf5-a67f-8534d40a9c97"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Tuple_1f5f679-Value__-_Testing_instantiation_of_A_Star_Pattern_-__-Value__-_Testing_instantiation_of_A_Star_Pattern_-__.result"
                                        xmi:uuid="bbc1e7a7-1464-4ef8-b9cd-f11d204be5f3"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Star_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_13be142-Tuple_1f5f679-Value__-_Testing_instantiation_of_A_Star_Pattern_-__-value"
                                        xmi:uuid="0b855ad5-a76a-442f-b0e4-5f098fec837a"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Star_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Star_Pattern -")</name>
                                </node>
                                <name>Tuple@1f5f679</name>
                            </node>
                            <name>ExpressionStatement@13be142</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd"
                            xmi:uuid="2d2a3664-cc3e-4255-8d7b-6bf0235daa15"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-edge"
                                xmi:uuid="b5fb9363-e0ce-49e7-8bd5-21da11de6c24"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-RightHandSide_b76101-Call_A_Star_Pattern_-Call_A_Star_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-Fork_a_star__2a17a"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-Fork_a_star__2a17a"
                                xmi:uuid="cb8f5b73-79ff-4add-ac87-4c940b25ceac"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_star)@2a17a</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-RightHandSide_b76101"
                                xmi:uuid="f2d1209c-c643-4914-96d1-12d1134294db"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-RightHandSide_b76101-edge"
                                    xmi:uuid="3a6deb0a-03b6-4811-b3d1-a97d5a1899eb"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-RightHandSide_b76101-Create_A_Star_Pattern_-Create_A_Star_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-RightHandSide_b76101-Call_A_Star_Pattern_-Call_A_Star_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-RightHandSide_b76101-Call_A_Star_Pattern_"
                                    xmi:uuid="8a14931f-0d4c-489d-9cee-112d8debc01a"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-RightHandSide_b76101-Call_A_Star_Pattern_-Call_A_Star_Pattern_.result_result_"
                                        xmi:uuid="17d4a1a7-ac67-4105-a32f-ae942a3bfb8e"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Star_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-RightHandSide_b76101-Call_A_Star_Pattern_-Call_A_Star_Pattern_.target"
                                        xmi:uuid="fa42e661-af50-461c-a9b9-7cc0303467ad"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Star_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Star_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-A_Star_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-RightHandSide_b76101-Create_A_Star_Pattern_"
                                    xmi:uuid="200cc57c-0a27-4222-ad95-7d5a5065a1ab"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_9437bd-RightHandSide_b76101-Create_A_Star_Pattern_-Create_A_Star_Pattern_.result"
                                        xmi:uuid="e4de2e6e-e1b3-428f-9be9-abd9b77210f7"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Star_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Star_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@b76101</name>
                            </node>
                            <name>ExpressionStatement@9437bd</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54"
                            xmi:uuid="96abff6a-1605-4dd9-ae67-7264e23ec039"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-edge-1"
                                xmi:uuid="e242e40f-916b-407f-b8ca-3a6628918c6a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-edge-2"
                                xmi:uuid="dea24f93-0664-46aa-87c1-3bd19ad7c625"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Read_c_-Read_c_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-edge-3"
                                xmi:uuid="26042b7a-f281-47de-9e6c-219661381121"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-edge-4"
                                xmi:uuid="4722a9f7-8ef0-40ee-b0a0-d495b2696d27"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Value_5_-Value_5_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-edge-5"
                                xmi:uuid="a4a525fc-521c-4653-a4a2-84eebc54af75"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_"
                                xmi:uuid="443b85b7-de00-4a39-9f8e-08863e756709"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_"
                                    xmi:uuid="30317216-ae5e-4a24-854c-9c8b614f05a1"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="b2aa3c72-c65e-4d1b-91f9-f1e5279f1af4"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="0e9b1559-b670-4bb8-9378-dcf837e61ddb"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertStarPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_"
                                    xmi:uuid="2bb81127-a34d-4fa7-bbd8-b2279dc50fa3"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="23e6780b-42de-4033-815b-dd438172d499"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="163d7e85-9884-4fb7-b9e9-f8a25f90c784"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertStarPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n1_"
                                    xmi:uuid="8c4d7df6-d3d1-4762-802d-ec629d25828d"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertStarPattern).argument(n1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n2_"
                                    xmi:uuid="9b9cab09-7f0d-4a16-a734-32612cf83b7e"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertStarPattern).argument(n2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_helper_"
                                    xmi:uuid="3f733a14-3ae7-4a5f-9001-84f890ad2031"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertStarPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertStarPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertStarPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458"
                                xmi:uuid="92ee9ef7-ef07-48b6-a442-22b127427547"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-edge-1"
                                    xmi:uuid="f6ac17c6-4d47-4843-b181-82c3076aebf4"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-edge-2"
                                    xmi:uuid="e530c3b5-48c8-4a8d-bafc-dd3df9f8deea"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Fork_Read_b_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-edge-3"
                                    xmi:uuid="8d6478ec-bdd4-4949-af86-7fe7436dc028"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Fork_Read_b_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__.inputElement"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-edge-4"
                                    xmi:uuid="aa7b2690-29b2-4955-a254-2392aa1ce0e8"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-node-8"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Read_b_"
                                    xmi:uuid="9cf6719d-a70f-4f0a-b2ce-c1f9bc3eb651"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Read_b_-Read_b_.object"
                                        xmi:uuid="e8c94b63-6bc1-4ac4-a596-e9c0851d9bc0"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Read_b_-Read_b_.result"
                                        xmi:uuid="3832b9ff-843e-42a3-b5cf-3b418332d8b5"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-node-2"
                                    xmi:uuid="1033826e-497c-454c-afeb-13832b0cab49"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_star)@2a17a)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Fork_Read_b_.result_"
                                    xmi:uuid="2791e1cc-cd59-46bf-9f17-d2358b8c0e24"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(b).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__"
                                    xmi:uuid="bad307c6-5dbc-4b76-8b1e-6a7f9c9974f3"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__-edge-1"
                                        xmi:uuid="afe6bc6d-90e1-4027-b926-8accfb864dce"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__-Read_p_-Read_p_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__-edge-2"
                                        xmi:uuid="3274acbb-c3e9-4c67-bbe4-3109ffd5c257"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__-Read_p_-Read_p_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__-Read_p_"
                                        xmi:uuid="399e6acc-be65-4a89-b239-e726fd1a5d77"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__-Read_p_-Read_p_.object"
                                            xmi:uuid="aa8c8bf8-772e-4029-ba5b-0a44ae8c3635"
                                            xmi:type="uml:InputPin">
                                            <name>Read(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__-Read_p_-Read_p_.result"
                                            xmi:uuid="d4079b5c-b768-4c47-b609-7b7d83dd4db5"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"
                                            />
                                        </result>
                                        <name>Read(p)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-p"
                                        />
                                    </node>
                                    <name>Collect(Read(p))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__.inputElement"
                                    xmi:uuid="0abadd7e-e98f-4a7a-8f2e-b7038eed4989"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__.outputElement"
                                    xmi:uuid="fac8e2f0-9f85-4f5c-8eb7-c33fb42e06f7"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Read_c_"
                                    xmi:uuid="b960b984-a46c-4cc8-8b6c-4a96ce6ff792"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Read_c_-Read_c_.object"
                                        xmi:uuid="c9d31245-e499-425b-9c6c-408c5f14b9c4"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Read_c_-Read_c_.result"
                                        xmi:uuid="6333bfa1-92e8-47c3-956b-6b3b441045fb"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                        />
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-node-8"
                                    xmi:uuid="e5a492f5-5723-415e-b3e1-5d0f499a4dc4"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_star)@2a17a)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Value_4_"
                                    xmi:uuid="63b36043-1e03-4b6b-a897-6aa680d89afc"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Value_4_-Value_4_.result"
                                        xmi:uuid="cf00bf84-3d22-4607-be0c-94257846eea1"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Value_4_-value"
                                        xmi:uuid="ef073adc-816d-4c3c-a44b-6cd5f6fb760b"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Value_5_"
                                    xmi:uuid="ad2cd120-41bd-4684-8f10-2978047d59f7"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Value_5_-Value_5_.result"
                                        xmi:uuid="c0759ec0-8aaf-4985-843a-6479e355d073"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(5).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-TestCase_Assembly_PWP_P-Body_TestCase_Assembly_PWP_P_-ExpressionStatement_ad6e54-Tuple_1305458-Value_5_-value"
                                        xmi:uuid="d7f499cd-1729-4639-b7f0-4dc0b8ce2642"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>5</value>
                                    </value>
                                    <name>Value(5)</name>
                                </node>
                                <name>Tuple@1305458</name>
                            </node>
                            <name>ExpressionStatement@ad6e54</name>
                        </node>
                        <name>Body(TestCase_Assembly_PWP_P)</name>
                    </node>
                    <name>TestCase_Assembly_PWP_P</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern"
                    xmi:uuid="3f1af3db-533c-43bc-8267-40174f39d6c9" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-ownedComment"
                        xmi:uuid="44d67f73-8551-439f-bb6d-4e8d4887da6f" xmi:type="uml:Comment">
                        <body>Empty pattern:
lower bound of part b and c is 0</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-b"
                        xmi:uuid="ab32eff1-6c31-4537-9827-5cbebbf634ae" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-b-lowerValue"
                            xmi:uuid="c2065037-f81f-400a-bf09-290cf598bfca"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-b-upperValue"
                            xmi:uuid="000e3ae0-9846-4cda-9408-2aa122d24ccf"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-c"
                        xmi:uuid="4261e103-46d1-4d95-acea-94330bfe719c" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-c-lowerValue"
                            xmi:uuid="64bb8218-db3f-480a-8734-91fe37d52045"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-c-upperValue"
                            xmi:uuid="6e4c980d-661a-46d6-8346-5e5cf1ee3e49"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-r"
                        xmi:uuid="8d265b8c-6986-40b3-9228-a044f2a09a4e" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-r-end-1"
                            xmi:uuid="1b2d5fe5-bbc7-4998-9149-4e62b2ff75c2"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-r-end-1-upperValue"
                                xmi:uuid="1504b0be-127c-49be-bf84-8fe71315b54d"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-p"/>
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-r-end-2"
                            xmi:uuid="87478d5c-4944-4a1d-b954-0b3e31d0c178"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-r-end-2-upperValue"
                                xmi:uuid="9f723d63-10f5-4b94-a544-1a8e8331d4ef"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-c"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-A_Empty_Pattern"
                        xmi:uuid="99537d65-80d0-4deb-a202-484caa6a442c" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern-A_Empty_Pattern-result"
                            xmi:uuid="8b544f5f-5b69-4740-9092-f9c4fc30fad5" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Empty_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Empty_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Empty_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern"
                    xmi:uuid="5f13dfc2-f9f5-4755-98a2-1edc11eba838" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-ownedComment"
                        xmi:uuid="4de0e432-43a8-406e-8ccf-219e0aa303bc" xmi:type="uml:Comment">
                        <body>Array pattern:
lower bound of b and c are equals
lower bound on ends of connector r is 1</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-b"
                        xmi:uuid="5cc84da9-41ae-4b91-891b-c7e537d49c98" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-b-lowerValue"
                            xmi:uuid="2c054078-83aa-41f7-9121-39936f69faf4"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-b-upperValue"
                            xmi:uuid="880cb066-8ea9-4608-8532-1e93fd83067a"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-c"
                        xmi:uuid="f3249680-70c5-4514-9e49-0c446cc2a81f" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-c-lowerValue"
                            xmi:uuid="6ed2182f-5044-41b9-85fe-50dea19a3ddf"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-c-upperValue"
                            xmi:uuid="08c5d23e-f282-41f5-a2fc-9ac975114ec4"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-r"
                        xmi:uuid="a4e21f85-34a3-4e15-9d02-e6a32a55608a" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-r-end-1"
                            xmi:uuid="8e0e92f2-5b79-438b-b881-c47c4d3bffb7"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-r-end-1-upperValue"
                                xmi:uuid="089faaa7-7233-4539-b7a3-ccb2abe485c9"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-p"/>
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-r-end-2"
                            xmi:uuid="edb802d0-69b7-4120-bc9d-dbe3e42e6a04"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-r-end-2-upperValue"
                                xmi:uuid="e8eaeeff-6657-402d-8512-b8491c521e10"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-c"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-A_Array_Pattern"
                        xmi:uuid="5a884497-4666-49d0-bbcd-5e5c35d7f0db" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern-A_Array_Pattern-result"
                            xmi:uuid="86d29f43-1847-41a0-8deb-9fcbb48ba5af" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Array_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Array_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Array_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern"
                    xmi:uuid="750270a8-a817-427e-a718-f42f3c375b02" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-ownedComment"
                        xmi:uuid="04704c36-38e0-4c73-aeb8-561d14276bc7" xmi:type="uml:Comment">
                        <body>Star pattern:
lower bound on ends of connector r equal lower bound of connected parts</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-b"
                        xmi:uuid="32fe8850-519c-4b6d-9be4-aa8dc0edd1c3" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-b-lowerValue"
                            xmi:uuid="add9b546-8f8e-4f4d-9918-06dea26ac646"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-b-upperValue"
                            xmi:uuid="8f37a3ed-7d3f-483e-bdcf-78b422a17f94"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-c"
                        xmi:uuid="4242c47e-ab56-47c2-a806-729f1697bd81" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-c-lowerValue"
                            xmi:uuid="c6a1dbe2-d6e5-49d5-abc0-4e7285705146"
                            xmi:type="uml:LiteralInteger">
                            <value>5</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-c-upperValue"
                            xmi:uuid="ba3dc4ff-e2de-48aa-a862-25d7991e68f5"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-r"
                        xmi:uuid="e1ed6821-dfae-49f4-aa61-431548258487" xmi:type="uml:Connector">
                        <end xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-r-end-1"
                            xmi:uuid="b18e33fc-ccc5-4d23-94d6-196c241befd9"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-r-end-1-lowerValue"
                                xmi:uuid="23ff38c5-d4e1-4a68-bd9c-f3a41fb2b8f9"
                                xmi:type="uml:LiteralInteger">
                                <value>4</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-r-end-1-upperValue"
                                xmi:uuid="cb89bd05-c69a-4133-9de1-55159085eb14"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-p"/>
                        </end>
                        <end xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-r-end-2"
                            xmi:uuid="07ecc3bf-753c-4c8e-b772-81777aa79e09"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-r-end-2-lowerValue"
                                xmi:uuid="91e77ca7-535c-4ebd-aebd-d63e4b53f239"
                                xmi:type="uml:LiteralInteger">
                                <value>5</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-r-end-2-upperValue"
                                xmi:uuid="b7069e79-29a0-4aa9-b09e-7704484989bc"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-c"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-A_Star_Pattern"
                        xmi:uuid="a7ec4feb-e056-4721-b85e-b281d7c63a94" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern-A_Star_Pattern-result"
                            xmi:uuid="e0406562-bf05-43bd-8ce8-1fb2bf606915" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Star_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Star_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Star_Pattern</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper"
                    xmi:uuid="ab320121-9d1d-4011-96bd-14118546a3d3" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedComment"
                        xmi:uuid="b55d46c4-172c-4980-9e8f-99e2054dc53c" xmi:type="uml:Comment">
                        <body>IntegerFunctions::Min('#ends1', n1) ;</body>
                    </ownedComment>
                    <generalization
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-generalization"
                        xmi:uuid="c07c2c8a-665e-41a8-bd7e-2dc31c626f25"
                        xmi:type="uml:Generalization">
                        <general xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                    </generalization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1"
                        xmi:uuid="86eaf8b8-ac48-43c2-813c-cc6b1c62a9de" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-ownedComment"
                            xmi:uuid="6a9a653a-53fe-44fa-80f3-637f7d82292b" xmi:type="uml:Comment">
                            <body>namespace 'Test Suites'::'Test Suite 1'::Assembly_PWP_P::AssertCompositeHelper ;

private import Alf::Library::CollectionFunctions::includes ;

activity assertConnected(in message : String, in end1 : any, in end2 : any) { 
	AssertTrue(message, R::y((IImpl)end1)-&gt;includes((C)end2)) ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-1"
                            xmi:uuid="47f15af4-9b72-41b9-96ee-2dac67752ae7" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-2"
                            xmi:uuid="b9b70e69-4f46-4281-836f-712d60dab40c" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-3"
                            xmi:uuid="7ee1f42e-18d7-4675-8abf-b42495d02d66" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-edge-1"
                            xmi:uuid="04edda86-c429-4c26-8586-12a247a8a127"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Input_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Fork_message_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-edge-2"
                            xmi:uuid="beb7e941-9644-4c68-9cee-c73446fc8058"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Input_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Fork_end1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-edge-3"
                            xmi:uuid="684d8246-2f88-4b73-ad3c-6e3027a564ee"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Input_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Fork_end2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-edge-4"
                            xmi:uuid="f939a6c2-3297-462a-b9a2-9611a2c0f9e5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Fork_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-edge-5"
                            xmi:uuid="af1c99c6-e7f0-455a-a2b8-7d4a01aef07d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Fork_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-edge-6"
                            xmi:uuid="264309df-ecc9-4ea9-8252-8b6c7a35006b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Fork_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead.inputElement"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Input_message_"
                            xmi:uuid="2b364077-6e4b-4b00-9886-98f8b8b26a35"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(message)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-1"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Fork_message_"
                            xmi:uuid="3fafafd7-3aeb-4b49-a3a1-18a6d6702b0d" xmi:type="uml:ForkNode">
                            <name>Fork(message)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Input_end1_"
                            xmi:uuid="e079736d-3782-4002-896a-1db0939006e5"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end1)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-2"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Fork_end1_"
                            xmi:uuid="2124a8a0-75c4-48a3-9b16-66c7d3ec1d48" xmi:type="uml:ForkNode">
                            <name>Fork(end1)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Input_end2_"
                            xmi:uuid="988f1eda-8c06-4a20-9f26-7a1b06e97e9f"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end2)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-3"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Fork_end2_"
                            xmi:uuid="075f702a-db72-4790-b849-5077e92782f6" xmi:type="uml:ForkNode">
                            <name>Fork(end2)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_"
                            xmi:uuid="7066138e-88cb-4be4-b281-265cffa1667b"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136"
                                xmi:uuid="377bd11f-55ab-44ff-95d5-8f2943760aad"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-edge-1"
                                    xmi:uuid="72a68a0d-c9a9-447e-a267-893a870f8fb2"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-edge-2"
                                    xmi:uuid="35ef3375-2dba-4b23-8f6b-ca093b2d3422"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Call_AssertTrue_"
                                    xmi:uuid="07fa00ba-1fec-4ccc-8b12-86669275c11a"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="0ee7ba0d-25b0-425d-a9cf-30ecbad84fe5"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="b8cca3ed-2f3c-4d94-acec-a0830375b8b9"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a"
                                    xmi:uuid="49f40084-1768-4812-99d3-431c89e7401b"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-edge-1"
                                        xmi:uuid="f74b137c-6fb4-425e-a259-a160e23e9382"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-ReadLink_y_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_seq_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-edge-2"
                                        xmi:uuid="05a6aee8-8c10-4a22-b690-1743dc249498"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead.outputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_element_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-edge-3"
                                        xmi:uuid="683497aa-b791-4a21-bfc4-f1df1806893e"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___"
                                        xmi:uuid="4deb4e11-1bdb-4377-93fd-a1a904368285"
                                        xmi:type="uml:CallBehaviorAction">
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_seq_"
                                            xmi:uuid="664f5bdb-cd69-4590-b795-d895a5639e94"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_seq_-lowerValue"
                                                xmi:uuid="09b5ff7d-b023-4b27-b19f-b7d62180ba11"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_seq_-upperValue"
                                                xmi:uuid="a447a5cd-c7ed-4741-ac22-c94d42952391"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_P$C__).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                            />
                                        </argument>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_element_"
                                            xmi:uuid="135e1c4f-6398-484f-a730-9a2489f811db"
                                            xmi:type="uml:InputPin">
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_P$C__).argument(element)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                            />
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.result__"
                                            xmi:uuid="e952d669-26a5-47c4-aea6-6bb78553490e"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_P$C__).result()</name>
                                        </result>
                                        <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_P$C__)</name>
                                        <behavior
                                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26"
                                        xmi:uuid="c90ec600-5f98-4aa8-bba7-fca763ad8e86"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-edge-1"
                                            xmi:uuid="cd3a9d95-fa14-47f8-97b6-7a433088ca9f"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b.outputElement"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-edge-2"
                                            xmi:uuid="ba779603-708c-4fb0-a6d9-0712b937625f"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_"
                                            xmi:uuid="701a0093-e3b3-4e4b-b62d-99005b75f915"
                                            xmi:type="uml:ReadLinkAction">
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-endData-1"
                                                xmi:uuid="fa9b5b8b-8ebe-40cf-b8de-63e5b2adb92d"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-y"
                                                />
                                            </endData>
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-endData-2"
                                                xmi:uuid="cde8e4b9-cfd3-4fb1-a6fe-e39ce02e90bb"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-x"/>
                                                <value
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                />
                                            </endData>
                                            <inputValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                xmi:uuid="6d8cbcd2-fe08-4cba-b399-1bc1c9b14977"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-ReadLink_y_.inputValue_x_-lowerValue"
                                                  xmi:uuid="e3594e0c-31df-401d-bc20-40cf5ea40ffc"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-ReadLink_y_.inputValue_x_-upperValue"
                                                  xmi:uuid="4bb8c0ac-b349-4f40-a370-935ef2d019e3"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).inputValue(x)</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"
                                                />
                                            </inputValue>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-ReadLink_y_.result"
                                                xmi:uuid="22d67126-0bf0-4730-8746-41151f36ea49"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-ReadLink_y_.result-lowerValue"
                                                  xmi:uuid="422b44bf-72ef-40ec-acb9-b8671ab60d82"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-ReadLink_y_-ReadLink_y_.result-upperValue"
                                                  xmi:uuid="d2c1f259-9dca-44f9-a77b-10b30b521885"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).result</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                                />
                                            </result>
                                            <name>ReadLink(y)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba"
                                            xmi:uuid="4b5725a6-d606-4aef-81ea-111d07f681df"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b"
                                                xmi:uuid="605f1cb4-d2bc-43ce-98e9-18b5b3fc08c8"
                                                xmi:type="uml:ExpansionRegion">
                                                <inputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b.inputElement"/>
                                                <outputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b.outputElement"/>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-edge-1"
                                                  xmi:uuid="ef2e63a6-e811-4e8c-bf14-838c496b94f7"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-edge-2"
                                                  xmi:uuid="dd1d1a4c-3c36-405a-becc-e37333d89ac1"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-edge-3"
                                                  xmi:uuid="dc866d33-1213-46de-a410-bfb790eaa1eb"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-edge-4"
                                                  xmi:uuid="a4497555-675e-41ed-86b8-139157ac4362"
                                                  xmi:type="uml:ObjectFlow">
                                                  <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-edge-4-guard"
                                                  xmi:uuid="3db47dec-cfc6-4bf0-b9d0-400fdae5f903"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                  </guard>
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Merge_CastExpression_1813d4b.operand_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-edge-5"
                                                  xmi:uuid="4d419e6d-bc84-40d6-ac0e-926b653e4495"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b.inputElement"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-edge-6"
                                                  xmi:uuid="8c321a86-54a2-4c9b-831d-ceeb22e23d9d"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Merge_CastExpression_1813d4b.operand_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b.outputElement"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Merge_CastExpression_1813d4b.operand_"
                                                  xmi:uuid="f71fd0c4-6c3a-4305-b03d-b8813a14eddb"
                                                  xmi:type="uml:MergeNode">
                                                  <name>Merge(CastExpression@1813d4b.operand)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-ReadIsClassifiedObject_IImpl_"
                                                  xmi:uuid="5b5e3a8b-ced5-4120-8f0d-ffc2e3aebf84"
                                                  xmi:type="uml:ReadIsClassifiedObjectAction">
                                                  <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="ff2d4bc6-e0d0-482d-bcf1-b4239492db26"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </object>
                                                  <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="19aa8201-6833-48ea-b069-a91a87af771f"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <name>ReadIsClassifiedObject(IImpl)</name>
                                                  <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  xmi:uuid="d8614a95-5d6f-45d1-b5c4-7455740dc22d"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  xmi:uuid="0ba755b9-b4ee-4d64-be50-4b997f1b7b3f"
                                                  xmi:type="uml:DecisionNode">
                                                  <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                  <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b-edge-3"
                                                  />
                                                </node>
                                                <name>CastExpression@1813d4b</name>
                                                <mode>parallel</mode>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b.inputElement"
                                                xmi:uuid="4fa72780-20f2-4c97-bec7-8901e193a263"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@1813d4b.inputElement</name>
                                                <regionAsInput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b.outputElement"
                                                xmi:uuid="a5816718-c901-48ae-aa5e-58f72e14db0e"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@1813d4b.outputElement</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"/>
                                                <regionAsOutput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-Tuple_7cfba-CastExpression_1813d4b"
                                                />
                                            </node>
                                            <name>Tuple@7cfba</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead"
                                            xmi:uuid="573a0d49-5e8d-48a2-b51d-a5f325c158d1"
                                            xmi:type="uml:ExpansionRegion">
                                            <inputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead.inputElement"/>
                                            <outputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead.outputElement"/>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-edge-1"
                                                xmi:uuid="67b67e1b-2260-416e-9063-0bf773ab68dd"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Fork_ReadIsClassifiedObject_C_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.object"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-edge-2"
                                                xmi:uuid="42583c47-8f5e-4431-84e1-36970929f0f6"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Fork_ReadIsClassifiedObject_C_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Decision_ReadIsClassifiedObject_C_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-edge-3"
                                                xmi:uuid="dee1d8a7-c392-4193-9a6b-81e8aeca7afe"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.result"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Decision_ReadIsClassifiedObject_C_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-edge-4"
                                                xmi:uuid="6f671ca1-2acc-4035-b6e7-0824aa007136"
                                                xmi:type="uml:ObjectFlow">
                                                <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-edge-4-guard"
                                                  xmi:uuid="18474cad-3f70-4abc-81f2-c3476962efc3"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                </guard>
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Decision_ReadIsClassifiedObject_C_.result_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Merge_CastExpression_1df2ead.operand_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-edge-5"
                                                xmi:uuid="7c06518d-cd36-497e-b71d-5cd9c5d5a55b"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead.inputElement"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Fork_ReadIsClassifiedObject_C_.object_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-edge-6"
                                                xmi:uuid="3d18f55f-9005-4338-b7fd-157eb8eb6c30"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Merge_CastExpression_1df2ead.operand_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead.outputElement"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Merge_CastExpression_1df2ead.operand_"
                                                xmi:uuid="9b206da6-2b0e-40c9-9049-9cc2417e653f"
                                                xmi:type="uml:MergeNode">
                                                <name>Merge(CastExpression@1df2ead.operand)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-ReadIsClassifiedObject_C_"
                                                xmi:uuid="8a312262-4765-498f-9973-61e82320c06b"
                                                xmi:type="uml:ReadIsClassifiedObjectAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.object"
                                                  xmi:uuid="0ebfdaee-8f70-40bd-9067-699530bd54d5"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(C).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.result"
                                                  xmi:uuid="de5dda7e-083c-44d9-be79-179498f5c10f"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(C).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>ReadIsClassifiedObject(C)</name>
                                                <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Fork_ReadIsClassifiedObject_C_.object_"
                                                xmi:uuid="11bcf49e-cd88-45df-85b5-175c231567f2"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(ReadIsClassifiedObject(C).object)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-Decision_ReadIsClassifiedObject_C_.result_"
                                                xmi:uuid="ddbb9dc0-f6c5-42ac-a52d-c626745c3104"
                                                xmi:type="uml:DecisionNode">
                                                <name>Decision(ReadIsClassifiedObject(C).result)</name>
                                                <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead-edge-3"
                                                />
                                            </node>
                                            <name>CastExpression@1df2ead</name>
                                            <mode>parallel</mode>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead.inputElement"
                                            xmi:uuid="f68d8b58-ce54-4fe5-9341-a276ceae6b77"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@1df2ead.inputElement</name>
                                            <regionAsInput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead.outputElement"
                                            xmi:uuid="590dc1d0-55fb-42ba-a71d-c5cef2b295ed"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@1df2ead.outputElement</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"/>
                                            <regionAsOutput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_1214136-Tuple_4d554a-Tuple_1458c26-CastExpression_1df2ead"
                                            />
                                        </node>
                                        <name>Tuple@1458c26</name>
                                    </node>
                                    <name>Tuple@4d554a</name>
                                </node>
                                <name>ExpressionStatement@1214136</name>
                            </node>
                            <name>Body(assertConnected)</name>
                        </node>
                        <name>assertConnected</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedOperation-1"
                        />
                    </ownedBehavior>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2"
                        xmi:uuid="7924256f-b9f8-477b-9b90-a721b2d276a8" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-ownedComment"
                            xmi:uuid="259bcf8e-eb44-4cd8-927d-82058db6993f" xmi:type="uml:Comment">
                            <body>namespace 'Test Suites'::'Test Suite 1'::Assembly_PWP_P::AssertCompositeHelper ;

private import Alf::Library::CollectionFunctions::includes ;

activity assertNodeConnected_method(in message : String, in end1 : any, in end2 : any) { 
	AssertTrue(message, ! R::y((IImpl)end1)-&gt;includes((C)end2)) ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-1"
                            xmi:uuid="07af5c33-bab6-41b2-85ca-94bc9fef1c58" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-2"
                            xmi:uuid="9be9938a-6064-4d9a-83ac-beb29edf6ce5" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-3"
                            xmi:uuid="61b9d324-8adc-42ff-8e1d-747d42c9730a" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-edge-1"
                            xmi:uuid="3ba30589-464b-4cf5-91d4-d76c1f690f3b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Input_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Fork_message_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-edge-2"
                            xmi:uuid="c082ff6e-d62a-4629-bc0e-34c51db83ab3"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Input_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Fork_end1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-edge-3"
                            xmi:uuid="9a22bed6-d07b-4e8a-99b5-c7ebc6af679f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Input_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Fork_end2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-edge-4"
                            xmi:uuid="ad148ab4-34e6-42e4-902a-f69c72ba8359"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Fork_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-edge-5"
                            xmi:uuid="35d724cb-ea1c-4f27-94f8-9fd671bdd1fb"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Fork_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-edge-6"
                            xmi:uuid="ef1d9d91-f6ec-458a-b400-04e8d2cc1773"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Fork_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48.inputElement"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Input_message_"
                            xmi:uuid="96095e98-ec5f-48a5-a2ca-defb6441dafb"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(message)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-1"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Fork_message_"
                            xmi:uuid="31b8faff-8f1a-4552-8ffe-9a2710d7de74" xmi:type="uml:ForkNode">
                            <name>Fork(message)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Input_end1_"
                            xmi:uuid="9a6bf24f-7a1c-4135-997b-74bbc7012951"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end1)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-2"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Fork_end1_"
                            xmi:uuid="5ff8f2e2-e98b-4081-8304-152676b077d3" xmi:type="uml:ForkNode">
                            <name>Fork(end1)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Input_end2_"
                            xmi:uuid="9cf78825-a02f-47f8-9255-7ca50aa07527"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end2)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-3"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Fork_end2_"
                            xmi:uuid="1d8d14da-5044-4beb-a087-8b15aa02c7dc" xmi:type="uml:ForkNode">
                            <name>Fork(end2)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_"
                            xmi:uuid="ca1baeff-4e35-48de-93d1-6f3318435297"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b"
                                xmi:uuid="fc30ff40-50b4-4168-be6f-12afe2a7559f"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-edge-1"
                                    xmi:uuid="2493db9b-eb77-4c9b-8707-6ba405acfb00"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call_Not_-Call_Not_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-edge-2"
                                    xmi:uuid="9d4fb256-26f2-438f-a477-8532a47d19da"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Call_AssertTrue_"
                                    xmi:uuid="493ee60c-db6f-46f7-859a-d377f5aa4619"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="32a6b12d-a725-42da-9908-ea32156e1b5c"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="09c018ee-254d-4cd9-9bc7-adfcf8b2fbc5"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04"
                                    xmi:uuid="f8219627-402a-4c96-8eef-1636b554eff8"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-edge-1"
                                        xmi:uuid="baf1dfc5-60cd-4189-88e6-63abc1d0d6e2"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-ReadLink_y_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_seq_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-edge-2"
                                        xmi:uuid="0926ee93-03e7-4435-a72c-080678ebd6d9"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48.outputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_element_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-edge-3"
                                        xmi:uuid="9e46a0d3-f933-4cbe-80e6-70572ec68b50"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-edge-4"
                                        xmi:uuid="39906d1f-6df2-41e9-8901-c0f1c93df925"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call_Not_-Call_Not_.argument_x_"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___"
                                        xmi:uuid="dbdb24ee-48f4-4607-886b-52045bc949d0"
                                        xmi:type="uml:CallBehaviorAction">
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_seq_"
                                            xmi:uuid="42f6edc0-ecb1-4d8b-92a8-0c0e7a69ec1b"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_seq_-lowerValue"
                                                xmi:uuid="d8266e72-0afd-49dd-a7cd-10a6b618c4a2"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_seq_-upperValue"
                                                xmi:uuid="3cbf9525-01d1-48cd-ac24-a33d0a45d2f3"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_P$C__).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                            />
                                        </argument>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.argument_element_"
                                            xmi:uuid="a90f5f7e-d0a9-4050-ae9f-e1b1906d9bce"
                                            xmi:type="uml:InputPin">
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_P$C__).argument(element)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                            />
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C___.result__"
                                            xmi:uuid="f73425c8-6e1b-4552-9ff5-30c2111391a8"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_P$C__).result()</name>
                                        </result>
                                        <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_P$C__)</name>
                                        <behavior
                                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6"
                                        xmi:uuid="8e10ab71-ee9b-4d1f-a044-0028fb0c059a"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-edge-1"
                                            xmi:uuid="1ef80e4a-775c-4ed3-a65b-6be9b90ae8cd"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7.outputElement"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-edge-2"
                                            xmi:uuid="b1110197-3100-44ac-967f-c96a0a364ef6"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_"
                                            xmi:uuid="368e4e47-8fbd-4fb1-828f-f2b1b3377d4d"
                                            xmi:type="uml:ReadLinkAction">
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-endData-1"
                                                xmi:uuid="1fe15025-9257-4234-a7f4-51970281f298"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-y"
                                                />
                                            </endData>
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-endData-2"
                                                xmi:uuid="43d11f10-57e7-43af-b2b3-c0f1318b7a8a"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R-x"/>
                                                <value
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                />
                                            </endData>
                                            <inputValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                xmi:uuid="12a3c8f4-2a3c-406d-94f9-7eaa7b8c10be"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-ReadLink_y_.inputValue_x_-lowerValue"
                                                  xmi:uuid="65954ab7-f23e-4a06-868b-2aed8b059a4f"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-ReadLink_y_.inputValue_x_-upperValue"
                                                  xmi:uuid="60583f61-7ae7-44b4-96ee-60a384e9ce1b"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).inputValue(x)</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"
                                                />
                                            </inputValue>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-ReadLink_y_.result"
                                                xmi:uuid="726f4a65-797b-4506-9309-0d094616395d"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-ReadLink_y_.result-lowerValue"
                                                  xmi:uuid="88859653-c84f-4417-82d5-d23fd1cf4cfd"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-ReadLink_y_-ReadLink_y_.result-upperValue"
                                                  xmi:uuid="c100c623-f39a-4069-be45-feb15395352f"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).result</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                                />
                                            </result>
                                            <name>ReadLink(y)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9"
                                            xmi:uuid="abc8ef8e-3385-4dc3-afeb-5a3dccfda743"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7"
                                                xmi:uuid="3d5d9cde-4e08-40cb-8a59-fc99a0998ad5"
                                                xmi:type="uml:ExpansionRegion">
                                                <inputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7.inputElement"/>
                                                <outputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7.outputElement"/>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-edge-1"
                                                  xmi:uuid="131b377c-d5ac-43cd-9afb-98e846bf6e63"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-edge-2"
                                                  xmi:uuid="ef4a49b2-78cf-486c-8a60-4661e61d1688"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-edge-3"
                                                  xmi:uuid="be0cf5a0-6144-4684-b9e6-55e26b42eb08"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-edge-4"
                                                  xmi:uuid="18970d3c-26f1-47e9-9ffe-9578356525b5"
                                                  xmi:type="uml:ObjectFlow">
                                                  <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-edge-4-guard"
                                                  xmi:uuid="2b4a5e7c-bb90-4ebd-81d2-720a07592ac2"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                  </guard>
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Merge_CastExpression_175a5a7.operand_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-edge-5"
                                                  xmi:uuid="a8a06cc3-24be-425d-82dc-d5c5b34ea4ba"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7.inputElement"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-edge-6"
                                                  xmi:uuid="24956440-f17c-4ca1-81c8-6fb49e38dbf2"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Merge_CastExpression_175a5a7.operand_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7.outputElement"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Merge_CastExpression_175a5a7.operand_"
                                                  xmi:uuid="57681ce3-31f4-4cab-b3ea-4962ab0bc46d"
                                                  xmi:type="uml:MergeNode">
                                                  <name>Merge(CastExpression@175a5a7.operand)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-ReadIsClassifiedObject_IImpl_"
                                                  xmi:uuid="a17057cb-22f0-450b-8ee7-dc4a9effc511"
                                                  xmi:type="uml:ReadIsClassifiedObjectAction">
                                                  <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="e96c627d-62ee-497d-95ac-d830b64dccc3"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </object>
                                                  <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="86ecd66c-c3f6-4a30-9060-94d65605cafa"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <name>ReadIsClassifiedObject(IImpl)</name>
                                                  <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  xmi:uuid="15618bd2-3008-40f9-a592-df723a45ffb3"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  xmi:uuid="61dc5cab-8d8c-45ec-a203-0d2f5ad49c1a"
                                                  xmi:type="uml:DecisionNode">
                                                  <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                  <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7-edge-3"
                                                  />
                                                </node>
                                                <name>CastExpression@175a5a7</name>
                                                <mode>parallel</mode>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7.inputElement"
                                                xmi:uuid="211defbf-010c-4563-a432-d739565862fb"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@175a5a7.inputElement</name>
                                                <regionAsInput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7.outputElement"
                                                xmi:uuid="21137ebd-af83-4aec-9851-c791c6960c71"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@175a5a7.outputElement</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"/>
                                                <regionAsOutput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-Tuple_15615d9-CastExpression_175a5a7"
                                                />
                                            </node>
                                            <name>Tuple@15615d9</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48"
                                            xmi:uuid="0a241c92-6791-49f9-b3ca-772fad63a17a"
                                            xmi:type="uml:ExpansionRegion">
                                            <inputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48.inputElement"/>
                                            <outputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48.outputElement"/>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-edge-1"
                                                xmi:uuid="86adb3ce-0d4b-4201-ba92-76235ca6ba55"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Fork_ReadIsClassifiedObject_C_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.object"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-edge-2"
                                                xmi:uuid="9e9197fe-08ac-429b-bbb3-b4962da11799"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Fork_ReadIsClassifiedObject_C_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Decision_ReadIsClassifiedObject_C_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-edge-3"
                                                xmi:uuid="586b387c-2aa5-4e15-896f-0063537c48d7"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.result"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Decision_ReadIsClassifiedObject_C_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-edge-4"
                                                xmi:uuid="c56511b5-fa9e-458b-a483-38ed1c4078bc"
                                                xmi:type="uml:ObjectFlow">
                                                <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-edge-4-guard"
                                                  xmi:uuid="1cc6facd-564d-4463-be5d-63265e0a3d7c"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                </guard>
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Decision_ReadIsClassifiedObject_C_.result_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Merge_CastExpression_ce8f48.operand_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-edge-5"
                                                xmi:uuid="081ac066-4bf0-4c90-9d35-edda25f1977e"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48.inputElement"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Fork_ReadIsClassifiedObject_C_.object_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-edge-6"
                                                xmi:uuid="1dc05ec4-17e8-434a-a09c-23f46390d0e2"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Merge_CastExpression_ce8f48.operand_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48.outputElement"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Merge_CastExpression_ce8f48.operand_"
                                                xmi:uuid="a5ca99ae-aebc-447d-b3c4-48c6634d853e"
                                                xmi:type="uml:MergeNode">
                                                <name>Merge(CastExpression@ce8f48.operand)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-ReadIsClassifiedObject_C_"
                                                xmi:uuid="0d64008f-efdf-4047-b336-1cee56370810"
                                                xmi:type="uml:ReadIsClassifiedObjectAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.object"
                                                  xmi:uuid="3749599b-7379-4a53-b0d4-cb4bc81acb80"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(C).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-ReadIsClassifiedObject_C_-ReadIsClassifiedObject_C_.result"
                                                  xmi:uuid="3caf199b-48be-41a6-ad8c-834165b7da35"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(C).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>ReadIsClassifiedObject(C)</name>
                                                <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Fork_ReadIsClassifiedObject_C_.object_"
                                                xmi:uuid="cc3854f8-a40b-4139-bcf0-77cebb6fa91e"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(ReadIsClassifiedObject(C).object)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-Decision_ReadIsClassifiedObject_C_.result_"
                                                xmi:uuid="24b2ff0e-e6d0-42d7-8a3c-c353d2593151"
                                                xmi:type="uml:DecisionNode">
                                                <name>Decision(ReadIsClassifiedObject(C).result)</name>
                                                <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48-edge-3"
                                                />
                                            </node>
                                            <name>CastExpression@ce8f48</name>
                                            <mode>parallel</mode>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48.inputElement"
                                            xmi:uuid="3fd3e671-db97-4e87-9e14-ccb5ed149800"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@ce8f48.inputElement</name>
                                            <regionAsInput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48.outputElement"
                                            xmi:uuid="85494bdb-20df-4aa3-9eb8-06fb2f50abb2"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@ce8f48.outputElement</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"/>
                                            <regionAsOutput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Tuple_a4eea6-CastExpression_ce8f48"
                                            />
                                        </node>
                                        <name>Tuple@a4eea6</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call_Not_"
                                        xmi:uuid="73ec6e62-b11b-4633-9a01-be0aabf614a4"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-BooleanFunctions-Not"/>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call_Not_-Call_Not_.argument_x_"
                                            xmi:uuid="fd5709dd-9747-4997-ae65-83ec6a2bb0a1"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call(Not).argument(x)</name>
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_12c897b-Tuple_8f1d04-Call_Not_-Call_Not_.result_result_"
                                            xmi:uuid="fc2a0196-4220-4841-add7-3bd219b47c23"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call(Not).result(result)</name>
                                        </result>
                                        <name>Call(Not)</name>
                                    </node>
                                    <name>Tuple@8f1d04</name>
                                </node>
                                <name>ExpressionStatement@12c897b</name>
                            </node>
                            <name>Body(assertNodeConnected_method)</name>
                        </node>
                        <name>assertNotConnected</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedOperation-2"
                        />
                    </ownedBehavior>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedOperation-1"
                        xmi:uuid="ebdaf6e7-6a33-4416-8641-d0d5b6811a90" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-1"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedOperation-1-ownedParameter-1"
                            xmi:uuid="7f102f32-12aa-4052-9a8c-77687a275377" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedOperation-1-ownedParameter-2"
                            xmi:uuid="a0a07526-c12b-42d8-b56c-b6ca401bb11c" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedOperation-1-ownedParameter-3"
                            xmi:uuid="4365a58d-b40b-4dec-bf14-47b680d010ec" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <name>assertConnected</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedOperation-2"
                        xmi:uuid="2ea38110-2778-44e7-a3bb-11ff6017c3ed" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedBehavior-2"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedOperation-2-ownedParameter-1"
                            xmi:uuid="11de9291-bb9c-40cb-8e61-6442819c4b77" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedOperation-2-ownedParameter-2"
                            xmi:uuid="3c6ffb7b-a1ce-4734-a5aa-bde6f1e3257a" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-ownedOperation-2-ownedParameter-3"
                            xmi:uuid="fed4b206-ef51-474b-bf52-555ea9e757e2" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <name>assertNotConnected</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-AssertCompositeHelper"
                        xmi:uuid="b937ec77-113a-4cdb-97d2-b4422b46d7ce" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper-AssertCompositeHelper-result"
                            xmi:uuid="baa51ba3-8c4d-42ba-85f6-504b2bc8ac89" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-AssertCompositeHelper"
                            />
                        </ownedParameter>
                        <name>AssertCompositeHelper</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>AssertCompositeHelper</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern"
                    xmi:uuid="b216d06f-7b11-4ac1-9240-07885e970dd8" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-ownedComment"
                        xmi:uuid="0d985d24-b90c-4c7c-bb83-5d5752dcfa5b" xmi:type="uml:Comment">
                        <body>Unconnected pattern:
lower bound on ends of connector r is 0</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-b"
                        xmi:uuid="994ffec8-69a7-47d6-9fd9-416cc155800e" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-b-lowerValue"
                            xmi:uuid="e6ee5b49-dd02-4384-ba8c-ba70b6b3e103"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-b-upperValue"
                            xmi:uuid="5cea233b-9410-4b7a-9a69-070b6ee076ae"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-c"
                        xmi:uuid="06f13ee7-8454-4c89-b5da-517b16b0d351" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-c-lowerValue"
                            xmi:uuid="001a3d35-6a88-462f-8916-107d90c01805"
                            xmi:type="uml:LiteralInteger">
                            <value>3</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-c-upperValue"
                            xmi:uuid="50eba8f3-b1cc-4a1b-956a-d26860ce7e96"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-r"
                        xmi:uuid="98cabd4e-9f83-41b3-a721-291cc78ace1b" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-r-end-1"
                            xmi:uuid="888dd7e1-a9bb-4dab-89db-fff37cee03fe"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-r-end-1-lowerValue"
                                xmi:uuid="2b85295c-8bb0-4263-ae8c-a83eb3e5f2d0"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-r-end-1-upperValue"
                                xmi:uuid="171c1fc3-002e-4895-b6a6-8bcc0aeddd06"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-B-p"/>
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-r-end-2"
                            xmi:uuid="65bac7c1-ed88-4c11-b316-451ba7986c05"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-r-end-2-lowerValue"
                                xmi:uuid="8589eff8-a035-497e-928c-0e89a84351c1"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-r-end-2-upperValue"
                                xmi:uuid="a1be49ca-9542-41f0-9e2a-6f01db222e8b"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-c"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-A_Unconnected_Pattern"
                        xmi:uuid="3d3d24fe-1878-49e8-9b69-ef352c658441" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern-A_Unconnected_Pattern-result"
                            xmi:uuid="6d85e222-7ee9-489c-971e-17ce1a361a95" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-A_Unconnected_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Unconnected_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Unconnected_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"
                    xmi:uuid="8f779658-58a8-45d7-8d6b-32af4198eb2c" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl-InterfaceRealization1"
                        xmi:uuid="a0ab67e6-7989-435c-a243-245ecd9b1b19"
                        xmi:type="uml:InterfaceRealization">
                        <client xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-IImpl"/>
                        <supplier xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-I"/>
                        <name>InterfaceRealization1</name>
                        <contract xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-I"/>
                    </interfaceRealization>
                    <name>IImpl</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_P-I"
                    xmi:uuid="13b9da7b-6b7e-4ebd-9c44-e6cb75866cc1" xmi:type="uml:Interface">
                    <name>I</name>
                </packagedElement>
                <name>Assembly_PWP_P</name>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP"
                xmi:uuid="cd61f566-4622-43ed-9836-509f325c4105" xmi:type="uml:Package">
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"
                    xmi:uuid="361c4a47-74d2-430d-85da-93f897c8f46a" xmi:type="uml:Class">
                    <ownedBehavior xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-Construct"
                        xmi:uuid="37928cd6-1aaf-42e9-a118-50aac26b46de" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-Construct-ownedComment"
                            xmi:uuid="c595d51e-34f3-4e6a-8f2d-15767f4413ec" xmi:type="uml:Comment">
                            <body>
activity Construct() : B{ 
	// Instantiates interaction points
	for (i in 1..2) {
		this.p -&gt; add(new IImpl()) ;
	}
	
	return this ;
}</body>
                        </ownedComment>
                        <name>Construct</name>
                        <isReentrant>false</isReentrant>
                        <specification xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-B"/>
                    </ownedBehavior>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-p"
                        xmi:uuid="770fd6d6-e8f3-4c5b-a697-7f12161bdc13" xmi:type="uml:Port">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-p-lowerValue"
                            xmi:uuid="d91e92c2-fc0c-4844-8fb9-879b31b8423b"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-p-upperValue"
                            xmi:uuid="eabb07bf-fb53-45eb-a2a6-37298b949c20"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>p</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
                    </ownedAttribute>
                    <ownedOperation xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-B"
                        xmi:uuid="c42c1a55-e458-4848-b77c-81c898cee6e1" xmi:type="uml:Operation">
                        <method xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-Construct"/>
                        <name>B</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>B</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"
                    xmi:uuid="488753ea-3f26-4fdc-a349-440abb9f41a6" xmi:type="uml:Class">
                    <ownedBehavior xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-Construct"
                        xmi:uuid="29667101-d9a2-4bc9-8550-1bd35edae7fa" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-Construct-ownedComment"
                            xmi:uuid="08456fd7-c799-47fc-8b2a-1d742a9e6bd5" xmi:type="uml:Comment">
                            <body>
activity Construct() : C { 
	// Instantiate port
	this.q = new IImpl() ;
}</body>
                        </ownedComment>
                        <name>Construct</name>
                        <isReentrant>false</isReentrant>
                        <specification xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-C"/>
                    </ownedBehavior>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-q"
                        xmi:uuid="16a47162-b881-40b9-8ab3-21561d6c2e66" xmi:type="uml:Port">
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-q-upperValue"
                            xmi:uuid="0bf584e6-bf8e-40b9-a1ed-be5c9f6c1ace"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>q</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
                    </ownedAttribute>
                    <ownedOperation xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-C"
                        xmi:uuid="4659a935-ea6b-4c12-a23c-21fd04874046" xmi:type="uml:Operation">
                        <method xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-Construct"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-C-result"
                            xmi:uuid="2109cb9c-b18c-44c5-b330-2bb90a774fe9" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"/>
                        </ownedParameter>
                        <name>C</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>C</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R"
                    xmi:uuid="3a10b878-975d-43a6-9a78-728b4d99e9d8" xmi:type="uml:Association">
                    <memberEnd xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-x"/>
                    <memberEnd xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-y"/>
                    <ownedEnd xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-x"
                        xmi:uuid="9f6ef145-242d-4bf0-918b-05a6111b99e8" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-x-lowerValue"
                            xmi:uuid="4a4e27bc-3095-4268-a9c7-1784f2c10f55"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-x-upperValue"
                            xmi:uuid="9d0567fc-a28c-4ea6-a8a3-62a0a80a1779"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>x</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
                        <association xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R"/>
                    </ownedEnd>
                    <ownedEnd xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-y"
                        xmi:uuid="fae9ebda-a86b-4e1d-8a16-cd4c29236877" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-y-lowerValue"
                            xmi:uuid="c1822be9-2617-4a7c-99be-9f05ddec4974"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-y-upperValue"
                            xmi:uuid="13f7a51e-979a-49fa-861c-a7597d8d1b53"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>y</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
                        <association xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R"/>
                    </ownedEnd>
                    <name>R</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP"
                    xmi:uuid="77105127-6343-4f7f-b2f3-608fc4ac93ea" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-ownedComment"
                        xmi:uuid="20205910-d619-4d2e-aeeb-bfe730c56b57" xmi:type="uml:Comment">
                        <body>namespace 'Test Suites'::'Test Suite 1'::Assembly_PWP_PWP ;

private import 'Test Suites'::Utils::* ;

activity TestCase_Assembly_PWP_PWP () { 
	helper = new AssertCompositeHelper() ;
	
	WriteLine("-- Running test case: Assembly connector between a part with port and a part with port --") ;
	
	// Testing instantiation of A_Empty_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Empty_Pattern -") ;
	a_empty = new A_Empty_Pattern() ;
	AssertEmptyPattern(a_empty.b, a_empty.c) ;
	
	// Testing instantiation of A_Unconnected_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Unconnected_Pattern -") ;
	a_unconnected = new A_Unconnected_Pattern();
	AssertUnconnectedPattern(a_unconnected.b.p, a_unconnected.c.q, 4, 3, helper) ;
	
	// Testing instantiation of A_Array_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Array_Pattern -") ;
	a_array = new A_Array_Pattern();
	AssertArrayPattern(a_array.b.p, a_array.c.q, 4, helper) ;
	
	// Testing instantiation of A_Star_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Star_Pattern -") ;
	a_star = new A_Star_Pattern();
	AssertStarPattern(a_star.b.p, a_star.c.q, 4, 5, helper) ;
	
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_"
                        xmi:uuid="fd217b8b-4c30-4322-9eaf-6784986b561b"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-1"
                            xmi:uuid="f24cd21d-1648-42ab-bd06-50dbea0ee397"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-2"
                            xmi:uuid="b714d53a-ddb5-47b7-97b7-e921046823de"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-3"
                            xmi:uuid="89fb19ea-f977-471d-9fba-d140977da201"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-4"
                            xmi:uuid="59f45681-c1c3-48c1-b644-19084e43ecc9"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-5"
                            xmi:uuid="5515ee24-8a2f-479e-af93-4c52dc066efc"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-Fork_a_empty__1671727"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-6"
                            xmi:uuid="52d73412-61f1-4c09-8011-0709497fc23f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-Fork_a_empty__1671727"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-7"
                            xmi:uuid="22540ba5-98a4-45a2-bcce-16f63038e98b"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-8"
                            xmi:uuid="ed5c8ceb-a0d7-45ec-a8ff-2f92eaed8f58"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-9"
                            xmi:uuid="94566c58-9e4a-40d4-8f2d-01644205b0ce"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-10"
                            xmi:uuid="8f77142e-114d-4e03-8450-39d1b01d0f5e"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-11"
                            xmi:uuid="6c9e58ef-ade1-476d-aa37-0f50441f2c0d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-Fork_helper__1e03f68"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-12"
                            xmi:uuid="c6f0e4bc-0de1-46c4-a09b-7c9924cdad0e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-Fork_a_unconnected__33e2a0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-13"
                            xmi:uuid="ce4ad241-f19c-4760-a629-d7ee5206b4b5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-Fork_a_unconnected__33e2a0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-node-8"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-14"
                            xmi:uuid="77831407-3e3d-484f-9679-57abbd820f68"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-15"
                            xmi:uuid="f8639d9b-c432-4b83-a115-49f37fcb246e"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-16"
                            xmi:uuid="aa1942d3-86e7-4128-a7b5-99028ddd914a"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-17"
                            xmi:uuid="1369b7d4-d8b9-46f1-a55d-f150dc50755b"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-18"
                            xmi:uuid="c7e500d4-9503-48f7-a539-30fc38af81f9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-Fork_helper__1e03f68"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-19"
                            xmi:uuid="f79a123c-adb8-402e-bc57-1adad1c7a6dd"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-Fork_a_array__1a5fda0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-20"
                            xmi:uuid="dc6af4ef-6ec0-4ad1-9e13-2694f90542c4"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-Fork_a_array__1a5fda0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-node-8"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-21"
                            xmi:uuid="fe283396-7e1b-44bb-8525-dd3ea14b62f6"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-22"
                            xmi:uuid="15e73a77-295f-4154-a049-8a81409cbd18"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-23"
                            xmi:uuid="bcca658b-3682-45d0-a062-a27f61c656b3"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-24"
                            xmi:uuid="f2694880-d74d-4d87-b518-6c07a1026df5"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-25"
                            xmi:uuid="8ae4f5fd-71e1-4f41-b4a3-bb458a099db6"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-Fork_helper__1e03f68"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-26"
                            xmi:uuid="a5fd910b-e28b-45ef-9adc-c96a96b444e1"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-Fork_a_star__934ef4"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-27"
                            xmi:uuid="fc7043d4-be76-4b9e-91bc-322c637ec5a5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-Fork_a_star__934ef4"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-node-8"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-edge-28"
                            xmi:uuid="4e008f33-f6de-4dcb-8e86-cf84ef47561d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d"
                            xmi:uuid="accd18ad-ad72-47d2-82b3-58de3f718843"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-edge"
                                xmi:uuid="753e83ed-eb37-4554-93e4-02eaa0e7d606"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-RightHandSide_162ebc2-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-Fork_helper__1e03f68"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-Fork_helper__1e03f68"
                                xmi:uuid="a2423812-bc31-41c4-b9d2-b30ddce705d0"
                                xmi:type="uml:ForkNode">
                                <name>Fork(helper)@1e03f68</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-RightHandSide_162ebc2"
                                xmi:uuid="b95c6de0-2f55-424f-99fd-cdc8ee03d271"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-RightHandSide_162ebc2-edge"
                                    xmi:uuid="c56d871d-94db-48bd-9878-91d558dbea15"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-RightHandSide_162ebc2-Create_AssertCompositeHelper_-Create_AssertCompositeHelper_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-RightHandSide_162ebc2-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-RightHandSide_162ebc2-Call_AssertCompositeHelper_"
                                    xmi:uuid="cb181102-c170-4889-b445-951e7d057006"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-RightHandSide_162ebc2-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.result_result_"
                                        xmi:uuid="31d72f09-4a25-4be0-a5be-6849ee0a023c"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(AssertCompositeHelper).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-RightHandSide_162ebc2-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.target"
                                        xmi:uuid="eccc4819-54cd-4c7f-8e72-818480db62e1"
                                        xmi:type="uml:InputPin">
                                        <name>Call(AssertCompositeHelper).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper"
                                        />
                                    </target>
                                    <name>Call(AssertCompositeHelper)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-AssertCompositeHelper"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-RightHandSide_162ebc2-Create_AssertCompositeHelper_"
                                    xmi:uuid="03a9dad6-3765-4e07-9b50-94e2395bba00"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_4dc75d-RightHandSide_162ebc2-Create_AssertCompositeHelper_-Create_AssertCompositeHelper_.result"
                                        xmi:uuid="86eab70a-f5fc-4725-950d-c53c673059eb"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(AssertCompositeHelper).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper"
                                        />
                                    </result>
                                    <name>Create(AssertCompositeHelper)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper"
                                    />
                                </node>
                                <name>RightHandSide@162ebc2</name>
                            </node>
                            <name>ExpressionStatement@4dc75d</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28"
                            xmi:uuid="8821883e-85ba-410c-a87a-223e3f55398e"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-edge-1"
                                xmi:uuid="ce8959b7-a85e-4fe1-ad55-12829ff3f141"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Tuple_f325f6-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_with_port_--__-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_with_port_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-edge-2"
                                xmi:uuid="7fdd385a-9cb9-40b9-b8ce-0a93a8a36e3b"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Tuple_f325f6"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Call_WriteLine_"
                                xmi:uuid="4cb2e746-f6f5-4c72-9368-724ec30e0941"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="41dc45c1-6e7a-4520-8c15-0c5f51ee60f2"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="c39cee9f-aaea-4291-ad5d-6a34c78db40a"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="625bcf65-f6fd-4805-b7e4-e014c1f1bfb6"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Tuple_f325f6"
                                xmi:uuid="fefcaa28-c43b-4a19-96c8-f992c2c3e9e9"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Tuple_f325f6-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_with_port_--__"
                                    xmi:uuid="95d26cc6-80f8-478f-9989-ed4d11d6e763"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Tuple_f325f6-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_with_port_--__-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_with_port_--__.result"
                                        xmi:uuid="52c4ddab-31b2-4db1-b9ff-2344ea7c3b45"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case: Assembly connector between a part with port and a part with port --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_fafe28-Tuple_f325f6-Value__--_Running_test_case__Assembly_connector_between_a_part_with_port_and_a_part_with_port_--__-value"
                                        xmi:uuid="38b5b9d8-7f79-4d3a-bded-4a183a3f4ff5"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case: Assembly connector between a part with port and a part with port --</value>
                                    </value>
                                    <name>Value("-- Running test case: Assembly connector between a part with port and a part with port --")</name>
                                </node>
                                <name>Tuple@f325f6</name>
                            </node>
                            <name>ExpressionStatement@fafe28</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f"
                            xmi:uuid="ef964110-2e49-4ed2-921b-e625323c817d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-edge-1"
                                xmi:uuid="5a0b1cb5-7550-44c3-8793-f2bf6bef8e0d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Tuple_1fccc0b-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-edge-2"
                                xmi:uuid="0ae27ae7-93ff-4e6f-a188-2cd2f57e16f2"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Tuple_1fccc0b"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Call_WriteLine_"
                                xmi:uuid="6dcf672f-2887-415a-90ca-9d4d70805982"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="a3983724-36f4-4134-b3dd-53bedec03862"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="d3fcbfc8-4ae4-474e-a325-e81c844da599"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="8d659b0d-7ed7-473e-a9b9-9c225962bfcd"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Tuple_1fccc0b"
                                xmi:uuid="306d0079-ebd1-4f5d-a353-13205e2ea1d5"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Tuple_1fccc0b-Value____"
                                    xmi:uuid="49cfa543-cca8-4b06-b584-3df9add8f973"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Tuple_1fccc0b-Value____-Value____.result"
                                        xmi:uuid="875b2653-2e18-47a9-bde6-5c7ac0f1e5a1"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_27bc6f-Tuple_1fccc0b-Value____-value"
                                        xmi:uuid="eceb5889-fb54-4e9a-8405-c444c4a0e04f"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@1fccc0b</name>
                            </node>
                            <name>ExpressionStatement@27bc6f</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc"
                            xmi:uuid="63c5f0bb-21a3-4f28-8afa-3dcae4b636e7"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-edge-1"
                                xmi:uuid="13412ac9-29a4-478a-87a3-478affd3ba14"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Tuple_18007eb-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-edge-2"
                                xmi:uuid="99f436b0-8265-4b49-a1cd-5f6fda5d959a"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Tuple_18007eb"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Call_WriteLine_"
                                xmi:uuid="2e04381b-a1d4-4e30-a40e-a7964fdb5178"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="1add6eb8-4288-4202-a585-9f77152c1548"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="96d6071d-db37-43cf-a39e-a5df8f083b74"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="9878d64b-e32a-470b-a03c-ceb494f1e7c0"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Tuple_18007eb"
                                xmi:uuid="b0d57df2-97ff-48bd-aeb4-f7141ac78b9c"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Tuple_18007eb-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__"
                                    xmi:uuid="bd45cafa-8701-468f-acbb-3f764903ebb9"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Tuple_18007eb-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__.result"
                                        xmi:uuid="774ecd81-c7b9-49ac-84b2-d607ca5c29f7"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Empty_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_92d2fc-Tuple_18007eb-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-value"
                                        xmi:uuid="345604aa-b99b-4fc0-be4d-8a025cf43c5f"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Empty_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Empty_Pattern -")</name>
                                </node>
                                <name>Tuple@18007eb</name>
                            </node>
                            <name>ExpressionStatement@92d2fc</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c"
                            xmi:uuid="2abacf77-d625-410c-9c29-73d90435f552"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-edge"
                                xmi:uuid="b8f352d6-8c2e-490d-a654-4f6fafe4098c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-RightHandSide_12118ba-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-Fork_a_empty__1671727"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-Fork_a_empty__1671727"
                                xmi:uuid="fad9ed49-2206-4aab-adcd-fd369d165e7c"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_empty)@1671727</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-RightHandSide_12118ba"
                                xmi:uuid="0104803f-38e6-44f8-a5f8-48b7d90a02a5"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-RightHandSide_12118ba-edge"
                                    xmi:uuid="ef37983b-bf54-4b48-b141-772dd9b027cc"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-RightHandSide_12118ba-Create_A_Empty_Pattern_-Create_A_Empty_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-RightHandSide_12118ba-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-RightHandSide_12118ba-Call_A_Empty_Pattern_"
                                    xmi:uuid="50cf3933-c8ba-4c5b-8154-e879842c61dd"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-RightHandSide_12118ba-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.result_result_"
                                        xmi:uuid="5f966848-6eb8-41a5-b98b-8f93ffa933d7"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Empty_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-RightHandSide_12118ba-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.target"
                                        xmi:uuid="7755e357-b67d-4c7a-95e5-6d828138eb43"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Empty_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Empty_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-A_Empty_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-RightHandSide_12118ba-Create_A_Empty_Pattern_"
                                    xmi:uuid="78da5ea8-5b63-4af5-85de-755ad63f7605"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_7c516c-RightHandSide_12118ba-Create_A_Empty_Pattern_-Create_A_Empty_Pattern_.result"
                                        xmi:uuid="73952b3e-6fc5-4e2a-9f30-6955708340bb"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Empty_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Empty_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@12118ba</name>
                            </node>
                            <name>ExpressionStatement@7c516c</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af"
                            xmi:uuid="d2d0349d-1b0b-45b1-a7ea-f30ec76bc4d8"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-edge-1"
                                xmi:uuid="261a8ac1-0e77-4de8-80cd-92f9115d98ff"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-edge-2"
                                xmi:uuid="496c88f9-7676-4db5-9ba8-e86f7d188c1f"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-Read_c_-Read_c_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-edge-3"
                                xmi:uuid="d4cab152-add3-4ccb-aec5-0f2735c567c1"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Call_AssertEmptyPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Call_AssertEmptyPattern_"
                                xmi:uuid="33e278cd-e980-4e32-9a7e-723d50a3e25d"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_"
                                    xmi:uuid="f71183c7-b8f5-4959-9556-84dba8cc3713"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="d7777e20-95a3-4c89-9b69-bd522f64661f"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="3ff1372e-4175-4bf4-8226-5c712f7680aa"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertEmptyPattern).argument(ends1)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_"
                                    xmi:uuid="4ca3213b-af2e-42d3-877b-848632dcc984"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="0a3ad41d-3d48-4ba9-950b-567114fd60da"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="7f802b46-ad37-454f-af79-9e98e4ee593b"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertEmptyPattern).argument(ends2)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <name>Call(AssertEmptyPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertEmptyPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7"
                                xmi:uuid="d8c11420-2156-4067-8dac-ab45cbb7814f"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-edge-1"
                                    xmi:uuid="75e74736-d68f-4413-a8a7-f019e76e0a60"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-edge-2"
                                    xmi:uuid="3ab21495-2631-44f7-99b2-d40bf148b24a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-Read_b_"
                                    xmi:uuid="c594ede1-6d1c-4dae-9422-28d59643f12f"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-Read_b_-Read_b_.object"
                                        xmi:uuid="4b4cb779-3e7c-445d-b361-82dec01b0721"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-Read_b_-Read_b_.result"
                                        xmi:uuid="57db1f83-6b82-436c-9c53-4851f6ec379c"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-node-2"
                                    xmi:uuid="0628e4fa-0c9f-40f4-97de-2ee10a393e15"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_empty)@1671727)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-Read_c_"
                                    xmi:uuid="42245d39-6eb8-4071-808e-b34947c649e4"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-Read_c_-Read_c_.object"
                                        xmi:uuid="f6881292-9875-4b53-beaa-ab382bb9dbe3"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-Read_c_-Read_c_.result"
                                        xmi:uuid="42d78a5d-0d81-4ff3-9730-a89e2e656f43"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"
                                        />
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1b8f8af-Tuple_12d3cc7-node-4"
                                    xmi:uuid="a9c813cb-0c25-4684-a09d-3ab7da7f37f7"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_empty)@1671727)</name>
                                </node>
                                <name>Tuple@12d3cc7</name>
                            </node>
                            <name>ExpressionStatement@1b8f8af</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1"
                            xmi:uuid="484879f9-09dd-4b57-97ca-c30509e7cb20"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-edge-1"
                                xmi:uuid="33623e85-5c9c-4b88-aded-616b805b4660"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Tuple_13d28da-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-edge-2"
                                xmi:uuid="d549dc4b-8006-4175-b8c1-7190aadf156d"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Tuple_13d28da"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Call_WriteLine_"
                                xmi:uuid="9f7f6129-490a-4852-8d74-5f3769c5b0ba"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="f1336a53-0f92-4d12-a5ac-189550cc2195"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="e4661e69-4222-4714-bdef-d383c36fdb5c"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="a20defb2-70bd-49bd-880c-86cc9a325429"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Tuple_13d28da"
                                xmi:uuid="5e2fc914-45e6-47dc-af06-4d7f874facf3"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Tuple_13d28da-Value____"
                                    xmi:uuid="32b7335a-77b6-4730-b5a3-d5636a811833"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Tuple_13d28da-Value____-Value____.result"
                                        xmi:uuid="60421104-c399-4021-9b74-fffc7ab7be0c"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ed49d1-Tuple_13d28da-Value____-value"
                                        xmi:uuid="aeec86d6-e0c9-42e1-9cea-18a2af00c4e2"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@13d28da</name>
                            </node>
                            <name>ExpressionStatement@ed49d1</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff"
                            xmi:uuid="fde42d9d-4116-493a-89c8-f114478e1262"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-edge-1"
                                xmi:uuid="544c6ec1-1a6f-4d03-9e07-762dd3eaa430"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Tuple_110ba25-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-edge-2"
                                xmi:uuid="9eea00ba-da6c-4d9a-b38c-eb7cb1eb0866"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Tuple_110ba25"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Call_WriteLine_"
                                xmi:uuid="eb5fbfce-e57d-483b-b0d7-403a978aef5a"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="ffc24264-f9bf-41f2-a564-1a9e97e5ddd3"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="8c3adde5-965d-4b24-bca2-5666a21772a8"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="cffbf093-a5ae-4bc7-a59c-782c2db0e201"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Tuple_110ba25"
                                xmi:uuid="4df7e40c-e573-40a5-8098-46cd1315a562"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Tuple_110ba25-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__"
                                    xmi:uuid="09bdc35e-e47e-4cd4-82a1-5c35e275bb4b"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Tuple_110ba25-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__.result"
                                        xmi:uuid="448e2d2d-e38d-4f07-bb1f-f863ebc12ca4"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Unconnected_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1e3f6ff-Tuple_110ba25-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-value"
                                        xmi:uuid="dffa6a61-f96c-46b1-a9ea-ad72493be22b"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Unconnected_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Unconnected_Pattern -")</name>
                                </node>
                                <name>Tuple@110ba25</name>
                            </node>
                            <name>ExpressionStatement@1e3f6ff</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821"
                            xmi:uuid="da10650a-eb4c-401d-b071-ca5724e5c678"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-edge"
                                xmi:uuid="293ab759-02d5-48be-9f1e-c92a4f64cf69"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-RightHandSide_63a190-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-Fork_a_unconnected__33e2a0"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-Fork_a_unconnected__33e2a0"
                                xmi:uuid="329cf2cb-2beb-4685-9147-9784eb567d90"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_unconnected)@33e2a0</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-RightHandSide_63a190"
                                xmi:uuid="13637094-b85b-4c8e-8eea-c689874e0b1a"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-RightHandSide_63a190-edge"
                                    xmi:uuid="94d63da6-3e38-48c2-a6e3-76c15ec501f4"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-RightHandSide_63a190-Create_A_Unconnected_Pattern_-Create_A_Unconnected_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-RightHandSide_63a190-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-RightHandSide_63a190-Call_A_Unconnected_Pattern_"
                                    xmi:uuid="5ec001e6-758f-4ff7-8832-00748d225b7b"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-RightHandSide_63a190-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.result_result_"
                                        xmi:uuid="081cd64b-6503-4e9a-ad73-b079f323383e"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Unconnected_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-RightHandSide_63a190-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.target"
                                        xmi:uuid="c474585f-6972-4cad-8b31-65679fc96988"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Unconnected_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Unconnected_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-A_Unconnected_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-RightHandSide_63a190-Create_A_Unconnected_Pattern_"
                                    xmi:uuid="c8f99710-5e99-464f-8771-8eda6ba27ed1"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_152b821-RightHandSide_63a190-Create_A_Unconnected_Pattern_-Create_A_Unconnected_Pattern_.result"
                                        xmi:uuid="54c60442-20b5-4c44-8de8-1625b4fd97b3"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Unconnected_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Unconnected_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@63a190</name>
                            </node>
                            <name>ExpressionStatement@152b821</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e"
                            xmi:uuid="59010c42-2ac7-4833-9316-4b84e98fcd88"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-edge-1"
                                xmi:uuid="efc3efc2-fce1-4674-9c27-6e14a6af86fd"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-edge-2"
                                xmi:uuid="ee9ef63b-7e34-4e09-894b-d0e1345cbdc6"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-edge-3"
                                xmi:uuid="7b122a68-511d-4e61-ae8d-e932aebf5595"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-edge-4"
                                xmi:uuid="547565a1-fd7d-4c9d-8a6e-6a4df6554a7e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Value_3_-Value_3_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-edge-5"
                                xmi:uuid="a4921b36-bc9a-4af1-b05d-e2e5d93d92b4"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_"
                                xmi:uuid="720a872f-f442-444e-a494-408c42158029"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_"
                                    xmi:uuid="6da223ee-704c-45aa-82c6-9b2ea50467f8"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="92541689-bf97-471c-b29c-940aadd6119e"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="e3fc24ed-16eb-4de9-889d-77a926cc77b6"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertUnconnectedPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_"
                                    xmi:uuid="3efe1dfd-3750-40a2-a341-36bfa63dc9b8"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="a289150e-d432-42ac-96d7-f97573e63869"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="08c7e392-ca71-47e7-98b7-10c41bdc3bd3"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertUnconnectedPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n1_"
                                    xmi:uuid="a149ed83-2b99-492a-8a66-448d462d54c4"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertUnconnectedPattern).argument(n1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n2_"
                                    xmi:uuid="2022e3cb-b622-434c-b92d-587976909eeb"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertUnconnectedPattern).argument(n2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_helper_"
                                    xmi:uuid="299fbb75-61d6-4331-8da7-ca172e2391d8"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertUnconnectedPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertUnconnectedPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697"
                                xmi:uuid="93ba2df2-bc59-453a-b07d-9b7402ee500a"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-edge-1"
                                    xmi:uuid="86a075d3-2b22-4d94-a904-209e23c34cde"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-edge-2"
                                    xmi:uuid="793b7ffd-88af-4c18-a91c-5c15db74dc1b"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Fork_Read_b_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-edge-3"
                                    xmi:uuid="94c6e1e8-fcfd-470b-b045-40b6b3331c58"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Fork_Read_b_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__.inputElement"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-edge-4"
                                    xmi:uuid="d5fc1a96-9f30-49b5-b154-be01b2da2905"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-node-8"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-edge-5"
                                    xmi:uuid="f0927130-aa72-49a3-b0e5-b37e5879c870"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Read_c_-Read_c_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Fork_Read_c_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-edge-6"
                                    xmi:uuid="fe55b05c-ca68-4273-ae72-dd2e18dfe8ad"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Fork_Read_c_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__.inputElement"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Read_b_"
                                    xmi:uuid="01edc967-a3fc-4744-ba00-a79fa7a4b516"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Read_b_-Read_b_.object"
                                        xmi:uuid="b478fb6e-6c17-4d96-9f7e-8b2e8afe3a8e"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Read_b_-Read_b_.result"
                                        xmi:uuid="2a10d3c8-c58e-4948-8057-c9a17915c405"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-node-2"
                                    xmi:uuid="f8c10d8d-51f4-44fd-b1cd-f1ede09d318c"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_unconnected)@33e2a0)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Fork_Read_b_.result_"
                                    xmi:uuid="09df2e58-844e-4281-a533-467eff77e249"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(b).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__"
                                    xmi:uuid="d9e7a305-1c1e-44c7-b664-acf678a75b6c"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__-edge-1"
                                        xmi:uuid="f2770b77-18c9-4023-8d71-b3ecd7047c3f"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__-Read_p_-Read_p_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__-edge-2"
                                        xmi:uuid="1d1e5d3c-9517-427c-af7a-36ddabfc2ebf"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__-Read_p_-Read_p_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__-Read_p_"
                                        xmi:uuid="2fa0c858-867c-4c6a-8512-3c3939ab7191"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__-Read_p_-Read_p_.object"
                                            xmi:uuid="96f685ae-d05c-4cf2-aad0-fd43830ca4e2"
                                            xmi:type="uml:InputPin">
                                            <name>Read(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__-Read_p_-Read_p_.result"
                                            xmi:uuid="d31da0f6-52ed-44c7-9bf7-f96479a713d3"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                            />
                                        </result>
                                        <name>Read(p)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-p"
                                        />
                                    </node>
                                    <name>Collect(Read(p))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__.inputElement"
                                    xmi:uuid="debae2b5-15b2-46ff-8e08-9265b720b74e"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__.outputElement"
                                    xmi:uuid="64766d0f-cdda-4c02-993d-d880a8712ed9"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Read_c_"
                                    xmi:uuid="9e73ef02-1e4a-418e-ab87-d1f4e9852238"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Read_c_-Read_c_.object"
                                        xmi:uuid="736b6a9c-1bfe-4a66-8679-115a59fc07c6"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Read_c_-Read_c_.result"
                                        xmi:uuid="b5614fce-ddb6-4799-86b9-c8c77b491f8c"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"
                                        />
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-node-8"
                                    xmi:uuid="d3a38c5b-e16f-4975-9c64-7a12fafe6aef"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_unconnected)@33e2a0)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Fork_Read_c_.result_"
                                    xmi:uuid="2db0ae6f-3192-41a9-8591-400c4ae23192"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(c).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__"
                                    xmi:uuid="71a54071-b826-4718-ba10-e17eb73711a0"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__-edge-1"
                                        xmi:uuid="f54b887d-d13b-437e-96bf-87f4289a0f4d"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__-Read_q_-Read_q_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__-edge-2"
                                        xmi:uuid="e7541989-fe7d-4a42-b118-a588d93043eb"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__-Read_q_-Read_q_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__-Read_q_"
                                        xmi:uuid="68206a9f-22c0-4bde-9274-50f6879605b3"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__-Read_q_-Read_q_.object"
                                            xmi:uuid="7557e61f-0714-4783-9e1a-1482325a97cb"
                                            xmi:type="uml:InputPin">
                                            <name>Read(q).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__-Read_q_-Read_q_.result"
                                            xmi:uuid="0f6d5900-4c5e-4832-ad1d-53b62744ad9a"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(q).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                            />
                                        </result>
                                        <name>Read(q)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-q"
                                        />
                                    </node>
                                    <name>Collect(Read(q))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__.inputElement"
                                    xmi:uuid="a29b27bd-32f9-4f40-a687-16592db8e5d8"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__.outputElement"
                                    xmi:uuid="6371aa20-9a63-4697-9e58-0aeb392ea7b3"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Value_4_"
                                    xmi:uuid="6e08cdf5-e948-466d-bf94-bf38e5af8a07"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Value_4_-Value_4_.result"
                                        xmi:uuid="a81059e2-9a2c-4f5d-a1b8-61676516b535"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Value_4_-value"
                                        xmi:uuid="ab4618ba-1c79-4dc8-bb79-3fd0b7c79beb"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Value_3_"
                                    xmi:uuid="39ea10a7-550e-4c07-8ef0-f94ad7c48a20"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Value_3_-Value_3_.result"
                                        xmi:uuid="91bdfd58-7a29-4e72-a887-cc5c77493d9a"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(3).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_920d9e-Tuple_1240697-Value_3_-value"
                                        xmi:uuid="f2f4ccdc-0840-4fa1-a40f-80aded2baa6e"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>3</value>
                                    </value>
                                    <name>Value(3)</name>
                                </node>
                                <name>Tuple@1240697</name>
                            </node>
                            <name>ExpressionStatement@920d9e</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa"
                            xmi:uuid="2da709c7-8c83-4cfd-ba89-2a298669541f"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-edge-1"
                                xmi:uuid="6697c320-40df-412b-937d-a0b061d773aa"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Tuple_d73b4e-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-edge-2"
                                xmi:uuid="0a0bc7a7-5481-4bc7-8c84-7b51f5206224"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Tuple_d73b4e"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Call_WriteLine_"
                                xmi:uuid="c2483c2c-ec6a-4f8e-8739-6be20470b1c5"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="0539bbf8-b006-4edd-ae53-e0988b81b099"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="39142cdc-cb54-4393-8e81-6130e2f97f5e"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="c6bd2012-17ca-4cf7-b4bc-396d00994910"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Tuple_d73b4e"
                                xmi:uuid="233e6a81-a9bd-4918-b9bb-e4661b457f69"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Tuple_d73b4e-Value____"
                                    xmi:uuid="c791fe68-ec92-42ca-81e5-dc3a92239d41"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Tuple_d73b4e-Value____-Value____.result"
                                        xmi:uuid="fe1648a7-ab28-43cb-9213-69d8e5fe4405"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_42c9aa-Tuple_d73b4e-Value____-value"
                                        xmi:uuid="605dbddf-8fb4-4110-9631-f05b9b73ffb6"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@d73b4e</name>
                            </node>
                            <name>ExpressionStatement@42c9aa</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9"
                            xmi:uuid="2eb62765-4499-493e-87aa-ea48a26f24f4"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-edge-1"
                                xmi:uuid="98267793-f0db-40a4-829e-163531c52149"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Tuple_1dacd1f-Value__-_Testing_instantiation_of_A_Array_Pattern_-__-Value__-_Testing_instantiation_of_A_Array_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-edge-2"
                                xmi:uuid="223ef2c8-097e-4188-8381-ecd1308f7914"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Tuple_1dacd1f"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Call_WriteLine_"
                                xmi:uuid="a88867b9-9531-475b-8b45-328f9e7f7419"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="b40f28b0-3de3-4c26-a955-d35768685023"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="2c9c41e2-731c-466d-a221-18acda818041"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="e34f4aca-4758-4b37-a5aa-ab4cd7ab3c85"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Tuple_1dacd1f"
                                xmi:uuid="3b5d2dd1-1183-4b61-ae76-7a3b2d5d64cb"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Tuple_1dacd1f-Value__-_Testing_instantiation_of_A_Array_Pattern_-__"
                                    xmi:uuid="93124016-bb0a-4fd0-a5f0-d9d92c6e3b91"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Tuple_1dacd1f-Value__-_Testing_instantiation_of_A_Array_Pattern_-__-Value__-_Testing_instantiation_of_A_Array_Pattern_-__.result"
                                        xmi:uuid="f0b20840-bec8-46e7-abcb-9211073a6dac"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Array_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1ee97d9-Tuple_1dacd1f-Value__-_Testing_instantiation_of_A_Array_Pattern_-__-value"
                                        xmi:uuid="a1ef55d5-2843-4351-a8c8-4e6eca4f6142"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Array_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Array_Pattern -")</name>
                                </node>
                                <name>Tuple@1dacd1f</name>
                            </node>
                            <name>ExpressionStatement@1ee97d9</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29"
                            xmi:uuid="661d8dac-68da-414d-8661-8081ae48b9ef"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-edge"
                                xmi:uuid="660f522d-c32c-46c7-8be6-8acce2903b73"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-RightHandSide_ae1959-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-Fork_a_array__1a5fda0"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-Fork_a_array__1a5fda0"
                                xmi:uuid="72738c65-0b79-4ec6-9dea-0139dfd74433"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_array)@1a5fda0</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-RightHandSide_ae1959"
                                xmi:uuid="d1052105-7672-4ddd-91eb-2aa89da3eb03"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-RightHandSide_ae1959-edge"
                                    xmi:uuid="33f0cc4b-b34b-421e-b4da-25696def4258"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-RightHandSide_ae1959-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-RightHandSide_ae1959-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-RightHandSide_ae1959-Call_A_Array_Pattern_"
                                    xmi:uuid="628425bc-122c-4c3f-bdc6-a70fd2a92f13"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-RightHandSide_ae1959-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result_result_"
                                        xmi:uuid="eb2ef804-0152-4c56-93b3-2dcdc233057c"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Array_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-RightHandSide_ae1959-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                        xmi:uuid="7a87cb8f-9dca-4e25-abf6-20e4ccdbf3fa"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Array_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Array_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-A_Array_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-RightHandSide_ae1959-Create_A_Array_Pattern_"
                                    xmi:uuid="92698595-2dbd-4aeb-8d36-709469ff8857"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_125c29-RightHandSide_ae1959-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"
                                        xmi:uuid="4995a95d-3f05-4769-9ad0-a27eff155634"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Array_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Array_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@ae1959</name>
                            </node>
                            <name>ExpressionStatement@125c29</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f"
                            xmi:uuid="87523aea-acea-42d2-bfeb-da445dca41a2"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-edge-1"
                                xmi:uuid="d857d883-b59c-4a11-b70b-edbe38860e85"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-edge-2"
                                xmi:uuid="7a44d9b7-e50b-4d2c-b214-f5452e696f80"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-edge-3"
                                xmi:uuid="ac05289c-802e-4c95-89c3-28380f537bd8"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_n_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-edge-4"
                                xmi:uuid="fd5ba819-1bbf-4172-afd3-8d4f52d54a2e"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_"
                                xmi:uuid="e04f9ce0-5a76-4afc-9e19-e64da9b1a2db"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_"
                                    xmi:uuid="2a6c8dad-b89a-4618-aeac-94c2cd5aed1d"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="e210c7f8-9a45-45b8-ab06-a85b8b1e8245"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="d23621de-04e7-40ac-8472-77fe1e61bc32"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertArrayPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_"
                                    xmi:uuid="9bbf9c29-0fac-43eb-84c2-51e872e4e336"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="5919abf2-c1b4-4f87-86a0-ae533b588a91"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="951b23d0-9df0-4953-8263-738a9c9b8e5d"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertArrayPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_n_"
                                    xmi:uuid="87d04218-93d4-4d38-b382-5b2477396248"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertArrayPattern).argument(n)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_helper_"
                                    xmi:uuid="639c4057-e946-4604-aa96-581888a77286"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertArrayPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertArrayPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertArrayPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007"
                                xmi:uuid="a773045d-9976-42a8-bcc3-6943dec038fd"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-edge-1"
                                    xmi:uuid="2682a0b9-df52-47cd-9a0f-4f17f7b9f301"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-edge-2"
                                    xmi:uuid="5defed79-ad6d-4b0c-839f-831251eaf9c4"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Fork_Read_b_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-edge-3"
                                    xmi:uuid="ef572eea-9566-4953-8dd9-e79936a1b2eb"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Fork_Read_b_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__.inputElement"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-edge-4"
                                    xmi:uuid="48ca115e-a4a7-46af-93e9-3ef715d7fd7b"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-node-8"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-edge-5"
                                    xmi:uuid="7d78c5c0-e0fd-4762-be0a-002e44cae37a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Read_c_-Read_c_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Fork_Read_c_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-edge-6"
                                    xmi:uuid="60de4484-8a72-42fe-9626-dca1e6756776"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Fork_Read_c_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__.inputElement"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Read_b_"
                                    xmi:uuid="f0f674ec-3165-4192-8161-0a10698a740a"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Read_b_-Read_b_.object"
                                        xmi:uuid="57b51163-c254-435e-8eb6-2130a2aecba5"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Read_b_-Read_b_.result"
                                        xmi:uuid="9d05794f-5b38-4427-9f7b-01de25374291"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-node-2"
                                    xmi:uuid="91b07ebd-78c9-44b5-8c0e-168a24e8732d"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_array)@1a5fda0)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Fork_Read_b_.result_"
                                    xmi:uuid="f0735a6b-f050-45f3-b753-1a5b5f0c4855"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(b).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__"
                                    xmi:uuid="f9e348ac-0198-4a89-9382-59d0b8f4e1fa"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__-edge-1"
                                        xmi:uuid="4c8ee412-445f-45b4-8277-cd6731c22a0e"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__-Read_p_-Read_p_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__-edge-2"
                                        xmi:uuid="56f4e51d-7380-4467-b9bf-0a8e60b539ca"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__-Read_p_-Read_p_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__-Read_p_"
                                        xmi:uuid="32b152d6-ff71-4433-a76b-6de01face0b3"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__-Read_p_-Read_p_.object"
                                            xmi:uuid="fae56634-bab1-4f16-b949-e7604372ecf4"
                                            xmi:type="uml:InputPin">
                                            <name>Read(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__-Read_p_-Read_p_.result"
                                            xmi:uuid="3c8b6952-af68-4220-ab28-b89155565864"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                            />
                                        </result>
                                        <name>Read(p)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-p"
                                        />
                                    </node>
                                    <name>Collect(Read(p))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__.inputElement"
                                    xmi:uuid="aa02b7c3-dc62-40cf-98cc-8570b1c8427a"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__.outputElement"
                                    xmi:uuid="850652d5-2332-4235-aa0f-054fb4638640"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Read_c_"
                                    xmi:uuid="7a9c8d0e-9508-4e36-ab2d-24727a69b8fe"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Read_c_-Read_c_.object"
                                        xmi:uuid="20823c0c-1108-435a-81e7-5b9553d34e62"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Read_c_-Read_c_.result"
                                        xmi:uuid="f6f7e5c8-7948-49a8-81bb-6e2738edc9f5"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"
                                        />
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-node-8"
                                    xmi:uuid="a3d4838d-c178-45f0-a970-7acde4f69a0e"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_array)@1a5fda0)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Fork_Read_c_.result_"
                                    xmi:uuid="928aadf4-62c7-434a-8d8e-2eb04ce382ed"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(c).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__"
                                    xmi:uuid="5e98df48-0777-4502-8bdc-147bcd49c599"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__-edge-1"
                                        xmi:uuid="6d5b2ec3-1ad7-4bc6-85f9-0dbe7038121f"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__-Read_q_-Read_q_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__-edge-2"
                                        xmi:uuid="8ae02ccb-ad7e-48b9-9707-360099775b58"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__-Read_q_-Read_q_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__-Read_q_"
                                        xmi:uuid="c34d6316-b9ed-46a4-9e2f-69ceb5e9c44d"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__-Read_q_-Read_q_.object"
                                            xmi:uuid="0db63250-3d38-4f85-8dfe-5ebfe9b23d3d"
                                            xmi:type="uml:InputPin">
                                            <name>Read(q).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__-Read_q_-Read_q_.result"
                                            xmi:uuid="6e7055d3-d9d3-4a54-b637-d7e225aff6fd"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(q).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                            />
                                        </result>
                                        <name>Read(q)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-q"
                                        />
                                    </node>
                                    <name>Collect(Read(q))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__.inputElement"
                                    xmi:uuid="c5d1bcbe-b62a-4aa4-8e03-66a974cb7084"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__.outputElement"
                                    xmi:uuid="b129755e-d25b-4285-9cd8-0b297a22c238"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Value_4_"
                                    xmi:uuid="b0f1aa86-bd7e-4131-b996-0f6c539da343"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Value_4_-Value_4_.result"
                                        xmi:uuid="74fb627c-0e4e-48b1-9c79-da07566ba9f7"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_169085f-Tuple_2a3007-Value_4_-value"
                                        xmi:uuid="e6b2ab64-9514-4059-b623-6a18dde36e80"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <name>Tuple@2a3007</name>
                            </node>
                            <name>ExpressionStatement@169085f</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248"
                            xmi:uuid="41b37e97-30fa-4b00-a480-ac329b9b6000"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-edge-1"
                                xmi:uuid="c13ec5ea-ef13-4713-8063-b12679268244"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Tuple_96e20d-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-edge-2"
                                xmi:uuid="d0355163-4fe5-47d5-b995-5a94392df7af"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Tuple_96e20d"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Call_WriteLine_"
                                xmi:uuid="3ed8e8c4-4483-49ca-a16c-90c704a291ec"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="ac3fb2e7-f907-44b6-bc95-69a0f5e76a3a"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="f09c89d0-cae8-4c78-8e4f-32621b048350"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="f1d7bccd-6d71-4666-acd9-9f342d92b5a9"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Tuple_96e20d"
                                xmi:uuid="247faa74-812a-4068-a1be-f9b563a02cc5"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Tuple_96e20d-Value____"
                                    xmi:uuid="4a1eb7fe-70ae-412f-8f53-03bc936a1173"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Tuple_96e20d-Value____-Value____.result"
                                        xmi:uuid="a9295312-1756-49c8-b757-f309b9a6a46f"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_d0b248-Tuple_96e20d-Value____-value"
                                        xmi:uuid="402c2171-afd7-43a0-9dab-c8f1ab9bf0d6"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@96e20d</name>
                            </node>
                            <name>ExpressionStatement@d0b248</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af"
                            xmi:uuid="7d4dab9a-9922-45cb-85dc-8bdf0cb8dc8a"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-edge-1"
                                xmi:uuid="85d122c5-c066-4c1b-bbb6-90c63f88a82a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Tuple_1107804-Value__-_Testing_instantiation_of_A_Star_Pattern_-__-Value__-_Testing_instantiation_of_A_Star_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-edge-2"
                                xmi:uuid="5c333950-1545-4f50-9a6b-3e207f296e47"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Tuple_1107804"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Call_WriteLine_"
                                xmi:uuid="6a4b2efc-b350-42b3-866a-847cfcaa280e"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="a5e4914c-392b-4b2c-bb9c-2c0abf9f5c0e"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="95c65693-cbf6-443b-a1bc-d97af0fced97"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="b714eb21-587c-4b9e-bf88-64b654350544"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Tuple_1107804"
                                xmi:uuid="3eedc2a6-8959-44f3-8791-d97cbc9e6517"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Tuple_1107804-Value__-_Testing_instantiation_of_A_Star_Pattern_-__"
                                    xmi:uuid="48fc1e52-854c-4133-9518-779ef2847c28"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Tuple_1107804-Value__-_Testing_instantiation_of_A_Star_Pattern_-__-Value__-_Testing_instantiation_of_A_Star_Pattern_-__.result"
                                        xmi:uuid="8ea27e29-0f88-4111-8c90-170ef9d43744"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Star_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_ceb5af-Tuple_1107804-Value__-_Testing_instantiation_of_A_Star_Pattern_-__-value"
                                        xmi:uuid="310e42e2-5e4f-4918-a1b6-505d453c66e1"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Star_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Star_Pattern -")</name>
                                </node>
                                <name>Tuple@1107804</name>
                            </node>
                            <name>ExpressionStatement@ceb5af</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820"
                            xmi:uuid="b2cd7cee-f24a-4b64-87c2-d154a136d8f4"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-edge"
                                xmi:uuid="c785f876-90ec-4ed9-950b-f56dc9c68663"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-RightHandSide_124aee9-Call_A_Star_Pattern_-Call_A_Star_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-Fork_a_star__934ef4"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-Fork_a_star__934ef4"
                                xmi:uuid="70100c69-7e2c-45bf-a0f0-2f98af309b91"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_star)@934ef4</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-RightHandSide_124aee9"
                                xmi:uuid="b3fcb9aa-b5ac-4dad-a445-9f60e04d2fad"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-RightHandSide_124aee9-edge"
                                    xmi:uuid="2deab37f-5196-48d3-8434-98275320b2a3"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-RightHandSide_124aee9-Create_A_Star_Pattern_-Create_A_Star_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-RightHandSide_124aee9-Call_A_Star_Pattern_-Call_A_Star_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-RightHandSide_124aee9-Call_A_Star_Pattern_"
                                    xmi:uuid="657355b7-0e84-4bae-8b32-6fe4422a0ce2"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-RightHandSide_124aee9-Call_A_Star_Pattern_-Call_A_Star_Pattern_.result_result_"
                                        xmi:uuid="19eec389-8ec7-4e42-b350-dabfda6076f1"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Star_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-RightHandSide_124aee9-Call_A_Star_Pattern_-Call_A_Star_Pattern_.target"
                                        xmi:uuid="79b5a7f4-a65e-4468-988f-a6d2f65903a4"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Star_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Star_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-A_Star_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-RightHandSide_124aee9-Create_A_Star_Pattern_"
                                    xmi:uuid="064db281-4fb5-47f2-a046-a21147f5691e"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_1593820-RightHandSide_124aee9-Create_A_Star_Pattern_-Create_A_Star_Pattern_.result"
                                        xmi:uuid="03f86a5e-6a7d-4451-9273-53f9330d01df"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Star_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Star_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@124aee9</name>
                            </node>
                            <name>ExpressionStatement@1593820</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5"
                            xmi:uuid="2e923eaf-ac05-437c-9522-0b6c9befa665"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-edge-1"
                                xmi:uuid="a0cd5fe3-dc43-4346-8154-4ff41fc77f05"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-edge-2"
                                xmi:uuid="6c5675c6-41ef-41e4-9b6d-b6da6150dcbc"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-edge-3"
                                xmi:uuid="e0221da4-8942-4ffc-bc88-69673e15ad3a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-edge-4"
                                xmi:uuid="b624b094-e39e-472a-aa87-b6731e064022"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Value_5_-Value_5_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-edge-5"
                                xmi:uuid="bcdc0d90-81b9-4535-8682-76720be5695d"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_"
                                xmi:uuid="718bc4e3-9132-4411-8eb3-a194db5e66e9"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_"
                                    xmi:uuid="03505223-598e-4e05-909c-2cb4c551a8b1"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="fc4484c2-d9a3-412a-8c87-70fbffed9fc7"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="ae985c8e-457a-4509-9b76-fa2e6516d3c1"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertStarPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_"
                                    xmi:uuid="58d0f9e3-a543-4241-9618-1014104f57a4"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="5165e1b0-8d17-4982-82ba-4c9d1e77f5f6"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="339c9f17-40a1-4b94-a2db-60211e041524"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertStarPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n1_"
                                    xmi:uuid="a251f796-a2f5-40db-a259-f7e9df39378f"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertStarPattern).argument(n1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n2_"
                                    xmi:uuid="dc9ba2e9-376e-44a2-91a5-9684110782e1"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertStarPattern).argument(n2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_helper_"
                                    xmi:uuid="f3f36f12-3925-41c5-8574-e6ff0faf2933"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertStarPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertStarPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertStarPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02"
                                xmi:uuid="47957a30-3597-4529-b183-173357058db4"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-edge-1"
                                    xmi:uuid="946a4ad0-a27f-40bd-9933-b07a79ebee93"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-edge-2"
                                    xmi:uuid="e167ff4f-cebd-4fb1-904d-5a4819ffe3e9"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Fork_Read_b_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-edge-3"
                                    xmi:uuid="314fa17f-e5b9-4650-9ea2-7a3fd2483a9f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Fork_Read_b_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__.inputElement"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-edge-4"
                                    xmi:uuid="abd4a596-eaf0-4e7e-bbd0-a643a6e28bc5"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-node-8"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Read_c_-Read_c_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-edge-5"
                                    xmi:uuid="4111d5f2-5ded-44b3-bef7-5bf7a97457f8"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Read_c_-Read_c_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Fork_Read_c_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-edge-6"
                                    xmi:uuid="8673b0f8-9816-4088-8a93-6ec3adabf940"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Fork_Read_c_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__.inputElement"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Read_b_"
                                    xmi:uuid="e9f8857e-74ca-4b92-9df8-9e4205f95ab8"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Read_b_-Read_b_.object"
                                        xmi:uuid="3ac2e6ea-0958-4d17-b545-0b78bd0ebfbe"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Read_b_-Read_b_.result"
                                        xmi:uuid="fd89f716-f669-4988-a2fc-156c54c518b0"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-node-2"
                                    xmi:uuid="9627832f-9ab5-46e1-a8c1-f1a65fea13ed"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_star)@934ef4)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Fork_Read_b_.result_"
                                    xmi:uuid="b5e54d60-6ecd-45da-8b26-273d2eb6f84f"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(b).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__"
                                    xmi:uuid="c7600841-b11b-47ed-829b-d15b4ebf8903"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__-edge-1"
                                        xmi:uuid="cfabadc8-4869-4749-b9ad-84460286695b"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__-Read_p_-Read_p_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__-edge-2"
                                        xmi:uuid="58ebe961-e6f2-4cbe-b224-66a4c99d2d76"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__-Read_p_-Read_p_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__-Read_p_"
                                        xmi:uuid="75cc99ee-8251-41c2-b335-bd772fd5c6ea"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__-Read_p_-Read_p_.object"
                                            xmi:uuid="6502d8d7-3195-4179-bcb6-8bb3a6927eca"
                                            xmi:type="uml:InputPin">
                                            <name>Read(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__-Read_p_-Read_p_.result"
                                            xmi:uuid="686755d7-7f96-4b05-8c25-107e73093f87"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                            />
                                        </result>
                                        <name>Read(p)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-p"
                                        />
                                    </node>
                                    <name>Collect(Read(p))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__.inputElement"
                                    xmi:uuid="7750271f-f03b-4040-b0fd-a23e580a02c4"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__.outputElement"
                                    xmi:uuid="4c5a910b-5f30-4404-8437-5e509f2aa27a"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(p)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_p__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Read_c_"
                                    xmi:uuid="468c37bc-1e77-4935-9836-2f74145391fc"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Read_c_-Read_c_.object"
                                        xmi:uuid="6b1c7c45-5186-4090-a33a-02283e20a189"
                                        xmi:type="uml:InputPin">
                                        <name>Read(c).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Read_c_-Read_c_.result"
                                        xmi:uuid="46ca34fb-7ca3-4e2d-9534-ecf1c702acc8"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(c).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"
                                        />
                                    </result>
                                    <name>Read(c)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-c"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-node-8"
                                    xmi:uuid="81a63bce-bbfa-41c2-8385-5192c0f16b4e"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_star)@934ef4)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Fork_Read_c_.result_"
                                    xmi:uuid="b07298a7-4508-4582-8af5-c9a9e5ce5613"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(c).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__"
                                    xmi:uuid="1cce6fc2-046c-473b-8998-6a1c0f920751"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__-edge-1"
                                        xmi:uuid="4d4a3ce9-b8f6-4e1d-9544-4ea8f09f5a84"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__-Read_q_-Read_q_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__-edge-2"
                                        xmi:uuid="55ba4088-60e5-4882-9e20-b32d9aa0a74e"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__-Read_q_-Read_q_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__-Read_q_"
                                        xmi:uuid="97847f1d-febd-4500-9241-cf62db1b1b03"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__-Read_q_-Read_q_.object"
                                            xmi:uuid="6b63abff-d705-4112-b1fb-e0efb8a064cf"
                                            xmi:type="uml:InputPin">
                                            <name>Read(q).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__-Read_q_-Read_q_.result"
                                            xmi:uuid="131d50ff-0cdd-4e4c-be5b-4c662d0d8fab"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(q).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                            />
                                        </result>
                                        <name>Read(q)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-q"
                                        />
                                    </node>
                                    <name>Collect(Read(q))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__.inputElement"
                                    xmi:uuid="e83815e1-9b0d-4418-9332-b7a7080f01ce"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__.outputElement"
                                    xmi:uuid="ba89d8d8-c8c2-4c10-84ea-7b7ee0008b1f"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Value_4_"
                                    xmi:uuid="5e7b1321-9e4e-468a-b04e-b01823e58fbe"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Value_4_-Value_4_.result"
                                        xmi:uuid="345e55be-8e31-48d4-a26f-ec5b4e4d3ed3"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Value_4_-value"
                                        xmi:uuid="0aca6517-ad76-4547-9b84-1b3bd5e4f5be"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Value_5_"
                                    xmi:uuid="1851affe-6802-4c31-9478-099b6475b14d"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Value_5_-Value_5_.result"
                                        xmi:uuid="0129b008-bde4-46cb-a139-e2734aec9ad5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(5).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-TestCase_Assembly_PWP_PWP-Body_TestCase_Assembly_PWP_PWP_-ExpressionStatement_25c0f5-Tuple_8a5e02-Value_5_-value"
                                        xmi:uuid="f8a4a627-55b2-4785-a848-be9cb30b7c09"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>5</value>
                                    </value>
                                    <name>Value(5)</name>
                                </node>
                                <name>Tuple@8a5e02</name>
                            </node>
                            <name>ExpressionStatement@25c0f5</name>
                        </node>
                        <name>Body(TestCase_Assembly_PWP_PWP)</name>
                    </node>
                    <name>TestCase_Assembly_PWP_PWP</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern"
                    xmi:uuid="cb303c86-115e-4935-8515-7c0aa63ecabe" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-ownedComment"
                        xmi:uuid="6574e865-6a5e-4416-9678-18653a3e361f" xmi:type="uml:Comment">
                        <body>Empty pattern:
lower bound of part b and c is 0</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-b"
                        xmi:uuid="8d003b9d-6984-45b8-8931-3988a40258d0" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-b-lowerValue"
                            xmi:uuid="b55b4401-2740-406f-8e04-05f30e270403"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-b-upperValue"
                            xmi:uuid="287ab72e-3f53-474b-a8f6-8d9199188b25"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-c"
                        xmi:uuid="eadce4b0-930b-4023-8b2b-5b8c273e0921" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-c-lowerValue"
                            xmi:uuid="69326601-6d4e-4649-85b3-67fa4e7737ca"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-c-upperValue"
                            xmi:uuid="238675b5-8ee7-4c6d-a9a3-27e21f2aa2b3"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-r"
                        xmi:uuid="e5425442-8179-47bf-b25d-9bba8904e1cf" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-r-end-1"
                            xmi:uuid="66f51fde-be78-4759-889c-b50155b9fc41"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-r-end-1-upperValue"
                                xmi:uuid="8c6600cb-603b-4cec-8f53-6509640f9a18"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-p"/>
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-r-end-2"
                            xmi:uuid="e1025835-743d-4c66-82bc-89ade40cde17"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-r-end-2-upperValue"
                                xmi:uuid="504f81cc-bfcf-41f6-8fe5-6a76297256a5"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-c"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-q"/>
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-A_Empty_Pattern"
                        xmi:uuid="d10fd8d3-95bd-42bd-8cb7-44e8ee387e88" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern-A_Empty_Pattern-result"
                            xmi:uuid="39f0f1e1-082d-4572-a5c2-d24747efef28" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Empty_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Empty_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Empty_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern"
                    xmi:uuid="b69347ee-c0b8-492f-b01b-249a18241ebe" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-ownedComment"
                        xmi:uuid="6cd4c091-289d-44f0-97b9-e6f40b6217b9" xmi:type="uml:Comment">
                        <body>Array pattern:
lower bound of b and c are equals
lower bound on ends of connector r is 1</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-b"
                        xmi:uuid="6876584e-9303-4951-98db-58abeca10f90" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-b-lowerValue"
                            xmi:uuid="3317d631-9281-4483-b3fb-b2bfe3f563a8"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-b-upperValue"
                            xmi:uuid="46b2141b-d672-45b4-94b0-b5ba7f835060"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-c"
                        xmi:uuid="b9e80b1f-0f10-4a0e-8fbd-bcb37e7994cd" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-c-lowerValue"
                            xmi:uuid="f67da595-89c5-4b0a-9dc1-f81ce3002c6b"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-c-upperValue"
                            xmi:uuid="b25a1a84-4401-46d6-96f0-04610c4651d5"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-r"
                        xmi:uuid="8de1d900-ec57-4082-8d5c-3693e282223b" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-r-end-1"
                            xmi:uuid="3f4633a8-0d48-4eb7-b3e3-48596e39405a"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-r-end-1-upperValue"
                                xmi:uuid="28872352-926b-4ac9-b50f-ae313fb77166"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-p"/>
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-r-end-2"
                            xmi:uuid="14c93855-b846-43d8-8cd0-4f1b6694536f"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-r-end-2-upperValue"
                                xmi:uuid="b5989537-d66e-4f10-b7ba-12ed32fb3411"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-c"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-q"/>
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-A_Array_Pattern"
                        xmi:uuid="24b82944-b1c5-42b1-bc68-db7b498455fc" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern-A_Array_Pattern-result"
                            xmi:uuid="c4ee512f-e595-4cc6-8502-b635b3f8a99d" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Array_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Array_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Array_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern"
                    xmi:uuid="6779bbf6-8ce7-4fcd-b013-92043796871e" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-ownedComment"
                        xmi:uuid="51f10c35-aaff-47b6-8d04-94ef4da23f61" xmi:type="uml:Comment">
                        <body>Star pattern:
lower bound on ends of connector r equal lower bound of connected parts</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-b"
                        xmi:uuid="d70f5d49-3ef3-4e21-b7d3-39c1fc1f3a1e" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-b-lowerValue"
                            xmi:uuid="28d53b7a-ae70-48bd-a33c-f88d2a69fc4a"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-b-upperValue"
                            xmi:uuid="7ab4fa50-a084-4d8a-b0bd-3a8c94c4dc39"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-c"
                        xmi:uuid="df6a48c6-35a7-4c59-ad96-f408829e953b" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-c-lowerValue"
                            xmi:uuid="1df5b524-bc02-40a7-9ed8-c835497b9af3"
                            xmi:type="uml:LiteralInteger">
                            <value>5</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-c-upperValue"
                            xmi:uuid="30d1dd44-7331-4ef9-ac09-432f272d5b68"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-r"
                        xmi:uuid="d38c8583-537a-4270-8daf-fc18d05ab3fc" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-r-end-1"
                            xmi:uuid="e011a6fc-6d07-4bda-8e20-aec17ec24bc0"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-r-end-1-lowerValue"
                                xmi:uuid="f3432fe3-e4cf-42f4-b75c-8599e7c89e56"
                                xmi:type="uml:LiteralInteger">
                                <value>4</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-r-end-1-upperValue"
                                xmi:uuid="3c9730ea-2dec-405b-abe9-a697208e0bf4"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-p"/>
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-r-end-2"
                            xmi:uuid="2dca3116-62d9-4aa8-b179-84225ce50c67"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-r-end-2-lowerValue"
                                xmi:uuid="13aa27b3-c053-4bb9-92d1-b06fb10b566f"
                                xmi:type="uml:LiteralInteger">
                                <value>5</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-r-end-2-upperValue"
                                xmi:uuid="89ee8988-c9a8-48f5-abf8-3688444b2ea8"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-c"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-q"/>
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-A_Star_Pattern"
                        xmi:uuid="8c5be5cc-1210-402a-9a49-42abfdec3538" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern-A_Star_Pattern-result"
                            xmi:uuid="613fbf44-3f8c-4a30-8dcd-bb26b1e97485" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Star_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Star_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Star_Pattern</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper"
                    xmi:uuid="92637d9e-1302-422b-b276-a554e751dbe6" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedComment"
                        xmi:uuid="a78ec858-38f2-4d4d-94c3-07b75c211910" xmi:type="uml:Comment">
                        <body>IntegerFunctions::Min('#ends1', n1) ;</body>
                    </ownedComment>
                    <generalization
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-generalization"
                        xmi:uuid="e4a23142-096a-4cbc-800b-38071ce14bf1"
                        xmi:type="uml:Generalization">
                        <general xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                    </generalization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1"
                        xmi:uuid="93148263-88b4-449a-842f-95ca36b59818" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-ownedComment"
                            xmi:uuid="c970bd4c-6c6c-4af7-a091-d301df3eb651" xmi:type="uml:Comment">
                            <body>namespace 'Test Suites'::'Test Suite 1'::Assembly_PWP_PWP::AssertCompositeHelper ;

private import Alf::Library::CollectionFunctions::includes ;

activity assertConnected(in message : String, in end1 : any, in end2 : any) { 
	AssertTrue(message, R::y((IImpl)end1)-&gt;includes((IImpl)end2)) ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-1"
                            xmi:uuid="3c8fcb7e-c6db-4040-b4ae-d65c923be500" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-2"
                            xmi:uuid="dc926bad-e8fa-4732-a1de-67559178af13" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-3"
                            xmi:uuid="f320ef62-6c71-428e-a8ea-8c72ad572d51" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-edge-1"
                            xmi:uuid="07481ff2-c77d-4b91-bd54-ec07c679d885"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Input_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Fork_message_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-edge-2"
                            xmi:uuid="cb7b54a9-6c25-4caf-a015-571a5527ecae"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Input_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Fork_end1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-edge-3"
                            xmi:uuid="6345a654-16ff-459a-8198-aba74abf15bb"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Input_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Fork_end2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-edge-4"
                            xmi:uuid="05edb1ca-3dd5-4b7b-9174-c3976f4c4cea"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Fork_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-edge-5"
                            xmi:uuid="7b64778d-5eb1-4a5b-9b79-f4f32888409c"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Fork_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-edge-6"
                            xmi:uuid="44059548-de1b-480a-9e3c-abdca11be1a0"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Fork_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45.inputElement"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Input_message_"
                            xmi:uuid="97f0c817-e17f-4d3b-af1e-e20ab1d28d12"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(message)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-1"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Fork_message_"
                            xmi:uuid="5b10c00e-bd50-4015-aa79-d9a1d2e7e144" xmi:type="uml:ForkNode">
                            <name>Fork(message)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Input_end1_"
                            xmi:uuid="319d8030-41f6-4f67-9cf8-3f3e8be88938"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end1)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-2"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Fork_end1_"
                            xmi:uuid="87b1aa7c-8a73-4c7e-be90-e0cd491fcde8" xmi:type="uml:ForkNode">
                            <name>Fork(end1)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Input_end2_"
                            xmi:uuid="1cbfbf38-51fc-4708-94e3-0ad7d3a18da6"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end2)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-3"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Fork_end2_"
                            xmi:uuid="c2c7f8a4-ac6b-4a86-8485-525d58a7c8d2" xmi:type="uml:ForkNode">
                            <name>Fork(end2)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_"
                            xmi:uuid="2454f38d-fb34-4321-bcc2-fc5c4cb96a6f"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2"
                                xmi:uuid="53733ca9-c82d-4c3a-9ead-36a2c48ca708"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-edge-1"
                                    xmi:uuid="209744f8-60ee-4dd7-99a9-ad311b6fe90b"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-edge-2"
                                    xmi:uuid="918616a9-964a-4799-a4d0-2ca25781f5df"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Call_AssertTrue_"
                                    xmi:uuid="7085bce2-8630-4a97-89de-cab8d346d8de"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="e25612fe-681b-4a74-a16d-109ec27ba471"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="deed69d6-ddac-4a1b-8dd9-eca86d6213f3"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1"
                                    xmi:uuid="1d6ed0f0-bdec-4bf5-ab5f-37b09cdb4e40"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-edge-1"
                                        xmi:uuid="44e02775-e5c9-47ee-9962-3187185e582a"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-ReadLink_y_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_seq_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-edge-2"
                                        xmi:uuid="059465c9-c6cd-4e24-b3ef-42874b73a524"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45.outputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_element_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-edge-3"
                                        xmi:uuid="3dab4317-216a-4abc-bdfb-1adf5e3fe53a"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___"
                                        xmi:uuid="832e8103-8eb5-451e-805c-b435cee33409"
                                        xmi:type="uml:CallBehaviorAction">
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_seq_"
                                            xmi:uuid="e4d04682-959c-4baf-b4a3-2e5502e14acc"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_seq_-lowerValue"
                                                xmi:uuid="13fff0f8-f8ba-45bd-80f2-edb6ee9a5bc9"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_seq_-upperValue"
                                                xmi:uuid="fd651337-3ea1-4209-a9ea-d3212d0f063c"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_PWP$IImpl__).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                            />
                                        </argument>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_element_"
                                            xmi:uuid="4ec9f5bd-0e3b-4d75-a54b-371c532fb0a8"
                                            xmi:type="uml:InputPin">
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_PWP$IImpl__).argument(element)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                            />
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.result__"
                                            xmi:uuid="b2126a94-e109-418c-b04c-dca4ca6c0226"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_PWP$IImpl__).result()</name>
                                        </result>
                                        <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_PWP$IImpl__)</name>
                                        <behavior
                                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229"
                                        xmi:uuid="092ca033-2c95-40d8-b54e-7910a0c7dd4b"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-edge-1"
                                            xmi:uuid="2c9c31d4-126d-49d1-8d7d-43e7ea021376"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df.outputElement"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-edge-2"
                                            xmi:uuid="30bc290c-afb4-4e86-ad89-86104afa2f5b"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_"
                                            xmi:uuid="fdd03eef-5224-4c2d-b1c1-d76229745088"
                                            xmi:type="uml:ReadLinkAction">
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-endData-1"
                                                xmi:uuid="8ee45795-a9e5-4f9e-b1fa-21262b79bdd9"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-y"
                                                />
                                            </endData>
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-endData-2"
                                                xmi:uuid="3dbb4ebb-31b6-44e9-9511-c5d061c6b2f2"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-x"/>
                                                <value
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                />
                                            </endData>
                                            <inputValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                xmi:uuid="5cf42490-af20-4064-b301-89e57151daf8"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-ReadLink_y_.inputValue_x_-lowerValue"
                                                  xmi:uuid="6a5ee12b-8d86-452b-b9d9-4c82fdabad4c"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-ReadLink_y_.inputValue_x_-upperValue"
                                                  xmi:uuid="756cfe54-30a9-420a-a269-4c3367f291f6"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).inputValue(x)</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                                />
                                            </inputValue>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-ReadLink_y_.result"
                                                xmi:uuid="c6018bf1-eb90-44fd-9dea-0bc4356b025f"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-ReadLink_y_.result-lowerValue"
                                                  xmi:uuid="478e0401-90bc-4b42-addc-facb12ba4426"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-ReadLink_y_-ReadLink_y_.result-upperValue"
                                                  xmi:uuid="b71769bb-18ac-4007-a96a-e6ca90eac10c"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).result</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                                />
                                            </result>
                                            <name>ReadLink(y)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd"
                                            xmi:uuid="2d13be66-b1c4-4d3e-8e70-9b837a13a7b6"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df"
                                                xmi:uuid="93b4a86f-7ab5-4789-bf42-a73f0baf3f06"
                                                xmi:type="uml:ExpansionRegion">
                                                <inputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df.inputElement"/>
                                                <outputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df.outputElement"/>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-edge-1"
                                                  xmi:uuid="e6f1e2c7-7b39-4b78-8260-b7e3a70b4a08"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-edge-2"
                                                  xmi:uuid="6ef78ca8-3a3a-451a-95fa-4dd3cae3eab9"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-edge-3"
                                                  xmi:uuid="ddf258ac-d73a-4f10-b9d2-3e98af1e6606"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-edge-4"
                                                  xmi:uuid="98865760-67bb-4041-82c8-63836911a670"
                                                  xmi:type="uml:ObjectFlow">
                                                  <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-edge-4-guard"
                                                  xmi:uuid="25264e02-892f-4424-9121-fefa2ace591d"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                  </guard>
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Merge_CastExpression_11fc3df.operand_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-edge-5"
                                                  xmi:uuid="3903b632-6bfe-4b53-addf-1c9ab1e453cd"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df.inputElement"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-edge-6"
                                                  xmi:uuid="066f0c46-0c45-4fbb-8a31-ab13e2d7167b"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Merge_CastExpression_11fc3df.operand_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df.outputElement"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Merge_CastExpression_11fc3df.operand_"
                                                  xmi:uuid="2c52f839-43e9-4a06-a7e3-75a06746a537"
                                                  xmi:type="uml:MergeNode">
                                                  <name>Merge(CastExpression@11fc3df.operand)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-ReadIsClassifiedObject_IImpl_"
                                                  xmi:uuid="7de2a499-4e3c-462e-b531-6a9ee4855923"
                                                  xmi:type="uml:ReadIsClassifiedObjectAction">
                                                  <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="57f9d7e3-28f6-4ab3-b0e9-959c43fc99ac"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </object>
                                                  <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="c63026d2-92e5-4840-9da8-af7f80c49b31"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <name>ReadIsClassifiedObject(IImpl)</name>
                                                  <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  xmi:uuid="113431bd-65fe-45ed-a281-fec03c2acfd6"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  xmi:uuid="974c54c5-151c-4d04-9e3d-c552bd801454"
                                                  xmi:type="uml:DecisionNode">
                                                  <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                  <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df-edge-3"
                                                  />
                                                </node>
                                                <name>CastExpression@11fc3df</name>
                                                <mode>parallel</mode>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df.inputElement"
                                                xmi:uuid="e0db70e6-d1e2-488a-8b25-4c2ab2871aa2"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@11fc3df.inputElement</name>
                                                <regionAsInput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df.outputElement"
                                                xmi:uuid="ca6e11b0-6e34-44fd-a1bf-7c8a64c7d285"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@11fc3df.outputElement</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
                                                <regionAsOutput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-Tuple_13e84dd-CastExpression_11fc3df"
                                                />
                                            </node>
                                            <name>Tuple@13e84dd</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45"
                                            xmi:uuid="b936d157-ab35-4735-a077-548abffeaa27"
                                            xmi:type="uml:ExpansionRegion">
                                            <inputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45.inputElement"/>
                                            <outputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45.outputElement"/>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-edge-1"
                                                xmi:uuid="42ddf6de-56cd-46a0-bcaf-b073a5c300aa"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-edge-2"
                                                xmi:uuid="90943cc9-7876-4329-b900-4afededf60f2"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-edge-3"
                                                xmi:uuid="98ae3f1b-6f2f-45ac-a910-46e5408b3021"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-edge-4"
                                                xmi:uuid="ed58d7ef-e8b8-47d9-9217-047ffc1aaadc"
                                                xmi:type="uml:ObjectFlow">
                                                <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-edge-4-guard"
                                                  xmi:uuid="6dddad78-3c47-440c-8c40-555080f4ab03"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                </guard>
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Merge_CastExpression_673f45.operand_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-edge-5"
                                                xmi:uuid="9e2a9792-aaad-405d-a614-7dad1bd4a3e0"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45.inputElement"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-edge-6"
                                                xmi:uuid="28f2bc14-f283-476b-abf1-8a985583baa0"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Merge_CastExpression_673f45.operand_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45.outputElement"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Merge_CastExpression_673f45.operand_"
                                                xmi:uuid="b8e38ff3-493d-4f7b-8d73-b730eefe2a62"
                                                xmi:type="uml:MergeNode">
                                                <name>Merge(CastExpression@673f45.operand)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-ReadIsClassifiedObject_IImpl_"
                                                xmi:uuid="91ad2f6b-b10c-4fee-843d-df88d3cbcccb"
                                                xmi:type="uml:ReadIsClassifiedObjectAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="55f64b87-b51c-40f1-86db-70ad03b7e669"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="31e1c217-5920-4795-b411-08171f781d34"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>ReadIsClassifiedObject(IImpl)</name>
                                                <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                xmi:uuid="7583c903-1b2f-44e8-a000-5d2213fcd5c9"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                xmi:uuid="cc22fd87-214e-417d-9808-d793fb2d868a"
                                                xmi:type="uml:DecisionNode">
                                                <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45-edge-3"
                                                />
                                            </node>
                                            <name>CastExpression@673f45</name>
                                            <mode>parallel</mode>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45.inputElement"
                                            xmi:uuid="ddb84052-cc83-42d8-b084-360a2e4a49b5"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@673f45.inputElement</name>
                                            <regionAsInput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45.outputElement"
                                            xmi:uuid="6fde44d6-8205-4ffc-b77c-7f4288ff033a"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@673f45.outputElement</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
                                            <regionAsOutput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_17437a2-Tuple_182cba1-Tuple_1a9f229-CastExpression_673f45"
                                            />
                                        </node>
                                        <name>Tuple@1a9f229</name>
                                    </node>
                                    <name>Tuple@182cba1</name>
                                </node>
                                <name>ExpressionStatement@17437a2</name>
                            </node>
                            <name>Body(assertConnected)</name>
                        </node>
                        <name>assertConnected</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedOperation-1"
                        />
                    </ownedBehavior>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2"
                        xmi:uuid="6a190c1c-3dc8-4b4f-9f4f-c51866d8daf8" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-ownedComment"
                            xmi:uuid="79d998f7-0d6c-459b-aad5-fb48c7692cf9" xmi:type="uml:Comment">
                            <body>namespace 'Test Suites'::'Test Suite 1'::Assembly_PWP_PWP::AssertCompositeHelper ;

private import Alf::Library::CollectionFunctions::includes ;

activity assertNodeConnected_method(in message : String, in end1 : any, in end2 : any) { 
	AssertTrue(message, ! R::y((IImpl)end1)-&gt;includes((IImpl)end2)) ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-1"
                            xmi:uuid="ca1ccd17-4c1a-4359-8cb6-b4b5a980ad9e" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-2"
                            xmi:uuid="9e0554ae-0256-40c8-a885-79f78210568b" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-3"
                            xmi:uuid="7c5ea717-71cc-45ee-9060-995516470d47" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-edge-1"
                            xmi:uuid="198e6b70-8327-4960-8fed-0aaa980e0086"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Input_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Fork_message_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-edge-2"
                            xmi:uuid="a4fd1ac3-f932-4b29-b2d3-76fab1f88976"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Input_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Fork_end1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-edge-3"
                            xmi:uuid="e1245e3f-4d59-4900-a13e-96f46ebf1cf3"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Input_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Fork_end2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-edge-4"
                            xmi:uuid="96def707-261e-413e-8960-7f047b04f0af"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Fork_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-edge-5"
                            xmi:uuid="144e47e3-cf52-42a0-b0f0-76b5732f8d93"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Fork_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-edge-6"
                            xmi:uuid="778c526b-6450-43ed-8954-cbbdd76bda17"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Fork_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5.inputElement"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Input_message_"
                            xmi:uuid="e2a1de12-d3db-47a3-bc58-b9204309ac32"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(message)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-1"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Fork_message_"
                            xmi:uuid="17b2b32e-036d-4571-bc46-6d665bd29ff8" xmi:type="uml:ForkNode">
                            <name>Fork(message)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Input_end1_"
                            xmi:uuid="1657b211-f8e4-418c-94c0-8f95db46bf9c"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end1)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-2"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Fork_end1_"
                            xmi:uuid="2d816f4e-71b2-40fd-abda-465e3097095c" xmi:type="uml:ForkNode">
                            <name>Fork(end1)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Input_end2_"
                            xmi:uuid="29c14ef1-c4bd-4e0a-8000-ca9cf9b5dcef"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end2)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-3"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Fork_end2_"
                            xmi:uuid="5cbd2246-4633-457d-8ae8-3b89a26819d8" xmi:type="uml:ForkNode">
                            <name>Fork(end2)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_"
                            xmi:uuid="265653d5-3d20-414b-8e86-80dcbeab8231"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf"
                                xmi:uuid="8046ca0b-63d8-4d10-a442-0db5e9ab8084"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-edge-1"
                                    xmi:uuid="c35ee2ed-d06a-44aa-bdf0-fe87b19421b6"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call_Not_-Call_Not_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-edge-2"
                                    xmi:uuid="0f1c28d0-f013-42fd-9596-e979e29d49a9"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Call_AssertTrue_"
                                    xmi:uuid="73917b33-fa06-49e1-bc19-56d52077b080"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="23d67721-b239-4872-8c2f-64d091a62372"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="f3045969-e24e-4299-9ce8-c87a19abfa1e"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c"
                                    xmi:uuid="df834446-4313-45e3-ad6f-d13adc8a1f27"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-edge-1"
                                        xmi:uuid="587751ae-a2d0-415f-af08-112a3fa6f9ed"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-ReadLink_y_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_seq_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-edge-2"
                                        xmi:uuid="f3c97220-1a99-436a-bcea-42dbd19ce15f"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5.outputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_element_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-edge-3"
                                        xmi:uuid="9c41c0db-7479-41a3-bab2-bae5fb72c2b8"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-edge-4"
                                        xmi:uuid="42ab3be3-3451-4cf6-8fbe-e797a0514504"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call_Not_-Call_Not_.argument_x_"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___"
                                        xmi:uuid="44d90a03-e33b-416b-a16d-ceef89088c45"
                                        xmi:type="uml:CallBehaviorAction">
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_seq_"
                                            xmi:uuid="52c455cb-2041-481e-af3f-46d2fa96ff3e"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_seq_-lowerValue"
                                                xmi:uuid="1207b9c8-ecf6-4cca-8ba7-c6b12262f371"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_seq_-upperValue"
                                                xmi:uuid="3d8f5227-60cc-4226-874f-6e36bc2923f5"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_PWP$IImpl__).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                            />
                                        </argument>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.argument_element_"
                                            xmi:uuid="baeb38dc-de40-4ee0-84f2-16f5d5900b85"
                                            xmi:type="uml:InputPin">
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_PWP$IImpl__).argument(element)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                            />
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl___.result__"
                                            xmi:uuid="717858bc-8c9e-40f6-8904-9d114480c676"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_PWP$IImpl__).result()</name>
                                        </result>
                                        <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_PWP$IImpl__)</name>
                                        <behavior
                                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba"
                                        xmi:uuid="07897d72-6e55-4390-9368-b9a9892bcb72"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-edge-1"
                                            xmi:uuid="c40ea607-8a1a-442f-bb4c-a8fac68bf4ea"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a.outputElement"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-edge-2"
                                            xmi:uuid="5f700b00-bb74-44fd-8194-63c423988132"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_"
                                            xmi:uuid="b0cbcd28-c627-4769-9e8d-1ca6477deb3c"
                                            xmi:type="uml:ReadLinkAction">
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-endData-1"
                                                xmi:uuid="6066d71e-1a91-41e3-9a15-b9dd1f6ec2c4"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-y"
                                                />
                                            </endData>
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-endData-2"
                                                xmi:uuid="9322ab50-4c3e-4a02-b445-17ccc3140862"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R-x"/>
                                                <value
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                />
                                            </endData>
                                            <inputValue
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                xmi:uuid="05e4be68-76b7-4ba0-8fc7-6fcb65447f9c"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-ReadLink_y_.inputValue_x_-lowerValue"
                                                  xmi:uuid="3dcd527a-ae02-4716-a5f6-2e6389f0c49b"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-ReadLink_y_.inputValue_x_-upperValue"
                                                  xmi:uuid="881a1e69-4654-411f-93c0-9eafaedbae66"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).inputValue(x)</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                                />
                                            </inputValue>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-ReadLink_y_.result"
                                                xmi:uuid="1e030deb-2e16-4458-82b4-52d52935a6e6"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-ReadLink_y_.result-lowerValue"
                                                  xmi:uuid="0b97c271-5dbc-4f21-8390-b1f2f46c497a"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-ReadLink_y_-ReadLink_y_.result-upperValue"
                                                  xmi:uuid="166ec0e9-36f6-4d86-8920-e8a52948b75e"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).result</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                                />
                                            </result>
                                            <name>ReadLink(y)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256"
                                            xmi:uuid="3a65e8c6-4242-42f1-a8fc-6683efd0900a"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a"
                                                xmi:uuid="4efaa711-c1fb-40fc-ad30-4f629311e6ee"
                                                xmi:type="uml:ExpansionRegion">
                                                <inputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a.inputElement"/>
                                                <outputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a.outputElement"/>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-edge-1"
                                                  xmi:uuid="ffc13ecb-429f-461b-b340-78ae7bc01ea5"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-edge-2"
                                                  xmi:uuid="365fc49f-b96e-4179-bc01-94fa281503ac"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-edge-3"
                                                  xmi:uuid="028cb185-4a68-4130-bb19-127c10780bf3"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-edge-4"
                                                  xmi:uuid="d95cf389-70fd-443f-b86d-1606ffb45523"
                                                  xmi:type="uml:ObjectFlow">
                                                  <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-edge-4-guard"
                                                  xmi:uuid="47efb347-204b-40ec-b1af-0957a51549ef"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                  </guard>
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Merge_CastExpression_b84a1a.operand_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-edge-5"
                                                  xmi:uuid="25bef0b8-2a11-407a-a443-a071e3fefcba"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a.inputElement"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-edge-6"
                                                  xmi:uuid="fee7be79-10a3-4a71-8e8f-e49ff6c075a0"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Merge_CastExpression_b84a1a.operand_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a.outputElement"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Merge_CastExpression_b84a1a.operand_"
                                                  xmi:uuid="446bba2b-e02b-4371-8fd0-88abd06b16b8"
                                                  xmi:type="uml:MergeNode">
                                                  <name>Merge(CastExpression@b84a1a.operand)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-ReadIsClassifiedObject_IImpl_"
                                                  xmi:uuid="e7486116-b1a3-48f8-bd0d-77f088c00002"
                                                  xmi:type="uml:ReadIsClassifiedObjectAction">
                                                  <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="b28487bf-82d8-4117-855e-1729d3c0a26b"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </object>
                                                  <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="f47ec962-6d49-4b67-99e8-81800169ef53"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <name>ReadIsClassifiedObject(IImpl)</name>
                                                  <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  xmi:uuid="718e29e2-3c27-4e90-872d-c6f191914732"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  xmi:uuid="b9d921a7-ff95-4011-b181-0cad41ffc8eb"
                                                  xmi:type="uml:DecisionNode">
                                                  <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                  <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a-edge-3"
                                                  />
                                                </node>
                                                <name>CastExpression@b84a1a</name>
                                                <mode>parallel</mode>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a.inputElement"
                                                xmi:uuid="0dfe01e3-5d10-48ae-8cf1-0ac5b5d4bbfc"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@b84a1a.inputElement</name>
                                                <regionAsInput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a.outputElement"
                                                xmi:uuid="05443740-eacc-4834-9b59-852f67cdf3d4"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@b84a1a.outputElement</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
                                                <regionAsOutput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-Tuple_778256-CastExpression_b84a1a"
                                                />
                                            </node>
                                            <name>Tuple@778256</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5"
                                            xmi:uuid="55bb4a8a-2b70-451b-995a-3aba823d13d4"
                                            xmi:type="uml:ExpansionRegion">
                                            <inputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5.inputElement"/>
                                            <outputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5.outputElement"/>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-edge-1"
                                                xmi:uuid="f42a7d51-442b-4e06-a9d5-6b1c4cdf96ab"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-edge-2"
                                                xmi:uuid="7952fd6e-96d4-4229-981b-36816472da81"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-edge-3"
                                                xmi:uuid="a5c1e9c8-984c-485d-b095-8c93a0cc4988"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-edge-4"
                                                xmi:uuid="511f5944-1f36-4765-a348-bceffc927bc0"
                                                xmi:type="uml:ObjectFlow">
                                                <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-edge-4-guard"
                                                  xmi:uuid="691da506-0894-4968-af33-b383352b2f78"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                </guard>
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Merge_CastExpression_10925a5.operand_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-edge-5"
                                                xmi:uuid="dacccb30-780a-4705-8372-3270fa545ed6"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5.inputElement"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-edge-6"
                                                xmi:uuid="eea3b1e7-f3b3-472c-b52c-9adc30f4f0b9"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Merge_CastExpression_10925a5.operand_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5.outputElement"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Merge_CastExpression_10925a5.operand_"
                                                xmi:uuid="af57a7dc-196b-49a1-9319-adc712575cde"
                                                xmi:type="uml:MergeNode">
                                                <name>Merge(CastExpression@10925a5.operand)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-ReadIsClassifiedObject_IImpl_"
                                                xmi:uuid="890d2d4a-5222-46da-af46-ed3323edbc5b"
                                                xmi:type="uml:ReadIsClassifiedObjectAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="d1bf6cb3-772f-4873-957e-b80155310512"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="a46499e7-5c1a-4037-b851-13dffbb39e88"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>ReadIsClassifiedObject(IImpl)</name>
                                                <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                xmi:uuid="80d21c0c-7eed-4b31-87b4-26135da652f4"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                xmi:uuid="775ac5ab-5e76-4d81-aa4b-98f4329eb257"
                                                xmi:type="uml:DecisionNode">
                                                <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5-edge-3"
                                                />
                                            </node>
                                            <name>CastExpression@10925a5</name>
                                            <mode>parallel</mode>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5.inputElement"
                                            xmi:uuid="eb216aac-371a-44d7-83bf-921df6e6f669"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@10925a5.inputElement</name>
                                            <regionAsInput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5.outputElement"
                                            xmi:uuid="37421f73-c1b3-4728-93d5-5bcce39bf9b1"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@10925a5.outputElement</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
                                            <regionAsOutput
                                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Tuple_16641ba-CastExpression_10925a5"
                                            />
                                        </node>
                                        <name>Tuple@16641ba</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call_Not_"
                                        xmi:uuid="2da88a0f-f27a-4d2c-9289-e22e89fbd2bd"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-BooleanFunctions-Not"/>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call_Not_-Call_Not_.argument_x_"
                                            xmi:uuid="767dce9d-0a1f-4e07-a0e3-6098cc03b4bf"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call(Not).argument(x)</name>
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNodeConnected_method_-ExpressionStatement_14e1aaf-Tuple_3c044c-Call_Not_-Call_Not_.result_result_"
                                            xmi:uuid="f9971922-2502-4f9c-a774-d1971a12fe99"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call(Not).result(result)</name>
                                        </result>
                                        <name>Call(Not)</name>
                                    </node>
                                    <name>Tuple@3c044c</name>
                                </node>
                                <name>ExpressionStatement@14e1aaf</name>
                            </node>
                            <name>Body(assertNodeConnected_method)</name>
                        </node>
                        <name>assertNotConnected</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedOperation-2"
                        />
                    </ownedBehavior>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedOperation-1"
                        xmi:uuid="42e091f2-b17b-4c88-99a0-94a79930f70a" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-1"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedOperation-1-ownedParameter-1"
                            xmi:uuid="c70622b1-92b6-459f-9bb6-fea7c6d712e5" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedOperation-1-ownedParameter-2"
                            xmi:uuid="dfffa0a9-fda4-4db0-b5a2-e11f7f55c775" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedOperation-1-ownedParameter-3"
                            xmi:uuid="7710b7eb-f01d-4522-8104-b2e9c1b6ac27" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <name>assertConnected</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedOperation-2"
                        xmi:uuid="a134878a-6149-4c12-9a39-48ef80f0c24a" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedBehavior-2"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedOperation-2-ownedParameter-1"
                            xmi:uuid="2ff44e06-8f2e-4358-9bfb-4e495de716ca" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedOperation-2-ownedParameter-2"
                            xmi:uuid="f2225ef0-9a72-4eea-ae45-634a761977b3" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-ownedOperation-2-ownedParameter-3"
                            xmi:uuid="e444a029-9207-4bec-a064-c55ec43ccf30" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <name>assertNotConnected</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-AssertCompositeHelper"
                        xmi:uuid="d7eec523-3c2f-4088-90d0-3509edcd455e" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper-AssertCompositeHelper-result"
                            xmi:uuid="4e65a379-d48a-420f-98a8-6d526a208554" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-AssertCompositeHelper"
                            />
                        </ownedParameter>
                        <name>AssertCompositeHelper</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>AssertCompositeHelper</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern"
                    xmi:uuid="cbcfd64b-d99f-4c45-883d-53588fdd90bd" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-ownedComment"
                        xmi:uuid="8a5543dc-10f7-4772-b588-eb0d7663accb" xmi:type="uml:Comment">
                        <body>Unconnected pattern:
lower bound on ends of connector r is 0</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-b"
                        xmi:uuid="a5c6d675-de5e-4701-abbb-01137f44fed3" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-b-lowerValue"
                            xmi:uuid="c35555e2-0d83-4162-970d-9e359ad7fdf4"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-b-upperValue"
                            xmi:uuid="969d48b5-79d6-4c8d-a412-0076cf62af6c"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-c"
                        xmi:uuid="07cb7c70-5c69-4f94-9fa1-c2d62889d1d6" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-c-lowerValue"
                            xmi:uuid="a503e21e-8ef5-477d-afbe-938a51cc5035"
                            xmi:type="uml:LiteralInteger">
                            <value>3</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-c-upperValue"
                            xmi:uuid="b8dfd707-0d7b-4c80-92de-eaa405371bc1"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>c</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-r"
                        xmi:uuid="1760153a-9a15-4fc7-bd14-d137da292d9c" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-r-end-1"
                            xmi:uuid="9ffda29e-b458-46f6-8772-38f1f532c98e"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-r-end-1-lowerValue"
                                xmi:uuid="ced0ae08-52da-428d-972c-22b6e0adfdfe"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-r-end-1-upperValue"
                                xmi:uuid="d84af4a5-fd4b-4461-a0e2-475da9d4e7b1"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-B-p"/>
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-r-end-2"
                            xmi:uuid="22fb00bc-851d-4fbc-bc2e-9ca36a9e3669"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-r-end-2-lowerValue"
                                xmi:uuid="2e557e7a-bad3-4867-ab7b-cfd83a9d01c2"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-r-end-2-upperValue"
                                xmi:uuid="ff8df2c5-a95c-4973-83f3-f3bb00b41165"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-c"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-C-q"/>
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-A_Unconnected_Pattern"
                        xmi:uuid="e88dab5d-8093-4f86-801e-5adc7e7da31f" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern-A_Unconnected_Pattern-result"
                            xmi:uuid="ff447978-0666-4507-becf-a638a3e628a0" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-A_Unconnected_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Unconnected_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Unconnected_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"
                    xmi:uuid="9141327a-8797-4665-b6ed-0ad8ce864726" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl-InterfaceRealization1"
                        xmi:uuid="4ec1de33-6209-472a-96ff-ca414f7f41e5"
                        xmi:type="uml:InterfaceRealization">
                        <client xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
                        <supplier xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-I"/>
                        <name>InterfaceRealization1</name>
                        <contract xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-I"/>
                    </interfaceRealization>
                    <name>IImpl</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-I"
                    xmi:uuid="bedc1bc6-7a15-4d25-85a8-04a68c7eec25" xmi:type="uml:Interface">
                    <name>I</name>
                </packagedElement>
                <name>Assembly_PWP_PWP</name>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P"
                xmi:uuid="6b99ab2a-fc3c-4025-be84-7df6f5e80262" xmi:type="uml:Package">
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                    xmi:uuid="b39bf61b-d7a7-4856-b840-f11057b7778e" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-B-InterfaceRealization1"
                        xmi:uuid="1347131b-605d-487e-a4bd-6e31aea6a628"
                        xmi:type="uml:InterfaceRealization">
                        <client xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
                        <supplier xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-I"/>
                        <name>InterfaceRealization1</name>
                        <contract xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-I"/>
                    </interfaceRealization>
                    <name>B</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-R"
                    xmi:uuid="1655159f-5aef-4f1a-9c40-4acb5d25cb09" xmi:type="uml:Association">
                    <memberEnd xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R-x"/>
                    <memberEnd xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R-y"/>
                    <ownedEnd xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-R-x"
                        xmi:uuid="ad7adb68-83ac-437c-8015-b66032151352" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-R-x-lowerValue"
                            xmi:uuid="4a83d72b-3531-4527-8dc5-785db8eadc1a"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-R-x-upperValue"
                            xmi:uuid="2b20732f-9de4-43b7-93d0-ad2a18f95a77"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>x</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"/>
                        <association xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R"/>
                    </ownedEnd>
                    <ownedEnd xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-R-y"
                        xmi:uuid="b0eac64b-0088-44ea-aaef-76ad420bac18" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-R-y-lowerValue"
                            xmi:uuid="f978b8c4-ca01-4344-8eae-01dcf9fee073"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-R-y-upperValue"
                            xmi:uuid="50e96f1c-4bd6-4587-87fa-9a2cf8674b29"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>y</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
                        <association xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R"/>
                    </ownedEnd>
                    <name>R</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P"
                    xmi:uuid="22c6bf3a-73b7-4281-a24f-70bf6e725ef0" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-ownedComment"
                        xmi:uuid="5efcea60-dd21-4245-93ac-3ab856692284" xmi:type="uml:Comment">
                        <body>namespace 'Test Suites'::'Test Suite 1'::Delegation_Port_P ;

private import 'Test Suites'::Utils::* ;

activity TestCase_Delegation_Port_P() { 
	helper = new AssertCompositeHelper() ;
	
	WriteLine("-- Running test case: Delegation connector between a port and a part --") ;
	
	a = new A_Array_Pattern() ;
	
	// Testing instantiation of A_Empty_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Empty_Pattern -") ;
	a_empty = new A_Empty_Pattern();
	AssertEmptyPattern(a_empty.p, a_empty.b) ;
	
	// Testing instantiation of A_Unconnected_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Unconnected_Pattern -") ;
	a_unconnected = new A_Unconnected_Pattern();
	AssertUnconnectedPattern(a_unconnected.p, a_unconnected.b, 3, 2, helper) ;
	
	// Testing instantiation of A_Array_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Array_Pattern") ;
	a_array = new A_Array_Pattern();
	AssertArrayPattern(a_array.p, a_array.b, 4, helper) ;
	
	// Testing instantiation of A_Star_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Star_Pattern") ;
	a_star = new A_Star_Pattern();
	AssertStarPattern(a_star.p, a_star.b, 3, 4, helper) ;
	
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_"
                        xmi:uuid="8cb5ce48-1b41-4ee1-8507-6d2039d0a556"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-1"
                            xmi:uuid="1e49d0f5-8a56-4f79-aa55-00881da42919"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-2"
                            xmi:uuid="3e2494f2-665f-44b2-a19d-3f1d91f3dbd8"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-3"
                            xmi:uuid="468ef836-bc04-4980-814e-c712c0ee4d84"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-4"
                            xmi:uuid="ac26f167-ee03-48ea-9e64-e6ef6e48628d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-5"
                            xmi:uuid="de2355b0-6faf-4a46-9916-94f3b6ab7a8a"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-6"
                            xmi:uuid="55802fda-773b-4831-a5f5-5ce44be66e7e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-Fork_a_empty__c341a2"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-7"
                            xmi:uuid="0a55273c-0681-4a1b-a6dc-10ca6fda8e6e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-Fork_a_empty__c341a2"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-8"
                            xmi:uuid="ad2e14d1-4ce3-45c5-bece-0cd3182c36a3"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-9"
                            xmi:uuid="0747b1ec-04db-4f74-a81d-bc5b7d4e38f5"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-10"
                            xmi:uuid="96739920-2138-4d5a-bdeb-15773333cb32"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-11"
                            xmi:uuid="bd3b4441-27b8-444a-9d4a-5dcb352fce38"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-12"
                            xmi:uuid="61f8221a-3ff1-4302-9aa5-ccb3fdc327fc"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-Fork_helper__1b3c5b0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-13"
                            xmi:uuid="ee40323f-86c8-49c6-9636-2a5995839c60"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-Fork_a_unconnected__449d9b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-14"
                            xmi:uuid="ae4feb7f-513e-4b26-a110-d0d468039ba3"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-Fork_a_unconnected__449d9b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-15"
                            xmi:uuid="62b2ffbf-051e-41e5-903c-91480b0de7a0"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-16"
                            xmi:uuid="bed40a3f-66ac-42ef-b0e7-58b426388d2c"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-17"
                            xmi:uuid="458a8abd-988d-4847-bf92-464e7df9bfe3"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-18"
                            xmi:uuid="d162363a-2389-4e8d-a8f1-85e9fcf060ff"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-19"
                            xmi:uuid="b91587d2-9aee-4fa5-ab81-56dd3856e7d1"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-Fork_helper__1b3c5b0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-20"
                            xmi:uuid="af968a63-fb6a-4e80-b13f-fc7acecf4eb8"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-Fork_a_array__727d88"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-21"
                            xmi:uuid="288ddc4e-f4da-4a88-9815-dadf39838517"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-Fork_a_array__727d88"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-22"
                            xmi:uuid="c1528970-897b-4861-8c70-26f7bdef8885"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-23"
                            xmi:uuid="b28ff95e-240b-482f-a1c1-ce02baed83c1"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-24"
                            xmi:uuid="2f8d5ba2-8fc6-4fa2-aef7-3281424a9afe"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-25"
                            xmi:uuid="f981df7c-fb7d-420c-9341-edef16e2a7c6"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-26"
                            xmi:uuid="77c021f3-b263-4979-92be-df801d89e1b6"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-Fork_helper__1b3c5b0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-27"
                            xmi:uuid="262c341d-83a1-47ec-8e1e-c75db378f057"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-Fork_a_star__108e4b3"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-28"
                            xmi:uuid="6e1610e4-f94d-43c6-bf25-6cd8d0197f87"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-Fork_a_star__108e4b3"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-edge-29"
                            xmi:uuid="c9ba7d4a-7c7b-4539-b0f3-fc1acae08df8"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22"
                            xmi:uuid="c2cbdf34-7eab-469f-94cf-dbf33952fc76"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-edge"
                                xmi:uuid="3d080e3c-83b4-4ac8-bd5f-31943d61c492"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-RightHandSide_177cdaa-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-Fork_helper__1b3c5b0"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-Fork_helper__1b3c5b0"
                                xmi:uuid="f8db00ed-87f7-4d3f-9a92-cbf4a2f38169"
                                xmi:type="uml:ForkNode">
                                <name>Fork(helper)@1b3c5b0</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-RightHandSide_177cdaa"
                                xmi:uuid="896b7cca-ac0d-4892-8f9f-988306c5251d"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-RightHandSide_177cdaa-edge"
                                    xmi:uuid="b607c21a-71b0-4ba6-861a-d67765e96391"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-RightHandSide_177cdaa-Create_AssertCompositeHelper_-Create_AssertCompositeHelper_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-RightHandSide_177cdaa-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-RightHandSide_177cdaa-Call_AssertCompositeHelper_"
                                    xmi:uuid="2a167087-00e7-48d9-bd36-50238e181fcd"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-RightHandSide_177cdaa-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.result_result_"
                                        xmi:uuid="8c432478-1717-49c4-a139-e66f2cf5d8ec"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(AssertCompositeHelper).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-RightHandSide_177cdaa-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.target"
                                        xmi:uuid="8ed8ccee-6d39-402a-822e-eb0d63009a2f"
                                        xmi:type="uml:InputPin">
                                        <name>Call(AssertCompositeHelper).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper"
                                        />
                                    </target>
                                    <name>Call(AssertCompositeHelper)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-AssertCompositeHelper"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-RightHandSide_177cdaa-Create_AssertCompositeHelper_"
                                    xmi:uuid="d4beaf7e-5600-4a2f-bde5-04d35242b0b2"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ed8a22-RightHandSide_177cdaa-Create_AssertCompositeHelper_-Create_AssertCompositeHelper_.result"
                                        xmi:uuid="cbc59a20-c5aa-42a2-8937-163fd4b60bab"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(AssertCompositeHelper).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper"
                                        />
                                    </result>
                                    <name>Create(AssertCompositeHelper)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper"
                                    />
                                </node>
                                <name>RightHandSide@177cdaa</name>
                            </node>
                            <name>ExpressionStatement@ed8a22</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980"
                            xmi:uuid="7b43f52a-a803-4682-96fb-db65d72f2470"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-edge-1"
                                xmi:uuid="808b11ad-734f-4268-a142-e381f83ae387"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Tuple_1faf21c-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_--__-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-edge-2"
                                xmi:uuid="dbc81e57-81c8-42e0-b511-42eca8946098"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Tuple_1faf21c"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Call_WriteLine_"
                                xmi:uuid="8dc4cdb5-7ecd-4ef4-98ed-34677448679e"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="063d711c-45b1-4aca-ac42-d81650832d0b"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="9220cdc4-7861-4a9b-be08-99477d7c6618"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="e2d8ddc6-fb67-40ff-a258-f169b7cdd5cf"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Tuple_1faf21c"
                                xmi:uuid="836c4a93-c3d2-429f-baf4-1565376d2427"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Tuple_1faf21c-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_--__"
                                    xmi:uuid="5f0c5960-131f-4d25-b2b5-c9203791a45e"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Tuple_1faf21c-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_--__-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_--__.result"
                                        xmi:uuid="389cbeba-afce-4236-bb89-173df4939c11"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case: Delegation connector between a port and a part --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_16e3980-Tuple_1faf21c-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_--__-value"
                                        xmi:uuid="c17ea034-b89e-4dd9-993b-b9789c32daed"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case: Delegation connector between a port and a part --</value>
                                    </value>
                                    <name>Value("-- Running test case: Delegation connector between a port and a part --")</name>
                                </node>
                                <name>Tuple@1faf21c</name>
                            </node>
                            <name>ExpressionStatement@16e3980</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453"
                            xmi:uuid="6c0a970b-2d1b-4b5c-9342-2386d1710712"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-edge"
                                xmi:uuid="000c6791-8212-47d3-8f52-038fc35b1a16"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-RightHandSide_1801ac3-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-Fork_a__9d4682"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-Fork_a__9d4682"
                                xmi:uuid="f8903a12-0a03-4205-b9c8-52acd3e8ed90"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a)@9d4682</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-RightHandSide_1801ac3"
                                xmi:uuid="14389526-6894-4d82-98c1-973343df8e35"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-RightHandSide_1801ac3-edge"
                                    xmi:uuid="751f5b24-392b-404b-9364-8549b5f30686"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-RightHandSide_1801ac3-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-RightHandSide_1801ac3-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-RightHandSide_1801ac3-Call_A_Array_Pattern_"
                                    xmi:uuid="f9ee38c0-046c-4600-8dbf-6c9e853cfab2"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-RightHandSide_1801ac3-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result_result_"
                                        xmi:uuid="cdc54b53-feb5-4e0f-9055-ea65613f7828"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Array_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-RightHandSide_1801ac3-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                        xmi:uuid="25ec4edf-2f79-4900-8ef3-d02398ee5188"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Array_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Array_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-A_Array_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-RightHandSide_1801ac3-Create_A_Array_Pattern_"
                                    xmi:uuid="e8df1e09-09ab-4012-8310-03c54f080933"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a57453-RightHandSide_1801ac3-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"
                                        xmi:uuid="4d97f5e4-ad7d-42e8-94a6-68fe6ac3b766"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Array_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Array_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@1801ac3</name>
                            </node>
                            <name>ExpressionStatement@1a57453</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e"
                            xmi:uuid="1617ab61-3774-4836-bf00-3cec51f8faa9"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-edge-1"
                                xmi:uuid="80b9e4de-3799-4a27-9bdf-3f262c7fda76"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Tuple_1b46fff-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-edge-2"
                                xmi:uuid="4489dba5-61a9-4b6c-b9e4-90b19a60bb3a"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Tuple_1b46fff"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Call_WriteLine_"
                                xmi:uuid="83a61b87-0c00-4c46-9cfc-78dc2ca93351"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="6ab027fd-4ed1-4272-8d36-22c8b31aebcd"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="60e5f029-fce1-47b2-92fd-4385b83690bd"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="a2a64d43-96bb-40d4-8b7c-fa60263c9d95"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Tuple_1b46fff"
                                xmi:uuid="9f3ae4c6-206e-4f85-80a3-eb2414467942"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Tuple_1b46fff-Value____"
                                    xmi:uuid="e1d14f98-d908-4e37-8a0c-c1404dfd614e"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Tuple_1b46fff-Value____-Value____.result"
                                        xmi:uuid="a0d297a5-d172-4e31-8980-7f1092e31b54"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_bb2b9e-Tuple_1b46fff-Value____-value"
                                        xmi:uuid="179b3b86-7d0e-4658-a78e-d84d89bf6433"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@1b46fff</name>
                            </node>
                            <name>ExpressionStatement@bb2b9e</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d"
                            xmi:uuid="401d3e6a-6336-4e8c-b5ba-68acc9d6b209"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-edge-1"
                                xmi:uuid="600fc12b-4cee-4a0d-bba6-8b4bd4b0cc72"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Tuple_f17763-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-edge-2"
                                xmi:uuid="7944d4bd-7448-45e5-8ee7-154fae832aa9"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Tuple_f17763"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Call_WriteLine_"
                                xmi:uuid="bbc64902-da90-431b-bdaa-383908b3975a"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="b60ffdd7-254b-4076-9aa2-92913933e8d2"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="e9b7d14a-ddc8-4576-9ac3-519f009c0658"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="e255ca24-ae29-4bc3-8ecf-dbd82ca60bea"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Tuple_f17763"
                                xmi:uuid="8c9d89f9-4668-405a-90ff-32f4a3a33455"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Tuple_f17763-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__"
                                    xmi:uuid="8e5b40a9-6847-40c8-be7b-f15f04ea2ad4"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Tuple_f17763-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__.result"
                                        xmi:uuid="36e351de-009e-4003-b0a6-7b2953f7165f"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Empty_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1a2e28d-Tuple_f17763-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-value"
                                        xmi:uuid="55aeee54-5548-491b-a997-20792d9f1d62"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Empty_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Empty_Pattern -")</name>
                                </node>
                                <name>Tuple@f17763</name>
                            </node>
                            <name>ExpressionStatement@1a2e28d</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa"
                            xmi:uuid="7294f480-0dfd-484f-b47b-5271354903cd"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-edge"
                                xmi:uuid="f8668ff5-e122-4765-8171-a099c111f450"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-RightHandSide_10a0bb0-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-Fork_a_empty__c341a2"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-Fork_a_empty__c341a2"
                                xmi:uuid="0f7b4b14-6a30-47c0-be27-bd05ba66ca59"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_empty)@c341a2</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-RightHandSide_10a0bb0"
                                xmi:uuid="d98a5f72-9baa-40e4-9dcd-52febea25973"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-RightHandSide_10a0bb0-edge"
                                    xmi:uuid="46141c5c-25b5-4137-8237-2c1201616902"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-RightHandSide_10a0bb0-Create_A_Empty_Pattern_-Create_A_Empty_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-RightHandSide_10a0bb0-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-RightHandSide_10a0bb0-Call_A_Empty_Pattern_"
                                    xmi:uuid="8a0ca9bd-67c0-4426-abaa-f2ef7c2ac7bd"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-RightHandSide_10a0bb0-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.result_result_"
                                        xmi:uuid="1a984cc7-f817-4c8f-9cce-c08788208e31"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Empty_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-RightHandSide_10a0bb0-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.target"
                                        xmi:uuid="d13a26e3-29be-4256-bc99-baa90d4a45ad"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Empty_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Empty_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-A_Empty_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-RightHandSide_10a0bb0-Create_A_Empty_Pattern_"
                                    xmi:uuid="376d05d0-b29e-4cc5-9792-dbbd0ccb6b33"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1680daa-RightHandSide_10a0bb0-Create_A_Empty_Pattern_-Create_A_Empty_Pattern_.result"
                                        xmi:uuid="e6ef594d-ff5d-425b-996c-ab23208290da"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Empty_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Empty_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@10a0bb0</name>
                            </node>
                            <name>ExpressionStatement@1680daa</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf"
                            xmi:uuid="b9bfb0b4-032f-40b2-983c-6f13c834ead6"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-edge-1"
                                xmi:uuid="cdd496d9-7600-43d0-b824-68c9031e699a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-edge-2"
                                xmi:uuid="738fc433-f253-4b21-8938-d74b9e9eab11"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-edge-3"
                                xmi:uuid="688d51b1-a5e0-4f85-a2cd-378c75f0ba0a"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Call_AssertEmptyPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Call_AssertEmptyPattern_"
                                xmi:uuid="14156ad3-391e-4473-b6ea-5c8dbcd5687b"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_"
                                    xmi:uuid="31ce5055-72d5-4de6-8068-9af9f8423c2c"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="1935979e-0ef8-4e7f-896d-8ef2d28327a6"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="87c2aeef-3f02-4486-a7cf-d5af95a32c2a"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertEmptyPattern).argument(ends1)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_"
                                    xmi:uuid="f2ffb217-33cf-4199-92f6-8bea0686ae62"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="f6ee497d-d7b8-4f10-9a9c-65ba43f91031"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="bde67e5a-25b0-4b99-9cbd-b05175592ed0"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertEmptyPattern).argument(ends2)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <name>Call(AssertEmptyPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertEmptyPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584"
                                xmi:uuid="9dcf6379-8033-429e-9652-619d016893b8"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-edge-1"
                                    xmi:uuid="f1d71b75-5cd2-4a0e-9e20-aae01d256949"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-edge-2"
                                    xmi:uuid="b4c73dab-f338-4ec7-92e9-388ddae49c2b"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-Read_p_"
                                    xmi:uuid="8722966a-a7b6-4ce8-98d7-a4fb51315207"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-Read_p_-Read_p_.object"
                                        xmi:uuid="19fc0153-facd-4f0c-8c80-be12bfacb936"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-Read_p_-Read_p_.result"
                                        xmi:uuid="a53c5652-fe8d-4260-896f-27fadd30e681"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"
                                        />
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-node-2"
                                    xmi:uuid="40ca5de9-4071-4735-b0c8-6c5dc176afea"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_empty)@c341a2)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-Read_b_"
                                    xmi:uuid="f9f2a6f7-3a95-4043-b41a-803d9c96ddca"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-Read_b_-Read_b_.object"
                                        xmi:uuid="af161884-ff45-4a4c-ae6a-7f372b7b0243"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-Read_b_-Read_b_.result"
                                        xmi:uuid="c8f55fd8-010e-4b54-9b5a-594a44c21b9b"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_19c81cf-Tuple_da2584-node-4"
                                    xmi:uuid="6ebd1346-aa92-4ff6-9125-a795ca4b23ce"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_empty)@c341a2)</name>
                                </node>
                                <name>Tuple@da2584</name>
                            </node>
                            <name>ExpressionStatement@19c81cf</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87"
                            xmi:uuid="72cd4576-5cdd-4873-83a1-ad33e9e080ff"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-edge-1"
                                xmi:uuid="a3bb64d6-92a8-4e64-8c0f-4fa482e97d13"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Tuple_125c439-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-edge-2"
                                xmi:uuid="71a15c7c-1f17-4a2c-af85-e53cb4178787"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Tuple_125c439"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Call_WriteLine_"
                                xmi:uuid="b12bcefb-3507-4ee4-ab57-2d094f018034"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="4279a512-cd69-4797-abdf-8c924b15fb5f"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="7786547a-c81a-40b8-a398-f7f75167fe6c"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="a76800b4-d9fa-4c61-8acf-5edc1a0aaf16"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Tuple_125c439"
                                xmi:uuid="5820406e-31e0-46cf-8a7d-122dc8eb4526"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Tuple_125c439-Value____"
                                    xmi:uuid="eb0e418f-1642-4c6f-a47c-e331a07b37aa"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Tuple_125c439-Value____-Value____.result"
                                        xmi:uuid="b1ea2a04-a108-4653-9e4a-b4364d9bc5a5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_894a87-Tuple_125c439-Value____-value"
                                        xmi:uuid="3ae853e9-fac6-4057-aebd-ddd7d5fe1d22"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@125c439</name>
                            </node>
                            <name>ExpressionStatement@894a87</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5"
                            xmi:uuid="9c4692e2-ca82-410b-8608-1e88a5ac6242"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-edge-1"
                                xmi:uuid="d7a77a7e-2ec4-4108-b648-78e5ad4304dd"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Tuple_1131b0-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-edge-2"
                                xmi:uuid="071cd5c4-f70e-4d3f-9fe1-1c3a3f620f04"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Tuple_1131b0"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Call_WriteLine_"
                                xmi:uuid="7e2b8c3f-c22b-43ca-8192-10042a93878c"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="1006ace8-610b-413a-97a2-d5b204edc6c3"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="2df8b580-8f91-4e1b-8406-ef9f45caea25"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="56f28b7c-7f1b-46ea-a590-6072fa4ae2ff"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Tuple_1131b0"
                                xmi:uuid="c6422fc0-c79a-46b3-a99f-135f5f8cd2a0"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Tuple_1131b0-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__"
                                    xmi:uuid="389b27d5-64fd-4c9e-b15b-8557d106001a"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Tuple_1131b0-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__.result"
                                        xmi:uuid="16ecf1f4-9868-4014-a107-ca2f34b141bf"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Unconnected_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_122d6a5-Tuple_1131b0-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-value"
                                        xmi:uuid="f065dd9e-83b5-4e22-8983-c8f7a45e7a31"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Unconnected_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Unconnected_Pattern -")</name>
                                </node>
                                <name>Tuple@1131b0</name>
                            </node>
                            <name>ExpressionStatement@122d6a5</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036"
                            xmi:uuid="3800c061-c8f1-41d6-82c7-57b1947f92ff"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-edge"
                                xmi:uuid="f985214f-1db9-4cf1-b7de-d8db8b881d52"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-RightHandSide_c73167-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-Fork_a_unconnected__449d9b"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-Fork_a_unconnected__449d9b"
                                xmi:uuid="f64e3f74-9a1c-4606-a63f-50dd252d8bd1"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_unconnected)@449d9b</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-RightHandSide_c73167"
                                xmi:uuid="27addcae-6ae7-4420-b6ad-5023abcf6c94"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-RightHandSide_c73167-edge"
                                    xmi:uuid="1c7a8e71-5e80-429a-8713-f7e1e304e48d"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-RightHandSide_c73167-Create_A_Unconnected_Pattern_-Create_A_Unconnected_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-RightHandSide_c73167-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-RightHandSide_c73167-Call_A_Unconnected_Pattern_"
                                    xmi:uuid="bf0f6ce7-ea72-417f-a7b4-1f82922c3a53"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-RightHandSide_c73167-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.result_result_"
                                        xmi:uuid="2cc16d8e-8270-484c-bd11-7d8ba28b66af"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Unconnected_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-RightHandSide_c73167-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.target"
                                        xmi:uuid="354f193c-f813-4887-b9a1-96d6b9995b9a"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Unconnected_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Unconnected_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-A_Unconnected_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-RightHandSide_c73167-Create_A_Unconnected_Pattern_"
                                    xmi:uuid="5710cb2c-7e8c-4bff-a4c4-cec1778d1108"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1c7d036-RightHandSide_c73167-Create_A_Unconnected_Pattern_-Create_A_Unconnected_Pattern_.result"
                                        xmi:uuid="21eb23b1-415d-4e43-b2d3-3940eb88339a"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Unconnected_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Unconnected_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@c73167</name>
                            </node>
                            <name>ExpressionStatement@1c7d036</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a"
                            xmi:uuid="c1a52161-f9c7-4e73-b256-e84d66e43d2e"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-edge-1"
                                xmi:uuid="82634e3c-4346-4eff-a62b-79772e5aafd9"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-edge-2"
                                xmi:uuid="295a9e9f-2217-4e31-9a76-ccb126082767"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-edge-3"
                                xmi:uuid="6884d624-98b2-4b46-9f61-acc619a6f0fc"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Value_3_-Value_3_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-edge-4"
                                xmi:uuid="8c9eca4b-6bf5-4220-80f6-7f64ae70ba1c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Value_2_-Value_2_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-edge-5"
                                xmi:uuid="9f7bb550-f7c9-4050-aad9-4f5674524fc7"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_"
                                xmi:uuid="0cb7b171-c4e7-4a7f-b2d7-8291d3de09b6"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_"
                                    xmi:uuid="8ad6250f-ef28-442a-a258-024cc78597ac"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="0b8909ca-2d8c-477f-bf6d-3f3128f2ec05"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="1bad7102-ab73-4cbb-b825-476930b46c5c"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertUnconnectedPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_"
                                    xmi:uuid="a9ed1141-d134-4808-bf1f-dcdaa0a14d36"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="15bbab7c-092e-42fc-929d-c564917d3314"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="a23e60e2-4aa1-4575-b956-c6fdb2e5a5b1"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertUnconnectedPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n1_"
                                    xmi:uuid="d8e570a4-ed0c-4a7d-bd77-2bb13aba2f5c"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertUnconnectedPattern).argument(n1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n2_"
                                    xmi:uuid="7882324f-5afc-48dd-821f-501d296ba35b"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertUnconnectedPattern).argument(n2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_helper_"
                                    xmi:uuid="0d177420-375a-4099-80bf-9e0893b74af2"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertUnconnectedPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertUnconnectedPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6"
                                xmi:uuid="e27f9496-0488-4a95-98d9-8e5332fe17c9"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-edge-1"
                                    xmi:uuid="3c2dfe2d-6c44-4512-8c30-f55836bc13e0"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-edge-2"
                                    xmi:uuid="e19d84f4-d571-4bd0-bec8-6f7aec1b2e64"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Read_p_"
                                    xmi:uuid="2826655d-b954-412c-bc25-65f5a0cad3d2"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Read_p_-Read_p_.object"
                                        xmi:uuid="e51997e3-1f70-4336-a171-1436cbce970c"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Read_p_-Read_p_.result"
                                        xmi:uuid="b6347341-28fd-4470-b639-83f02d190976"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"
                                        />
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-node-2"
                                    xmi:uuid="fafd72ef-058a-4951-8d69-3f28a9053c72"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_unconnected)@449d9b)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Read_b_"
                                    xmi:uuid="2ff9144f-30a1-460f-8a41-09a36e46f6db"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Read_b_-Read_b_.object"
                                        xmi:uuid="e6ad383f-9dfb-4c78-a6ac-fefdc2305bcd"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Read_b_-Read_b_.result"
                                        xmi:uuid="fb7f91f9-f77d-4fd7-828b-b1b3174c44bf"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-node-4"
                                    xmi:uuid="4160b38b-0a7a-4920-b770-f38ea70954e2"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_unconnected)@449d9b)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Value_3_"
                                    xmi:uuid="6b390112-b37e-4cf7-b522-7a1028498e0b"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Value_3_-Value_3_.result"
                                        xmi:uuid="1cf9861c-c70c-499d-90c3-c41fc7c9bc56"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(3).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Value_3_-value"
                                        xmi:uuid="f91942aa-1253-4dd1-a815-c737a9985fcb"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>3</value>
                                    </value>
                                    <name>Value(3)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Value_2_"
                                    xmi:uuid="48fd3037-0389-4754-86d8-ce890bd54c29"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Value_2_-Value_2_.result"
                                        xmi:uuid="c8f30b09-bf16-40ad-87e4-b840c8844fb5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(2).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ebb48a-Tuple_150dac6-Value_2_-value"
                                        xmi:uuid="197d41ae-5eb9-44f5-9968-f09c98256ce2"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>2</value>
                                    </value>
                                    <name>Value(2)</name>
                                </node>
                                <name>Tuple@150dac6</name>
                            </node>
                            <name>ExpressionStatement@1ebb48a</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0"
                            xmi:uuid="8b638362-5a14-4cfa-b357-d9376052f2f0"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-edge-1"
                                xmi:uuid="5f2f8948-7cc1-4f3f-8c5f-8db8f8b13d59"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Tuple_162ffcb-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-edge-2"
                                xmi:uuid="c2f167b6-6277-45ad-9828-0aac056ed4fa"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Tuple_162ffcb"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Call_WriteLine_"
                                xmi:uuid="86d6ea39-7c85-42c4-a4a8-946213a54b18"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="daec0fb0-a28e-4646-b0fc-73e1ceef9b88"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="cd62927b-34df-410f-b328-86ea7545a30f"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="9e13de30-69d6-4ed6-90c8-a826969ab0dd"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Tuple_162ffcb"
                                xmi:uuid="3e2ba0de-174f-47ec-ad43-b4da1626f408"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Tuple_162ffcb-Value____"
                                    xmi:uuid="123efa7c-7a04-43a3-b0cf-4f0b2e0c550e"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Tuple_162ffcb-Value____-Value____.result"
                                        xmi:uuid="c2da8fbb-6008-470e-8a03-d5afce55b670"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_1ecfba0-Tuple_162ffcb-Value____-value"
                                        xmi:uuid="f5f92f5b-285f-4841-8bea-6d1c9d7102d1"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@162ffcb</name>
                            </node>
                            <name>ExpressionStatement@1ecfba0</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46"
                            xmi:uuid="80d826ca-c90b-45d0-a04b-c17b241fc087"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-edge-1"
                                xmi:uuid="7b4bc7d4-50c6-4c28-8a06-d203d5057e25"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Tuple_550922-Value__-_Testing_instantiation_of_A_Array_Pattern__-Value__-_Testing_instantiation_of_A_Array_Pattern__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-edge-2"
                                xmi:uuid="268b98ce-af82-43ad-872a-1157eca35752"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Tuple_550922"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Call_WriteLine_"
                                xmi:uuid="ceac3c00-8451-4c39-9ed6-75e5956460a1"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="a45133cf-8ce7-4b87-9ad1-771bbff40f7e"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="96d4ac13-185a-4b1e-b928-535efc8c94a6"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="779b1f44-29ee-4db4-971a-bce8274dff06"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Tuple_550922"
                                xmi:uuid="8c505d58-d0e7-4ba3-8053-298a76d268a0"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Tuple_550922-Value__-_Testing_instantiation_of_A_Array_Pattern__"
                                    xmi:uuid="3149f8f5-03f2-41db-9918-d5d20d9f5687"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Tuple_550922-Value__-_Testing_instantiation_of_A_Array_Pattern__-Value__-_Testing_instantiation_of_A_Array_Pattern__.result"
                                        xmi:uuid="7bf79afa-f20f-47ca-a9dd-f90e557f8467"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Array_Pattern").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_7d6f46-Tuple_550922-Value__-_Testing_instantiation_of_A_Array_Pattern__-value"
                                        xmi:uuid="3e47154e-82f0-4b8c-9d55-f0ad45f17938"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Array_Pattern</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Array_Pattern")</name>
                                </node>
                                <name>Tuple@550922</name>
                            </node>
                            <name>ExpressionStatement@7d6f46</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076"
                            xmi:uuid="44a27771-4565-412f-9377-6eb26472ee63"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-edge"
                                xmi:uuid="cd8c46c7-c1dd-4715-a581-f8760d7796c8"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-RightHandSide_8f6cf9-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-Fork_a_array__727d88"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-Fork_a_array__727d88"
                                xmi:uuid="ad7c3354-6c87-408e-8b22-10af1638003a"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_array)@727d88</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-RightHandSide_8f6cf9"
                                xmi:uuid="4292faa4-9754-4be5-92b2-fd272dbfe8d6"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-RightHandSide_8f6cf9-edge"
                                    xmi:uuid="2e49f335-4af7-4e4d-b9da-5265dcc32924"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-RightHandSide_8f6cf9-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-RightHandSide_8f6cf9-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-RightHandSide_8f6cf9-Call_A_Array_Pattern_"
                                    xmi:uuid="cec30b6f-3423-41fc-9136-eaec7c5f6205"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-RightHandSide_8f6cf9-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result_result_"
                                        xmi:uuid="6fd68541-6dbf-4173-8815-8ac7c42b8976"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Array_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-RightHandSide_8f6cf9-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                        xmi:uuid="2ea5f306-0634-45bc-a5dc-d8b1223923fb"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Array_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Array_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-A_Array_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-RightHandSide_8f6cf9-Create_A_Array_Pattern_"
                                    xmi:uuid="18dfe1d7-aa94-4c60-9940-da68c58f9299"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_959076-RightHandSide_8f6cf9-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"
                                        xmi:uuid="83a0b3f4-b17a-445d-87bc-7a2aea43a652"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Array_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Array_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@8f6cf9</name>
                            </node>
                            <name>ExpressionStatement@959076</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6"
                            xmi:uuid="8371e06e-7476-45b6-83d1-f34df5f2a4cd"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-edge-1"
                                xmi:uuid="169dd926-18a3-4d87-859d-dd3d2fd9ff03"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-edge-2"
                                xmi:uuid="d0fd2ba6-7e51-49df-aa90-e57336c33900"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-edge-3"
                                xmi:uuid="4ad2edf4-51f5-4972-a690-7cca3ec961bc"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_n_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-edge-4"
                                xmi:uuid="f7446317-83ce-4351-a7d3-bf6bd31b0dc7"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_"
                                xmi:uuid="08dc58f5-676f-41b3-b840-dc2b1509b4f0"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_"
                                    xmi:uuid="95044fd0-ee84-4495-aae0-d70d7b17c33b"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="23389006-243d-4c9d-9c63-0f4d57d9554b"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="c7b94d35-d4a9-41c5-a361-96dc64f514e3"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertArrayPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_"
                                    xmi:uuid="83b40efe-6472-4a45-8901-fea27204a756"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="7804faba-78b1-4936-9899-a2c75edb8802"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="79f05def-13c9-4a2c-9960-c6ea7d9d6116"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertArrayPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_n_"
                                    xmi:uuid="2d6b95bb-a924-4981-afa7-7e745c8e81bd"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertArrayPattern).argument(n)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_helper_"
                                    xmi:uuid="f390788f-d52d-4c3e-9d83-ae882bf0dac1"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertArrayPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertArrayPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertArrayPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d"
                                xmi:uuid="5fc57c84-8197-4c74-ba9c-0debd08aee9f"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-edge-1"
                                    xmi:uuid="96ffccfe-3047-47d4-afe7-0d7469d03c91"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-edge-2"
                                    xmi:uuid="458c1b0e-1fb7-4823-841b-66180682239f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Read_p_"
                                    xmi:uuid="6772b7f2-8da7-42b3-b40a-5a7671984cdd"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Read_p_-Read_p_.object"
                                        xmi:uuid="badb0a2d-fe74-4069-8780-c1241ab5c6ac"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Read_p_-Read_p_.result"
                                        xmi:uuid="f7fbe534-3719-4206-a452-6e7d205d8715"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"
                                        />
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-node-2"
                                    xmi:uuid="b59aa49f-5f52-4917-91dc-402fbe1a22b6"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_array)@727d88)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Read_b_"
                                    xmi:uuid="1ae2dd83-bee5-41c3-a00d-41068ee7e2c1"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Read_b_-Read_b_.object"
                                        xmi:uuid="31501145-a979-499b-8ed4-af2c37c5f299"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Read_b_-Read_b_.result"
                                        xmi:uuid="e8c0c1fc-1d2f-4651-be94-ac200cb00c2b"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-node-4"
                                    xmi:uuid="4a933bb3-9b7b-454c-b4ee-44745eccc21c"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_array)@727d88)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Value_4_"
                                    xmi:uuid="b4b2cc3b-5553-42f5-956c-b27c2c97d911"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Value_4_-Value_4_.result"
                                        xmi:uuid="ecc098a6-73a2-48de-bb7f-96c6f8b05c81"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d3d6-Tuple_10a223d-Value_4_-value"
                                        xmi:uuid="57329e68-b8d1-4d4c-aa7f-701fae7d3617"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <name>Tuple@10a223d</name>
                            </node>
                            <name>ExpressionStatement@d3d6</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c"
                            xmi:uuid="bfc81213-b14f-4548-8239-5ca1e3d0fe36"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-edge-1"
                                xmi:uuid="5a82d57b-9b04-4d5d-9e48-782844cfa47c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Tuple_2eb9f5-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-edge-2"
                                xmi:uuid="9d0dc6c9-a504-4d34-ba2d-5b5a88b50cf5"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Tuple_2eb9f5"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Call_WriteLine_"
                                xmi:uuid="bd196698-2edb-4e9e-ace2-6559535b5dd3"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="ed3ddbf1-c90b-4191-a0a9-1d63e5ad2164"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="b22776b6-4da8-416d-b805-10bccc095385"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="40aeea10-d18a-471b-b04b-d0e38702c5a0"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Tuple_2eb9f5"
                                xmi:uuid="2ba1b280-31be-4a06-9cd1-aa5bd7ba7644"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Tuple_2eb9f5-Value____"
                                    xmi:uuid="c5cb8832-605a-48fb-bebd-fd2cc9069ccb"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Tuple_2eb9f5-Value____-Value____.result"
                                        xmi:uuid="0d359f07-2c50-4b5e-9a28-e8537285be6a"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_d6057c-Tuple_2eb9f5-Value____-value"
                                        xmi:uuid="0bd866e5-797d-499c-bfb1-4d077168f146"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@2eb9f5</name>
                            </node>
                            <name>ExpressionStatement@d6057c</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1"
                            xmi:uuid="5229a003-e9d3-46bb-8e00-832a6af56c17"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-edge-1"
                                xmi:uuid="884526ad-eae0-4c17-860e-b8e970187895"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Tuple_14b53cb-Value__-_Testing_instantiation_of_A_Star_Pattern__-Value__-_Testing_instantiation_of_A_Star_Pattern__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-edge-2"
                                xmi:uuid="72090156-38f6-4bad-acc0-d9c113fbfabc"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Tuple_14b53cb"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Call_WriteLine_"
                                xmi:uuid="fb41367a-1c87-4a60-b674-a2ba3ca645b8"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="c7a1b6a2-b97f-4e49-a8b5-b62dcc7ababc"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="cd364493-f930-48c1-bf90-a67ac2698197"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="6aa3d803-2f98-46ae-9e45-0a191c996cc2"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Tuple_14b53cb"
                                xmi:uuid="99c665fd-128d-414d-8e1e-cda0653d33d6"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Tuple_14b53cb-Value__-_Testing_instantiation_of_A_Star_Pattern__"
                                    xmi:uuid="fe1c7256-8e8e-4df4-a19e-dce46cf41849"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Tuple_14b53cb-Value__-_Testing_instantiation_of_A_Star_Pattern__-Value__-_Testing_instantiation_of_A_Star_Pattern__.result"
                                        xmi:uuid="aa634935-8687-4bce-8105-87408075b4f6"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Star_Pattern").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_ea91b1-Tuple_14b53cb-Value__-_Testing_instantiation_of_A_Star_Pattern__-value"
                                        xmi:uuid="014b53ba-99fe-4885-9ba7-e2927586ecf5"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Star_Pattern</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Star_Pattern")</name>
                                </node>
                                <name>Tuple@14b53cb</name>
                            </node>
                            <name>ExpressionStatement@ea91b1</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b"
                            xmi:uuid="4e9b8e5c-2665-4de0-86e4-6a596261263c"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-edge"
                                xmi:uuid="613c9c8c-74a4-4c45-835a-342b88ca7454"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-RightHandSide_deca41-Call_A_Star_Pattern_-Call_A_Star_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-Fork_a_star__108e4b3"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-Fork_a_star__108e4b3"
                                xmi:uuid="d3a5857b-db9c-4e06-b0a0-33d18748b431"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_star)@108e4b3</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-RightHandSide_deca41"
                                xmi:uuid="a20d6a79-c374-4481-ab64-5db282214cb9"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-RightHandSide_deca41-edge"
                                    xmi:uuid="dd0ca194-781c-42e8-a285-f5dafdbbd2b0"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-RightHandSide_deca41-Create_A_Star_Pattern_-Create_A_Star_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-RightHandSide_deca41-Call_A_Star_Pattern_-Call_A_Star_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-RightHandSide_deca41-Call_A_Star_Pattern_"
                                    xmi:uuid="be6368be-205b-4b37-8bc8-d8ccbac99385"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-RightHandSide_deca41-Call_A_Star_Pattern_-Call_A_Star_Pattern_.result_result_"
                                        xmi:uuid="97151b59-b15c-4440-9821-e2793e708934"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Star_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-RightHandSide_deca41-Call_A_Star_Pattern_-Call_A_Star_Pattern_.target"
                                        xmi:uuid="dbb1f260-8544-442c-a913-01d855fa897d"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Star_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Star_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-A_Star_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-RightHandSide_deca41-Create_A_Star_Pattern_"
                                    xmi:uuid="5ef4f833-2f25-4f13-8d07-d74b0dad4a21"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_b4202b-RightHandSide_deca41-Create_A_Star_Pattern_-Create_A_Star_Pattern_.result"
                                        xmi:uuid="071920d4-dcb2-4930-a897-ef6c94bfaea8"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Star_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Star_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@deca41</name>
                            </node>
                            <name>ExpressionStatement@b4202b</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5"
                            xmi:uuid="b96982d8-9fa3-4fcb-b320-7daae601e56d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-edge-1"
                                xmi:uuid="b769e42d-3399-4eeb-b762-0e44aa607fa1"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-edge-2"
                                xmi:uuid="14cfac9e-1b48-40ab-9922-eba307a2cfb0"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-edge-3"
                                xmi:uuid="96935c2a-ea56-4b22-93bd-b66fb94b4f96"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Value_3_-Value_3_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-edge-4"
                                xmi:uuid="460d71ff-f05b-4758-b419-c415275d589d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-edge-5"
                                xmi:uuid="6554a444-63e4-4574-8e54-862e53da8b53"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_"
                                xmi:uuid="6b5c3c1b-8079-4b24-ae9b-5ab426004d81"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_"
                                    xmi:uuid="dc0d7b93-887d-4e3f-b2af-9f4f34477c7d"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="25bafde6-497d-4b29-9b93-28d1aade6267"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="5c3881dd-9974-4566-9ca9-56452c8bdd50"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertStarPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_"
                                    xmi:uuid="0d8203ee-84bc-46c8-beb2-23052d5ca87c"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="f0378cf1-4e64-49cd-b5f8-f3c14f66eda1"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="c1dc9d45-a9e7-47d3-b274-65b51dd70d7a"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertStarPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n1_"
                                    xmi:uuid="49d223ae-260e-45f5-8871-9593aaa407e5"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertStarPattern).argument(n1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n2_"
                                    xmi:uuid="22cf72e4-1570-4d2d-af41-72727d71bc8d"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertStarPattern).argument(n2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_helper_"
                                    xmi:uuid="76f4ef72-34cf-4178-b419-760b48686bc7"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertStarPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertStarPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertStarPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1"
                                xmi:uuid="88fbbcad-0358-4131-8d1b-2c8abad04ebd"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-edge-1"
                                    xmi:uuid="2cbe0cd0-c3f0-4c68-99d7-ccf3384a5029"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-edge-2"
                                    xmi:uuid="5492c440-bf20-4863-8d74-a89a9e0364ce"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Read_p_"
                                    xmi:uuid="1380a8ac-f8bc-4055-9d5c-c8e374e44029"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Read_p_-Read_p_.object"
                                        xmi:uuid="38c2eef3-0a66-40d1-9b04-3242194e1e34"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Read_p_-Read_p_.result"
                                        xmi:uuid="168b12de-90e1-409c-b9d4-016018f52c60"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"
                                        />
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-node-2"
                                    xmi:uuid="d6cb31b3-d5e5-443a-9d21-0f86bbe9ac2a"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_star)@108e4b3)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Read_b_"
                                    xmi:uuid="95ae760b-4e06-4720-a35f-6192b8bf98b8"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Read_b_-Read_b_.object"
                                        xmi:uuid="43768270-a2d9-4475-8e8e-11cfd310b613"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Read_b_-Read_b_.result"
                                        xmi:uuid="f0e1745f-5841-475b-aaa7-465c779d0de6"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-node-4"
                                    xmi:uuid="041f9e5b-c088-467a-9b54-8e678efb936d"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_star)@108e4b3)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Value_3_"
                                    xmi:uuid="9226793c-5c69-4f51-ac09-4df2eab7b811"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Value_3_-Value_3_.result"
                                        xmi:uuid="80d1e1b7-4986-456a-9c45-54b6de2d8415"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(3).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Value_3_-value"
                                        xmi:uuid="36660241-8ff8-4df0-a645-ceb86a2378d9"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>3</value>
                                    </value>
                                    <name>Value(3)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Value_4_"
                                    xmi:uuid="f9768b6b-a756-4933-8aeb-5291672a089a"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Value_4_-Value_4_.result"
                                        xmi:uuid="ebe95432-83b1-43a7-893a-c158cc531f81"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-TestCase_Delegation_Port_P-Body_TestCase_Delegation_Port_P_-ExpressionStatement_162edd5-Tuple_5bfdd1-Value_4_-value"
                                        xmi:uuid="e4fff2d8-a307-496e-a90c-3ae9bc64224b"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <name>Tuple@5bfdd1</name>
                            </node>
                            <name>ExpressionStatement@162edd5</name>
                        </node>
                        <name>Body(TestCase_Delegation_Port_P)</name>
                    </node>
                    <name>TestCase_Delegation_Port_P</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern"
                    xmi:uuid="e820c427-c5ba-45be-a015-55be066da6ba" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-ownedComment"
                        xmi:uuid="1442b920-c803-4f80-bbd2-6c5a18a42827" xmi:type="uml:Comment">
                        <body>Empty pattern:
lower bound of port p and part b is 0</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-b"
                        xmi:uuid="30ebf0dc-6b21-4dd6-b26c-28ade4d602ba" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-b-lowerValue"
                            xmi:uuid="a5e3a43d-ce6a-465d-a681-1650562adf4e"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-b-upperValue"
                            xmi:uuid="a5d459eb-3596-4279-bc9b-9c4290278a7c"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-p"
                        xmi:uuid="1d87e47f-4b7b-49de-bfd4-84971fb84ae9" xmi:type="uml:Port">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-p-lowerValue"
                            xmi:uuid="2996745b-2ac9-420e-94a7-975e4c104d51"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-p-upperValue"
                            xmi:uuid="209b8ec3-e004-4c3e-ae8c-e760f793d02c"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>p</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-r"
                        xmi:uuid="820c68fd-4207-4cb1-ba9b-9d729794c72e" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-r-end-1"
                            xmi:uuid="20ad12b2-ca28-4585-91d9-568de2a8a5ee"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-r-end-1-upperValue"
                                xmi:uuid="28e1f82e-ed19-4751-9643-0cbe7ea8c93c"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-p"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-r-end-2"
                            xmi:uuid="a31fe121-81a8-4644-b582-76dafa0475c1"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-r-end-2-upperValue"
                                xmi:uuid="abc770ff-7323-4a71-809a-64c7d335b9ed"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-b"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-A_Empty_Pattern"
                        xmi:uuid="2fe8d7ed-9180-44e1-849d-0aebb1d13c8b" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern-A_Empty_Pattern-result"
                            xmi:uuid="d1f80c44-789e-4ad4-b66e-f688a7ce0b33" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Empty_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Empty_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Empty_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                    xmi:uuid="fa64f8f3-f4da-465e-91cf-c988d3d9c867" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-ownedComment"
                        xmi:uuid="0942d9b1-7ae8-4fb6-ab02-ebe32d6042b6" xmi:type="uml:Comment">
                        <body>Array pattern:
lower bound of p and b are equals
lower bound on ends of connector r is 1</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-b"
                        xmi:uuid="bd86a8e9-0842-4e74-9ff5-b3e888a547f8" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-b-lowerValue"
                            xmi:uuid="f07a3996-377c-4150-b026-2e5de600e31c"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-b-upperValue"
                            xmi:uuid="487f67e5-c012-4334-aa6b-58cb622d35f2"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-p"
                        xmi:uuid="eb4f3e70-a414-4803-84f2-8112d996e146" xmi:type="uml:Port">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-p-lowerValue"
                            xmi:uuid="ebfde67b-ea26-4d23-9e59-b6c30cf29f10"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-p-upperValue"
                            xmi:uuid="20b0b247-d425-4166-ba0e-2bba61bc224c"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>p</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-r"
                        xmi:uuid="37231ef3-cb8e-414d-94de-dfcc118feaaf" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-r-end-1"
                            xmi:uuid="faa823be-0f19-428b-a758-da2d2bc283c3"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-r-end-1-upperValue"
                                xmi:uuid="624fa212-cd87-43d3-acfd-2243d00fc724"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-p"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-r-end-2"
                            xmi:uuid="1f9fe2f7-bbe0-4cbf-9235-c2caee2184db"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-r-end-2-upperValue"
                                xmi:uuid="d5099ae6-ca8c-44ae-8c17-4b8324d4b599"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-b"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-A_Array_Pattern"
                        xmi:uuid="16490045-2c43-4ef0-832a-72694bebe504" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-A_Array_Pattern-result"
                            xmi:uuid="c0efb0ce-26cf-4195-be7d-6ee769e0e8c2" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Array_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Array_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern"
                    xmi:uuid="ab227c19-d704-4312-8f91-e9c8f260f151" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-ownedComment"
                        xmi:uuid="f7a8c691-b3a5-436c-9a77-ce01e20bd10e" xmi:type="uml:Comment">
                        <body>Star pattern:
lower bound on ends of connector r equal lower bound of connected elements</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-b"
                        xmi:uuid="62392932-331d-4da3-b6cc-e36eb952645b" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-b-lowerValue"
                            xmi:uuid="511fa5ee-da9d-42e2-bca3-a725bf4dfd01"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-b-upperValue"
                            xmi:uuid="52278aac-f22a-4237-8268-6af2c60f3bf3"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-p"
                        xmi:uuid="0a2557dc-7184-4062-86ff-a0ee92744f5f" xmi:type="uml:Port">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-p-lowerValue"
                            xmi:uuid="3273c393-0ec3-4783-b616-a20173d4a665"
                            xmi:type="uml:LiteralInteger">
                            <value>3</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-p-upperValue"
                            xmi:uuid="341c4bb5-ad5b-4418-b87a-a0cd3548eef1"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>p</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-r"
                        xmi:uuid="ba8c2609-87a2-4018-9fa9-8f053c6d73bc" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-r-end-1"
                            xmi:uuid="32dcbad0-7733-4553-8689-afe4c04df075"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-r-end-1-lowerValue"
                                xmi:uuid="0908931e-a00d-4692-a2e0-48bdefda5d9b"
                                xmi:type="uml:LiteralInteger">
                                <value>3</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-r-end-1-upperValue"
                                xmi:uuid="5411121a-00cb-41f4-9169-cc161c6307c3"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-p"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-r-end-2"
                            xmi:uuid="3bd107e7-4311-4b19-9e69-13e012dbbf0f"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-r-end-2-lowerValue"
                                xmi:uuid="87f9d922-870d-4fea-8065-224766cd32c3"
                                xmi:type="uml:LiteralInteger">
                                <value>4</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-r-end-2-upperValue"
                                xmi:uuid="bb4098e0-dd15-4632-a438-5394d6261d01"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-b"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-A_Star_Pattern"
                        xmi:uuid="906499d2-f1d1-481a-a704-f75d551c02c0" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern-A_Star_Pattern-result"
                            xmi:uuid="2d9b4e37-22c4-486b-8fff-f92f89a6b634" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Star_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Star_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Star_Pattern</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper"
                    xmi:uuid="80cb26c1-56b8-4823-8b8b-3eeb2aeb1e90" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedComment"
                        xmi:uuid="d3929c32-59ff-4446-ba49-d14dcf8c5aa8" xmi:type="uml:Comment">
                        <body>IntegerFunctions::Min('#ends1', n1) ;</body>
                    </ownedComment>
                    <generalization
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-generalization"
                        xmi:uuid="05279fbc-bb8a-485f-9ae6-957f5295f6bf"
                        xmi:type="uml:Generalization">
                        <general xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                    </generalization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1"
                        xmi:uuid="01083d34-c6c1-4fb4-9b2d-ec4714a1efdb" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-ownedComment"
                            xmi:uuid="0d2d91c5-831b-4fcb-912b-7359af5c553f" xmi:type="uml:Comment">
                            <body>namespace 'Test Suites'::'Test Suite 1'::Delegation_Port_P::AssertCompositeHelper ;

activity assertConnected(in message : String, in end1 : any, in end2 : any) {
	AssertTrue(message, R::y((IImpl)end1)-&gt;includes((B)end2)) ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-1"
                            xmi:uuid="8f62bb7f-37bb-4bba-9502-26262717b418" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-2"
                            xmi:uuid="ee3d1e50-b14c-4a51-99fb-045b380163c6" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-3"
                            xmi:uuid="a6509836-093a-4bb3-8377-184c715da05d" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-edge-1"
                            xmi:uuid="28f8e5a2-e911-4e96-a4d8-81674e8012a9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Input_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Fork_message_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-edge-2"
                            xmi:uuid="f7be4c30-8550-46c9-8fd9-2f744770fc9b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Input_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Fork_end1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-edge-3"
                            xmi:uuid="14c06808-3e3f-4cee-8f7e-706a80eeb2a5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Input_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Fork_end2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-edge-4"
                            xmi:uuid="b5be1d56-9759-4b16-a509-3e7442d1d7c4"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Fork_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-edge-5"
                            xmi:uuid="2cb5e1b7-bebf-41b2-85ef-f38e52712612"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Fork_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-edge-6"
                            xmi:uuid="d7739ae5-76d8-44ad-9bee-c8ca93f5d21a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Fork_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567.inputElement"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Input_message_"
                            xmi:uuid="1ccced09-fa61-4cc9-b30d-907a760e4f0c"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(message)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-1"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Fork_message_"
                            xmi:uuid="9ed2f650-b4dc-4db8-860c-625704eba426" xmi:type="uml:ForkNode">
                            <name>Fork(message)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Input_end1_"
                            xmi:uuid="a813d329-34d9-4579-9f0a-72a4e6c9b197"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end1)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-2"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Fork_end1_"
                            xmi:uuid="57bb642e-74d0-4173-8edc-9ccb9415ee28" xmi:type="uml:ForkNode">
                            <name>Fork(end1)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Input_end2_"
                            xmi:uuid="8f35b39e-7b4d-412f-af17-6680716a1e6e"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end2)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1-ownedParameter-3"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Fork_end2_"
                            xmi:uuid="45c1c72d-3adb-4b82-8b7f-a17a29501d7f" xmi:type="uml:ForkNode">
                            <name>Fork(end2)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_"
                            xmi:uuid="c748a2a8-dadc-4e29-9086-36c37d064fe9"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af"
                                xmi:uuid="eb807403-714f-4f93-ad35-411cf85fa578"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-edge-1"
                                    xmi:uuid="e9d4af5e-1f12-4539-aca6-7cefe5ec15a8"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-edge-2"
                                    xmi:uuid="3a2f421e-7b49-4b53-b223-ffaff42972a7"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Call_AssertTrue_"
                                    xmi:uuid="f3ad6f7d-f8a5-4a1f-9d56-664f17603b30"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="2b6ba40a-190b-43bb-998e-c9ac8d4d1704"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="58b0a41d-1a5c-4eb9-bce2-0f27b5bf636f"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8"
                                    xmi:uuid="34f2df36-015e-4e60-ba0c-3f97346a7c46"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-edge-1"
                                        xmi:uuid="2d0eeff2-0592-4957-abc4-89364fbec885"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-ReadLink_y_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_seq_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-edge-2"
                                        xmi:uuid="96291a3e-9581-425d-885a-74f73e4d81bc"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567.outputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_element_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-edge-3"
                                        xmi:uuid="303373d9-c988-4d03-bb07-ffcf23b34970"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___"
                                        xmi:uuid="3c6b8f8e-0c10-441b-b24d-fb921f11f4d1"
                                        xmi:type="uml:CallBehaviorAction">
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_seq_"
                                            xmi:uuid="ff5bc885-3593-4877-8574-7581d4374829"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_seq_-lowerValue"
                                                xmi:uuid="29742ff5-faf8-4556-9269-75bb8f809ed0"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_seq_-upperValue"
                                                xmi:uuid="20f4abb7-500c-451d-bc64-b9699f53f519"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_P$B__).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                            />
                                        </argument>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_element_"
                                            xmi:uuid="d756037b-fba8-40d9-9114-2c8bb6a6317f"
                                            xmi:type="uml:InputPin">
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_P$B__).argument(element)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                            />
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.result__"
                                            xmi:uuid="a8514a07-e857-4ec0-9ee0-c9df9b8bfe74"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_P$B__).result()</name>
                                        </result>
                                        <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_P$B__)</name>
                                        <behavior
                                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b"
                                        xmi:uuid="a37e694d-0a76-4893-9f41-47456c81f964"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-edge-1"
                                            xmi:uuid="4d239795-b5c2-4083-925d-f39aca1aa3b5"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59.outputElement"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-edge-2"
                                            xmi:uuid="13cb261c-789a-4c73-a6e1-b7e887d6b8a4"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_"
                                            xmi:uuid="6395c20e-ed86-49b9-b5c5-e737edb2979e"
                                            xmi:type="uml:ReadLinkAction">
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-endData-1"
                                                xmi:uuid="c7d01712-22b2-42de-8847-00c5f4d43ccb"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R-y"
                                                />
                                            </endData>
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-endData-2"
                                                xmi:uuid="f49370ea-16ce-4159-aee1-697b32040946"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R-x"/>
                                                <value
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                />
                                            </endData>
                                            <inputValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                xmi:uuid="d64ad553-ff63-4054-a167-6e1fa00c7341"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-ReadLink_y_.inputValue_x_-lowerValue"
                                                  xmi:uuid="bda3ad22-f4ff-4821-937e-50005ef73e1f"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-ReadLink_y_.inputValue_x_-upperValue"
                                                  xmi:uuid="e118ac6e-0b50-420c-a59f-94657cea89b8"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).inputValue(x)</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"
                                                />
                                            </inputValue>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-ReadLink_y_.result"
                                                xmi:uuid="60f4c030-ffa3-41ab-a8f7-71df06295a82"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-ReadLink_y_.result-lowerValue"
                                                  xmi:uuid="93f44a76-5c17-4b3e-8800-8541aa9fc3a0"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-ReadLink_y_-ReadLink_y_.result-upperValue"
                                                  xmi:uuid="aee1d017-4971-4f72-807d-b0e2323a93f9"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).result</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                                />
                                            </result>
                                            <name>ReadLink(y)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943"
                                            xmi:uuid="26066a3a-66b2-40f7-9e17-78cf3ef43dae"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59"
                                                xmi:uuid="4f577aec-da0d-4a2c-a305-e86808ffcd0c"
                                                xmi:type="uml:ExpansionRegion">
                                                <inputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59.inputElement"/>
                                                <outputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59.outputElement"/>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-edge-1"
                                                  xmi:uuid="86b9c49a-7475-45c1-9320-49b2f9a3b888"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-edge-2"
                                                  xmi:uuid="907c034e-6641-4cfb-8ae8-a307d5d3a03d"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-edge-3"
                                                  xmi:uuid="c7e1d73e-87c7-45c1-a54e-38223966d1a8"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-edge-4"
                                                  xmi:uuid="ee5e2f40-f589-44be-af9d-457181e3a293"
                                                  xmi:type="uml:ObjectFlow">
                                                  <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-edge-4-guard"
                                                  xmi:uuid="18f20252-690b-49f5-aac5-a41f59fb6d67"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                  </guard>
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Merge_CastExpression_125a59.operand_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-edge-5"
                                                  xmi:uuid="d9819f1d-4791-4a71-a180-4abe472de24b"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59.inputElement"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-edge-6"
                                                  xmi:uuid="2c8fee6b-0deb-4cd4-97bb-b0a23ae0f20f"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Merge_CastExpression_125a59.operand_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59.outputElement"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Merge_CastExpression_125a59.operand_"
                                                  xmi:uuid="70d1b1cd-5e66-45eb-ac37-fcb5a1cdce5e"
                                                  xmi:type="uml:MergeNode">
                                                  <name>Merge(CastExpression@125a59.operand)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-ReadIsClassifiedObject_IImpl_"
                                                  xmi:uuid="9abbea63-0c44-4171-92e7-542c4148169a"
                                                  xmi:type="uml:ReadIsClassifiedObjectAction">
                                                  <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="04debd4e-5e19-45c4-bf50-3725e17f0eae"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </object>
                                                  <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="f11c0ac4-05d7-4d28-98bb-b8e61729828e"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <name>ReadIsClassifiedObject(IImpl)</name>
                                                  <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  xmi:uuid="5294b105-b970-450a-ae89-f63e32dc8ad4"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  xmi:uuid="23ec17b1-35cd-420e-832e-9d4904c13d0c"
                                                  xmi:type="uml:DecisionNode">
                                                  <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                  <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59-edge-3"
                                                  />
                                                </node>
                                                <name>CastExpression@125a59</name>
                                                <mode>parallel</mode>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59.inputElement"
                                                xmi:uuid="8e0c585f-7b99-4854-9884-4cc40de9c31d"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@125a59.inputElement</name>
                                                <regionAsInput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59.outputElement"
                                                xmi:uuid="d1ed1edf-2beb-44ea-8a53-6b825920475c"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@125a59.outputElement</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"/>
                                                <regionAsOutput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-Tuple_1c0b943-CastExpression_125a59"
                                                />
                                            </node>
                                            <name>Tuple@1c0b943</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567"
                                            xmi:uuid="9072cacf-3a12-4e6e-b133-6688120bb604"
                                            xmi:type="uml:ExpansionRegion">
                                            <inputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567.inputElement"/>
                                            <outputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567.outputElement"/>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-edge-1"
                                                xmi:uuid="b42ebe93-92eb-462d-8f24-d89947317007"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Fork_ReadIsClassifiedObject_B_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.object"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-edge-2"
                                                xmi:uuid="b5be4ac5-208a-46b3-a386-245052e6ec77"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Fork_ReadIsClassifiedObject_B_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Decision_ReadIsClassifiedObject_B_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-edge-3"
                                                xmi:uuid="f96f47b3-5395-4b77-99d6-2af3ef892fde"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.result"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Decision_ReadIsClassifiedObject_B_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-edge-4"
                                                xmi:uuid="9296f2a6-4a91-495d-b021-dc4fcc41d84c"
                                                xmi:type="uml:ObjectFlow">
                                                <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-edge-4-guard"
                                                  xmi:uuid="fc5279cb-ff91-40f2-b8cf-e77e620f3aa6"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                </guard>
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Decision_ReadIsClassifiedObject_B_.result_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Merge_CastExpression_e99567.operand_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-edge-5"
                                                xmi:uuid="20f421c6-2f49-4fce-9df3-377995ac3b81"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567.inputElement"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Fork_ReadIsClassifiedObject_B_.object_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-edge-6"
                                                xmi:uuid="feede659-ba15-4460-8327-9e6e522ed533"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Merge_CastExpression_e99567.operand_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567.outputElement"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Merge_CastExpression_e99567.operand_"
                                                xmi:uuid="36c76fde-3f23-4193-8154-740a3ec738b9"
                                                xmi:type="uml:MergeNode">
                                                <name>Merge(CastExpression@e99567.operand)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-ReadIsClassifiedObject_B_"
                                                xmi:uuid="d3c99c9d-8399-473c-aeb5-546ba69f3877"
                                                xmi:type="uml:ReadIsClassifiedObjectAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.object"
                                                  xmi:uuid="4ad707d2-d9cb-4beb-a4c4-fc4beb3c6b52"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(B).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.result"
                                                  xmi:uuid="a214538f-2eb3-4a6c-9240-3a3747c29d87"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(B).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>ReadIsClassifiedObject(B)</name>
                                                <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Fork_ReadIsClassifiedObject_B_.object_"
                                                xmi:uuid="2d688381-19a0-49b4-8f57-f8da3442f909"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(ReadIsClassifiedObject(B).object)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-Decision_ReadIsClassifiedObject_B_.result_"
                                                xmi:uuid="787b06fd-02ab-44cf-a794-f37e7d1c3af6"
                                                xmi:type="uml:DecisionNode">
                                                <name>Decision(ReadIsClassifiedObject(B).result)</name>
                                                <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567-edge-3"
                                                />
                                            </node>
                                            <name>CastExpression@e99567</name>
                                            <mode>parallel</mode>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567.inputElement"
                                            xmi:uuid="295f43c7-8435-483e-82e7-5ec9e0c24aa4"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@e99567.inputElement</name>
                                            <regionAsInput
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567.outputElement"
                                            xmi:uuid="3d566eab-933e-4117-b5b0-340b0cc530a7"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@e99567.outputElement</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
                                            <regionAsOutput
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_10e09af-Tuple_1d450b8-Tuple_111538b-CastExpression_e99567"
                                            />
                                        </node>
                                        <name>Tuple@111538b</name>
                                    </node>
                                    <name>Tuple@1d450b8</name>
                                </node>
                                <name>ExpressionStatement@10e09af</name>
                            </node>
                            <name>Body(assertConnected)</name>
                        </node>
                        <name>assertConnected</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedOperation-1"
                        />
                    </ownedBehavior>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2"
                        xmi:uuid="f3162d67-42c9-4fbd-b1f3-459e7c52a248" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-ownedComment"
                            xmi:uuid="c71d9c79-44ce-4214-852a-2d59690520a5" xmi:type="uml:Comment">
                            <body>namespace 'Test Suites'::'Test Suite 1'::Delegation_Port_P::AssertCompositeHelper ;

activity assertNotConnected(in message : String, in end1 : any, in end2 : any) { 
	AssertTrue(message, ! R::y((IImpl)end1)-&gt;includes((B)end2)) ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-1"
                            xmi:uuid="4a6b27e5-6322-4684-a745-6c9c0036f5cc" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-2"
                            xmi:uuid="33dd712a-6aca-49a9-af57-42b143f60205" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-3"
                            xmi:uuid="1a84e395-7b61-4753-a751-7a0602d1ff83" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-edge-1"
                            xmi:uuid="6be326a2-99e5-4abc-905f-eb723dd87651"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Input_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Fork_message_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-edge-2"
                            xmi:uuid="078e5bbb-f84b-46c7-8f96-8ca240ad08b1"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Input_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Fork_end1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-edge-3"
                            xmi:uuid="252517e4-2edd-4646-9149-8682c119dc92"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Input_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Fork_end2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-edge-4"
                            xmi:uuid="61345fae-2195-4b42-835c-158d0eaf572f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Fork_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-edge-5"
                            xmi:uuid="ce1e2c56-34d5-43ba-9d27-964f65ca2e17"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Fork_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-edge-6"
                            xmi:uuid="aad21dc6-5fd6-41d5-9721-4e27c2be9bae"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Fork_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47.inputElement"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Input_message_"
                            xmi:uuid="85127fbe-fbd3-4d88-ac84-4815d67c81f8"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(message)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-1"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Fork_message_"
                            xmi:uuid="b0ce7218-e869-417f-846f-8dd0e0572b87" xmi:type="uml:ForkNode">
                            <name>Fork(message)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Input_end1_"
                            xmi:uuid="6b87dc96-a4ca-4dd8-94fa-49022be443d0"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end1)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-2"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Fork_end1_"
                            xmi:uuid="05e098bf-e45d-4216-8e7a-2fedce6d29db" xmi:type="uml:ForkNode">
                            <name>Fork(end1)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Input_end2_"
                            xmi:uuid="116b56d2-fa52-4063-98c8-a8d2da84bee0"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end2)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2-ownedParameter-3"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Fork_end2_"
                            xmi:uuid="62bf64a6-4277-4def-b40f-744b994bced6" xmi:type="uml:ForkNode">
                            <name>Fork(end2)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_"
                            xmi:uuid="ba2f0b76-c9c7-4658-a136-74f8df14d0d9"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd"
                                xmi:uuid="2a33e0be-a744-4853-b273-f56a26248d7e"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-edge-1"
                                    xmi:uuid="91057b5c-a3d3-421f-8dcc-95f1f5cfcaac"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call_Not_-Call_Not_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-edge-2"
                                    xmi:uuid="9de71f11-2de9-48b8-86c5-8ae3eca9f5c7"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Call_AssertTrue_"
                                    xmi:uuid="99bc1241-16b4-46a8-9c2e-a004ccf1c3e0"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="6d836c7b-56bf-4da8-a42c-80c04d568c19"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="b7ba4b3b-10fa-4123-a1b8-5a0f73e9a3c7"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff"
                                    xmi:uuid="63966d0d-4149-4812-8056-f4b8b4b9b1fe"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-edge-1"
                                        xmi:uuid="5b009d68-af42-4abb-8d08-ac4c713719f0"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-ReadLink_y_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_seq_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-edge-2"
                                        xmi:uuid="d6e59893-97ec-4126-b462-3d82966950b4"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47.outputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_element_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-edge-3"
                                        xmi:uuid="ba608851-778f-4c75-a406-435d97be05a9"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-edge-4"
                                        xmi:uuid="b467e436-fb25-41cd-9bdd-5557b667ec57"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call_Not_-Call_Not_.argument_x_"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___"
                                        xmi:uuid="67ab8b23-a4ab-476a-83bd-7508ce40f6f5"
                                        xmi:type="uml:CallBehaviorAction">
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_seq_"
                                            xmi:uuid="c315382e-fdd7-40ff-b7a0-482527f44e16"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_seq_-lowerValue"
                                                xmi:uuid="dfa9462f-898a-4ef7-a83d-752d0a1c4924"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_seq_-upperValue"
                                                xmi:uuid="cfbce0fa-16d1-48c0-8731-c120e2216e3f"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_P$B__).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                            />
                                        </argument>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.argument_element_"
                                            xmi:uuid="d938780a-bea2-4086-9bd9-a3160cf372bc"
                                            xmi:type="uml:InputPin">
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_P$B__).argument(element)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                            />
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B___.result__"
                                            xmi:uuid="b305585e-6713-42db-b2d9-28891228df3e"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_P$B__).result()</name>
                                        </result>
                                        <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_P$B__)</name>
                                        <behavior
                                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e"
                                        xmi:uuid="f220a096-b57d-4c87-a574-0c73fe9b7493"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-edge-1"
                                            xmi:uuid="0751ee3e-0d6c-49ae-a425-617c8f28da4a"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea.outputElement"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-edge-2"
                                            xmi:uuid="4bd778e5-4f0f-4b68-b6bb-b1c94858d38a"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_"
                                            xmi:uuid="b4aaec5f-e9c4-4052-ab11-724b7831958b"
                                            xmi:type="uml:ReadLinkAction">
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-endData-1"
                                                xmi:uuid="88cdafe2-bcc1-4dc9-b02b-06f6130b46fc"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R-y"
                                                />
                                            </endData>
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-endData-2"
                                                xmi:uuid="05984bad-0482-4774-9566-332463c479f9"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R-x"/>
                                                <value
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                />
                                            </endData>
                                            <inputValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                xmi:uuid="d92d5df4-4632-494e-93a5-15b2efdfc24f"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-ReadLink_y_.inputValue_x_-lowerValue"
                                                  xmi:uuid="11eb871d-510f-4a5a-b6f8-473405101cb1"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-ReadLink_y_.inputValue_x_-upperValue"
                                                  xmi:uuid="022de358-8501-4f9f-9252-5b38f6b4b0e5"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).inputValue(x)</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"
                                                />
                                            </inputValue>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-ReadLink_y_.result"
                                                xmi:uuid="42ebee44-26ac-4fbd-82c0-af1788c164b3"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-ReadLink_y_.result-lowerValue"
                                                  xmi:uuid="51f61588-31e9-4857-bd58-76919c37d125"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-ReadLink_y_-ReadLink_y_.result-upperValue"
                                                  xmi:uuid="d442a556-f4ea-4d62-9e42-7f8a57851409"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).result</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                                />
                                            </result>
                                            <name>ReadLink(y)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8"
                                            xmi:uuid="4ebd393b-7e67-4842-9cf2-5ceb03fe785e"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea"
                                                xmi:uuid="023d9066-7dda-4bb8-bc4f-c73b8ff5f18e"
                                                xmi:type="uml:ExpansionRegion">
                                                <inputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea.inputElement"/>
                                                <outputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea.outputElement"/>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-edge-1"
                                                  xmi:uuid="1fdd711c-c344-4f47-acf3-28c6df89330e"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-edge-2"
                                                  xmi:uuid="db83faa2-53eb-4f52-a0f5-84f7f4db7bea"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-edge-3"
                                                  xmi:uuid="dee5da80-df2f-44bf-a17c-fef96478a10a"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-edge-4"
                                                  xmi:uuid="4be7e8e2-106e-495a-ae93-ad559cad477b"
                                                  xmi:type="uml:ObjectFlow">
                                                  <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-edge-4-guard"
                                                  xmi:uuid="ef4b8f9b-da2c-467d-9fdd-03ef6751aab4"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                  </guard>
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Merge_CastExpression_4350ea.operand_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-edge-5"
                                                  xmi:uuid="2313c8c4-a8b3-4ebf-9cb3-d9647ddf2ff6"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea.inputElement"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-edge-6"
                                                  xmi:uuid="81d69cf6-a218-4f94-bbbf-6805cb6118b5"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Merge_CastExpression_4350ea.operand_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea.outputElement"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Merge_CastExpression_4350ea.operand_"
                                                  xmi:uuid="12ee3c20-1b44-4893-b041-fb2774a1d751"
                                                  xmi:type="uml:MergeNode">
                                                  <name>Merge(CastExpression@4350ea.operand)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-ReadIsClassifiedObject_IImpl_"
                                                  xmi:uuid="0e4767c7-cc72-415f-9eb7-c3b19441c7d1"
                                                  xmi:type="uml:ReadIsClassifiedObjectAction">
                                                  <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="45e62089-6f22-473f-8593-a28727ab58c2"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </object>
                                                  <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="3994a3d2-1993-474b-b7d7-c5601bbfa097"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <name>ReadIsClassifiedObject(IImpl)</name>
                                                  <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  xmi:uuid="09a746a6-e310-406c-bf65-eaf33cc0cb69"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  xmi:uuid="31775696-6697-4fae-a779-6708eae7a22e"
                                                  xmi:type="uml:DecisionNode">
                                                  <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                  <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea-edge-3"
                                                  />
                                                </node>
                                                <name>CastExpression@4350ea</name>
                                                <mode>parallel</mode>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea.inputElement"
                                                xmi:uuid="7e7a05d0-6ff7-4f1b-b475-f0f44fdd9692"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@4350ea.inputElement</name>
                                                <regionAsInput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea.outputElement"
                                                xmi:uuid="8c940d18-eb58-427a-8619-ce3fa3c38d3a"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@4350ea.outputElement</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"/>
                                                <regionAsOutput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-Tuple_17e8bb8-CastExpression_4350ea"
                                                />
                                            </node>
                                            <name>Tuple@17e8bb8</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47"
                                            xmi:uuid="fdac4612-afb8-49d6-a603-96979ca30ea3"
                                            xmi:type="uml:ExpansionRegion">
                                            <inputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47.inputElement"/>
                                            <outputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47.outputElement"/>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-edge-1"
                                                xmi:uuid="9a31d5bc-38e8-493c-8f60-49fb4db083ee"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Fork_ReadIsClassifiedObject_B_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.object"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-edge-2"
                                                xmi:uuid="bded66b9-d99a-4734-b8cb-a4a6c3b39c12"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Fork_ReadIsClassifiedObject_B_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Decision_ReadIsClassifiedObject_B_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-edge-3"
                                                xmi:uuid="e4347c39-c4ef-43eb-bb9c-350c648cc055"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.result"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Decision_ReadIsClassifiedObject_B_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-edge-4"
                                                xmi:uuid="c9c57406-3f9f-46b1-bccd-1d4a1886eb27"
                                                xmi:type="uml:ObjectFlow">
                                                <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-edge-4-guard"
                                                  xmi:uuid="d2837d96-2cb8-485e-8db9-bb8d5a797a6b"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                </guard>
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Decision_ReadIsClassifiedObject_B_.result_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Merge_CastExpression_1756e47.operand_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-edge-5"
                                                xmi:uuid="b276c1d2-0423-4851-a2b7-5a63bd81d1ff"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47.inputElement"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Fork_ReadIsClassifiedObject_B_.object_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-edge-6"
                                                xmi:uuid="587845d1-4bd5-413b-ade6-36572deac9b9"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Merge_CastExpression_1756e47.operand_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47.outputElement"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Merge_CastExpression_1756e47.operand_"
                                                xmi:uuid="d7278479-1c49-4de9-ac76-6bcdfc20bc49"
                                                xmi:type="uml:MergeNode">
                                                <name>Merge(CastExpression@1756e47.operand)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-ReadIsClassifiedObject_B_"
                                                xmi:uuid="52f270ff-168d-44df-a490-b5b2fdbb9467"
                                                xmi:type="uml:ReadIsClassifiedObjectAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.object"
                                                  xmi:uuid="d271e373-4a34-40d1-a4c3-f49b49df08ac"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(B).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-ReadIsClassifiedObject_B_-ReadIsClassifiedObject_B_.result"
                                                  xmi:uuid="27f80cf1-44b8-42c9-9b30-fdd862688ef1"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(B).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>ReadIsClassifiedObject(B)</name>
                                                <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Fork_ReadIsClassifiedObject_B_.object_"
                                                xmi:uuid="fb1c0bb7-5aa2-401b-a983-7ceb50894329"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(ReadIsClassifiedObject(B).object)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-Decision_ReadIsClassifiedObject_B_.result_"
                                                xmi:uuid="5566f94f-907d-47d9-bd0c-d31bf80b4aae"
                                                xmi:type="uml:DecisionNode">
                                                <name>Decision(ReadIsClassifiedObject(B).result)</name>
                                                <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47-edge-3"
                                                />
                                            </node>
                                            <name>CastExpression@1756e47</name>
                                            <mode>parallel</mode>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47.inputElement"
                                            xmi:uuid="ac28ac18-c8f4-4405-9a24-676f0d90034e"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@1756e47.inputElement</name>
                                            <regionAsInput
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47.outputElement"
                                            xmi:uuid="86993f66-7dcc-4d26-9fe0-76f1d713b7fe"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@1756e47.outputElement</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
                                            <regionAsOutput
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Tuple_14e2b2e-CastExpression_1756e47"
                                            />
                                        </node>
                                        <name>Tuple@14e2b2e</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call_Not_"
                                        xmi:uuid="3fd4a603-e7c3-403d-84a0-f327baf800ab"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-BooleanFunctions-Not"/>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call_Not_-Call_Not_.argument_x_"
                                            xmi:uuid="8b9e2b94-372c-46f3-8d44-29529d0fdf14"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call(Not).argument(x)</name>
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_-ExpressionStatement_9c37fd-Tuple_a254ff-Call_Not_-Call_Not_.result_result_"
                                            xmi:uuid="3a18fbd7-205d-4b1d-a86c-f3a0fde11462"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call(Not).result(result)</name>
                                        </result>
                                        <name>Call(Not)</name>
                                    </node>
                                    <name>Tuple@a254ff</name>
                                </node>
                                <name>ExpressionStatement@9c37fd</name>
                            </node>
                            <name>Body(assertNotConnected)</name>
                        </node>
                        <name>assertNotConnected</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedOperation-2"
                        />
                    </ownedBehavior>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedOperation-1"
                        xmi:uuid="4a57c218-19c6-446f-86ac-0eea760f9b49" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-1"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedOperation-1-ownedParameter-1"
                            xmi:uuid="e4e0bfd7-a91c-4aec-a9db-6899b29b1466" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedOperation-1-ownedParameter-2"
                            xmi:uuid="85042fa7-8f24-441d-b68b-d2c154f25203" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedOperation-1-ownedParameter-3"
                            xmi:uuid="f164c0c6-df25-436b-8eb5-658342f6ba11" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <name>assertConnected</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedOperation-2"
                        xmi:uuid="120ae208-64c7-4579-bfe1-71316c6cd448" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedBehavior-2"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedOperation-2-ownedParameter-1"
                            xmi:uuid="713aa975-346d-4569-b21f-10c6be2553a9" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedOperation-2-ownedParameter-2"
                            xmi:uuid="72bc3fb3-40f7-4a97-a049-0c0aa84786e6" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-ownedOperation-2-ownedParameter-3"
                            xmi:uuid="415b8fca-83bf-477c-99a4-688d02c75b16" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <name>assertNotConnected</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-AssertCompositeHelper"
                        xmi:uuid="f8e840ec-be9d-4075-b1ed-c72d8cb13adc" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper-AssertCompositeHelper-result"
                            xmi:uuid="bb0b9d2d-9649-44d9-ae9a-5ae8d79bbece" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-AssertCompositeHelper"
                            />
                        </ownedParameter>
                        <name>AssertCompositeHelper</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>AssertCompositeHelper</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern"
                    xmi:uuid="4637d6c0-54d9-4ac8-95a2-5c1138c08b9d" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-ownedComment"
                        xmi:uuid="c918d2bb-ef4e-4454-b24a-52acc7fe0f02" xmi:type="uml:Comment">
                        <body>Unconnected pattern:
lower bound on ends of connector r is 0</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-b"
                        xmi:uuid="957da84b-232d-4bba-a8d0-f2dd706bc84f" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-b-lowerValue"
                            xmi:uuid="cf778b86-8463-4be8-bc10-385fab46acda"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-b-upperValue"
                            xmi:uuid="679cbb43-2a42-486c-ac61-e223139dc037"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-p"
                        xmi:uuid="db4b04e4-7eeb-4fff-92c3-d2c88bd9e4ac" xmi:type="uml:Port">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-p-lowerValue"
                            xmi:uuid="23aa782a-c2ba-4190-856d-c71371821918"
                            xmi:type="uml:LiteralInteger">
                            <value>3</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-p-upperValue"
                            xmi:uuid="c1476e11-e96f-473f-bf02-d1a647d57ea4"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>p</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-r"
                        xmi:uuid="e1b01c79-eea9-4f14-9a31-b39e740591eb" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-r-end-1"
                            xmi:uuid="b192dabd-bea0-4d08-9c39-920977ed48a0"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-r-end-1-lowerValue"
                                xmi:uuid="d7c0289e-d44a-49b9-a180-ea8dbc5bfbe5"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-r-end-1-upperValue"
                                xmi:uuid="2de69e94-b25d-45fd-bc09-16d55c2cc4ed"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-p"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-r-end-2"
                            xmi:uuid="a1f1915d-99b4-4910-af84-e174131d8262"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-r-end-2-lowerValue"
                                xmi:uuid="83dfe19d-8c5e-43c8-8f4b-e0cd888e7a74"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-r-end-2-upperValue"
                                xmi:uuid="ea845d54-044f-43d3-8579-1b88b6d08259"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-b"
                            />
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-A_Unconnected_Pattern"
                        xmi:uuid="0c56b463-e054-46ef-9b60-cd089e168af9" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern-A_Unconnected_Pattern-result"
                            xmi:uuid="7f8f49c3-4550-45b9-bacc-b89bb2b0c830" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Unconnected_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Unconnected_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Unconnected_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-I"
                    xmi:uuid="1fe03906-5e10-497e-8b19-3590b795c2e4" xmi:type="uml:Interface">
                    <name>I</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"
                    xmi:uuid="535d72c6-5b65-4d48-8d44-c60dfb6a0145" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl-InterfaceRealization1"
                        xmi:uuid="ad77fcc6-8947-4aca-a174-71d8ea8b958f"
                        xmi:type="uml:InterfaceRealization">
                        <client xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-IImpl"/>
                        <supplier xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-I"/>
                        <name>InterfaceRealization1</name>
                        <contract xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-I"/>
                    </interfaceRealization>
                    <name>IImpl</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1"
                    xmi:uuid="d165268d-4cf8-46fb-b7c0-4fd9e83e1a47" xmi:type="uml:Activity">
                    <edge xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-ObjectFlow1"
                        xmi:uuid="910790e3-02d6-4363-b3a2-10d1fec08eff" xmi:type="uml:ObjectFlow">
                        <guard
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-ObjectFlow1-guard"
                            xmi:uuid="2f9e9def-af8f-4392-aaa0-ea620f5bc03e"
                            xmi:type="uml:LiteralBoolean">
                            <value>true</value>
                        </guard>
                        <weight
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-ObjectFlow1-weight"
                            xmi:uuid="8602248d-5f99-44d2-b94e-9967d55c0fd5"
                            xmi:type="uml:LiteralInteger">
                            <value>1</value>
                        </weight>
                        <name>ObjectFlow1</name>
                        <source
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-CreateObjectAction1-result"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-CallOperationAction1-target"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-CreateObjectAction1"
                        xmi:uuid="71a07193-daff-4f80-9afc-2cabd87b931e"
                        xmi:type="uml:CreateObjectAction">
                        <result
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-CreateObjectAction1-result"
                            xmi:uuid="8aac5d88-9bc0-4388-9032-6593834232b3" xmi:type="uml:OutputPin">
                            <upperBound
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-CreateObjectAction1-result-upperBound"
                                xmi:uuid="f550a47e-d61f-4dfa-8bb8-9a5016854ce5"
                                xmi:type="uml:LiteralInteger">
                                <value>1</value>
                            </upperBound>
                            <name>result</name>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                            />
                        </result>
                        <name>CreateObjectAction1</name>
                        <classifier
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"/>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-CallOperationAction1"
                        xmi:uuid="292af21d-e501-4701-bce9-4d5bf412bc95"
                        xmi:type="uml:CallOperationAction">
                        <result
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-CallOperationAction1-result"
                            xmi:uuid="771a69ed-cec9-4656-ab3c-444007ca3221" xmi:type="uml:OutputPin">
                            <upperBound
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-CallOperationAction1-result-upperBound"
                                xmi:uuid="d20681c7-a84a-4131-af11-ef9cef45ef6d"
                                xmi:type="uml:LiteralInteger">
                                <value>1</value>
                            </upperBound>
                            <name>result</name>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                            />
                        </result>
                        <target
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-CallOperationAction1-target"
                            xmi:uuid="f4bea493-8382-48c5-8fc5-024f29367148" xmi:type="uml:InputPin">
                            <upperBound
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_P-Activity1-CallOperationAction1-target-upperBound"
                                xmi:uuid="b7ae38a6-267d-4f2f-83d5-fbedd22e7e7f"
                                xmi:type="uml:LiteralInteger">
                                <value>1</value>
                            </upperBound>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern"
                            />
                        </target>
                        <name>CallOperationAction1</name>
                        <operation
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-A_Array_Pattern-A_Array_Pattern"
                        />
                    </node>
                    <name>Activity1</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <name>Delegation_Port_P</name>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP"
                xmi:uuid="3f4db6b2-4c64-4c96-8fd0-319472391613" xmi:type="uml:Package">
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"
                    xmi:uuid="1065040c-1201-453c-9325-632662d17dad" xmi:type="uml:Class">
                    <ownedBehavior xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-Construct"
                        xmi:uuid="edd97de0-33c9-4bd0-9019-bcd7119c7399" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-Construct-ownedComment"
                            xmi:uuid="9bc43d95-05f2-49c4-aa7d-a366a5dda80a" xmi:type="uml:Comment">
                            <body>
activity Construct() : B{ 
	// Instantiate port q
	for (i in 1..2) {
		this.q-&gt;add(new IImpl()) ;
	}
}</body>
                        </ownedComment>
                        <name>Construct</name>
                        <isReentrant>false</isReentrant>
                        <specification xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-B"
                        />
                    </ownedBehavior>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-q"
                        xmi:uuid="a93017b7-bb79-4a71-90a7-8ef155dbb829" xmi:type="uml:Port">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-q-lowerValue"
                            xmi:uuid="7c8a0f53-ce5d-440b-95e3-8584300abcb3"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-q-upperValue"
                            xmi:uuid="77560c8c-7705-4c72-ac92-90f6c592f36f"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>q</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                    </ownedAttribute>
                    <ownedOperation xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-B"
                        xmi:uuid="08c9a397-e720-4619-89c3-a456a4b9f44a" xmi:type="uml:Operation">
                        <method xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-Construct"/>
                        <name>B</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>B</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R"
                    xmi:uuid="44e88da1-d1cb-4c2e-9a6c-5cbe16b95432" xmi:type="uml:Association">
                    <memberEnd xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-x"/>
                    <memberEnd xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-y"/>
                    <ownedEnd xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-x"
                        xmi:uuid="f5b42776-9bf3-492f-b577-fe5e19a07113" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-x-lowerValue"
                            xmi:uuid="f6c64b16-465d-4c79-b327-fc646d4fb88c"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-x-upperValue"
                            xmi:uuid="7dae5425-b5e8-4eae-ae0a-871e5c167311"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>x</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                        <association xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R"/>
                    </ownedEnd>
                    <ownedEnd xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-y"
                        xmi:uuid="0742987e-b5c2-462d-8551-3488abda09a2" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-y-lowerValue"
                            xmi:uuid="3a9074d1-d1b9-4d94-b14a-927c779829f8"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-y-upperValue"
                            xmi:uuid="17c3f565-c7ff-4b65-9ade-9dd2f3cf6eb2"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>y</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                        <association xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R"/>
                    </ownedEnd>
                    <name>R</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP"
                    xmi:uuid="89a8c70f-b753-43c8-b19a-a78f9f37f395" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-ownedComment"
                        xmi:uuid="9584472d-06e0-4de0-a809-b715a0d1af45" xmi:type="uml:Comment">
                        <body>namespace 'Test Suites'::'Test Suite 1'::Delegation_Port_PWP ;

private import 'Test Suites'::Utils::* ;

activity TestCase_Assembly_Port_PWP() { 
	helper = new AssertCompositeHelper() ;
	
	WriteLine("-- Running test case: Delegation connector between a port and a part with port --") ;
	
	// Testing instantiation of A_Empty_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Empty_Pattern -") ;
	a_empty = new A_Empty_Pattern();
	AssertEmptyPattern(a_empty.p, a_empty.b) ;
	
	// Testing instantiation of A_Unconnected_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Unconnected_Pattern -") ;
	a_unconnected = new A_Unconnected_Pattern();
	AssertUnconnectedPattern(a_unconnected.p, a_unconnected.b.q, 3, 4, helper) ;
	
	// Testing instantiation of A_Array_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Array_Pattern -") ;
	a_array = new A_Array_Pattern();
	AssertArrayPattern(a_array.p, a_array.b.q, 4, helper) ;
	
	// Testing instantiation of A_Star_Pattern
	WriteLine("") ;
	WriteLine("- Testing instantiation of A_Star_Pattern -") ;
	a_star = new A_Star_Pattern();
	AssertStarPattern(a_star.p, a_star.b.q, 3, 4, helper) ;
	
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_"
                        xmi:uuid="bb22e8e5-a867-441b-8e0d-901df95cd299"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-1"
                            xmi:uuid="e5e1c3d3-815b-4787-b4ee-f8feab3cd8fb"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-2"
                            xmi:uuid="6f34ec0c-35a5-49fd-a557-e7786ebc503d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-3"
                            xmi:uuid="da66964e-dd7c-4008-867c-12f17b20d83c"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-4"
                            xmi:uuid="18b62688-7452-4b5c-b08d-f4368118798c"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-5"
                            xmi:uuid="b3372ea9-6e8c-4a90-8eb5-b3c469370db7"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-Fork_a_empty__3bffa5"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-6"
                            xmi:uuid="cb717db0-1d22-4f1a-96a9-43e834358e1b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-Fork_a_empty__3bffa5"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-7"
                            xmi:uuid="7b15a72e-89f3-462f-8c75-906e130bcd78"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-8"
                            xmi:uuid="36510d34-b04a-4b90-b149-0c9d3fd37825"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-9"
                            xmi:uuid="768b7748-01f9-4409-8b25-0fbd92308253"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-10"
                            xmi:uuid="883364f5-437c-4463-8d8d-4f0d06dd5a60"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-11"
                            xmi:uuid="5f232b7e-42c8-4bbd-81bd-9444c45ad9bd"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-Fork_helper__5993e3"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-12"
                            xmi:uuid="0df18602-525f-4f14-bd71-45949325d978"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-Fork_a_unconnected__19cb931"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-13"
                            xmi:uuid="6dddcaa2-2a3e-485e-8852-13b2374b89e3"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-Fork_a_unconnected__19cb931"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-14"
                            xmi:uuid="370291ef-3fbd-4107-8d30-7757e1ba4f54"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-15"
                            xmi:uuid="04674ab9-b4d1-4207-9afc-605173446a52"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-16"
                            xmi:uuid="901884cd-6c55-4e67-b014-72b822e7623e"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-17"
                            xmi:uuid="46f7d714-2166-4a97-a216-83e59c1e9770"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-18"
                            xmi:uuid="3991da41-0c10-43d3-b73c-0088d14bdb1f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-Fork_helper__5993e3"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-19"
                            xmi:uuid="2df9a8fc-e384-4479-86c0-5656a9d0e4ba"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-Fork_a_array__1d1fc2a"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-20"
                            xmi:uuid="b2afdb0a-67f3-4360-9f30-0199081a1e1d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-Fork_a_array__1d1fc2a"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-21"
                            xmi:uuid="e0bf8bde-ab93-48ea-9fa6-fc001c3bc03c"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-22"
                            xmi:uuid="8ee859a9-2ef7-4966-9016-065130506581"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-23"
                            xmi:uuid="e14c6f26-0d4f-46e5-bae6-d77ca9d6de45"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-24"
                            xmi:uuid="0a6272c1-13b7-41a0-b8a9-5d0789cd7669"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-25"
                            xmi:uuid="1c1c6535-da4d-4966-b243-021fee693900"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-Fork_helper__5993e3"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_helper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-26"
                            xmi:uuid="564e1fb5-1b6b-46ab-842e-c8ab6d6646d6"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-Fork_a_star__8480d5"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-node-2"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-27"
                            xmi:uuid="dccaf541-e7f6-4c49-b12a-d1c9e652b613"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-Fork_a_star__8480d5"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-node-4"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-edge-28"
                            xmi:uuid="63d9cd1e-2927-480d-bb41-b5f0b840ef35"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f"
                            xmi:uuid="70a25958-95a2-477c-8f74-b057482e78c6"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-edge"
                                xmi:uuid="6c5bab40-6bd3-4bd5-a360-d1e33fb80708"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-RightHandSide_fc32d4-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-Fork_helper__5993e3"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-Fork_helper__5993e3"
                                xmi:uuid="e5a19434-0617-4842-9ba0-31c667b0cdf6"
                                xmi:type="uml:ForkNode">
                                <name>Fork(helper)@5993e3</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-RightHandSide_fc32d4"
                                xmi:uuid="c846aa75-aa83-48eb-a0a8-1b87959ecec5"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-RightHandSide_fc32d4-edge"
                                    xmi:uuid="4351ffe9-3c38-47ed-b225-5b4f253527bc"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-RightHandSide_fc32d4-Create_AssertCompositeHelper_-Create_AssertCompositeHelper_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-RightHandSide_fc32d4-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-RightHandSide_fc32d4-Call_AssertCompositeHelper_"
                                    xmi:uuid="eff08bfd-cc55-492a-bc38-72dab53d4644"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-RightHandSide_fc32d4-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.result_result_"
                                        xmi:uuid="ee01d966-c64f-484a-82af-2f7837df6dea"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(AssertCompositeHelper).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-RightHandSide_fc32d4-Call_AssertCompositeHelper_-Call_AssertCompositeHelper_.target"
                                        xmi:uuid="89d2e262-08a5-4eb7-bc38-33b0b1154987"
                                        xmi:type="uml:InputPin">
                                        <name>Call(AssertCompositeHelper).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper"
                                        />
                                    </target>
                                    <name>Call(AssertCompositeHelper)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-AssertCompositeHelper"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-RightHandSide_fc32d4-Create_AssertCompositeHelper_"
                                    xmi:uuid="ea7902b4-71e2-4ee7-a5e9-b509dc69ef34"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_156759f-RightHandSide_fc32d4-Create_AssertCompositeHelper_-Create_AssertCompositeHelper_.result"
                                        xmi:uuid="7d6a818c-1ce8-4af8-8538-2a1c2b67c46f"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(AssertCompositeHelper).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper"
                                        />
                                    </result>
                                    <name>Create(AssertCompositeHelper)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper"
                                    />
                                </node>
                                <name>RightHandSide@fc32d4</name>
                            </node>
                            <name>ExpressionStatement@156759f</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174"
                            xmi:uuid="0e26da61-eaa2-46aa-ae52-953120a1c49c"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-edge-1"
                                xmi:uuid="39475f08-7aee-41f8-b7bf-f2eace4b376c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Tuple_4adbf9-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_with_port_--__-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_with_port_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-edge-2"
                                xmi:uuid="839d0291-5f14-4926-9161-e67a96042129"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Tuple_4adbf9"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Call_WriteLine_"
                                xmi:uuid="b4846b35-fa81-43ea-af1c-a3a17ac33116"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="bc341e78-7ede-4f7a-bc72-6175113170c4"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="b85d3f78-0fc6-450e-8a5a-714df0211d97"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="89b8a785-aa45-4044-9373-f3ac07d04ff4"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Tuple_4adbf9"
                                xmi:uuid="366f220b-e213-4a70-b1b2-59d7908bda34"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Tuple_4adbf9-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_with_port_--__"
                                    xmi:uuid="13c0ebdf-03a5-4ec5-851e-a482a4ff8c2e"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Tuple_4adbf9-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_with_port_--__-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_with_port_--__.result"
                                        xmi:uuid="645bf88c-d659-4c91-9f86-a14208828956"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case: Delegation connector between a port and a part with port --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_121d174-Tuple_4adbf9-Value__--_Running_test_case__Delegation_connector_between_a_port_and_a_part_with_port_--__-value"
                                        xmi:uuid="625d44c3-cfba-410e-8c6f-8d8c3d6f018c"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case: Delegation connector between a port and a part with port --</value>
                                    </value>
                                    <name>Value("-- Running test case: Delegation connector between a port and a part with port --")</name>
                                </node>
                                <name>Tuple@4adbf9</name>
                            </node>
                            <name>ExpressionStatement@121d174</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3"
                            xmi:uuid="879e1f4a-b4b4-4485-96f6-df1fd8a45123"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-edge-1"
                                xmi:uuid="b4810ef8-7d0e-4396-9b8c-d69364085748"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Tuple_31d097-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-edge-2"
                                xmi:uuid="dccd3d19-b210-4c5b-ac42-5fdc4125a49a"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Tuple_31d097"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Call_WriteLine_"
                                xmi:uuid="7d709c19-f3c4-45bb-8e3e-aca0f56c6324"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="cb1db638-4c3d-4c81-b5e8-7aeeb7af2519"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="df24408c-09e4-470e-aecc-a6ad981ead04"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="16ec0635-156c-4b1d-9465-50490ab118ae"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Tuple_31d097"
                                xmi:uuid="01972aa9-1005-4d1e-8b0b-abca36e9b3d7"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Tuple_31d097-Value____"
                                    xmi:uuid="d57bc252-ddc8-4d9c-af44-6a235f4b58f7"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Tuple_31d097-Value____-Value____.result"
                                        xmi:uuid="6886121a-23c0-43b7-96f8-4588feb34ed6"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_97ece3-Tuple_31d097-Value____-value"
                                        xmi:uuid="f8848d9a-863b-47d9-b665-04473c0d446a"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@31d097</name>
                            </node>
                            <name>ExpressionStatement@97ece3</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf"
                            xmi:uuid="b0bd84e9-5b7f-4a10-aa36-b342f19b8eed"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-edge-1"
                                xmi:uuid="035d6377-9f61-4b90-ac8c-fecb236facdb"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Tuple_13c6c59-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-edge-2"
                                xmi:uuid="1d89130c-0ced-45d4-b4cf-15d3884e09da"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Tuple_13c6c59"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Call_WriteLine_"
                                xmi:uuid="02054e9d-21ee-4e10-a5df-f8c8bc2e7bc9"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="40a9c1a5-dfed-4408-8294-4e01cd72a82c"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="55d37e67-6763-4682-9706-75b2a64c2f95"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="0ae7958d-7717-4ebf-80f3-ee16cb7a9173"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Tuple_13c6c59"
                                xmi:uuid="1ffc40d7-b4bb-4657-896e-d5492bf8008a"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Tuple_13c6c59-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__"
                                    xmi:uuid="f4893e3d-c5a7-45bc-8b71-1c50014ed672"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Tuple_13c6c59-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__.result"
                                        xmi:uuid="7ab5acc9-a586-4c53-a056-9abbdc72be6a"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Empty_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_908faf-Tuple_13c6c59-Value__-_Testing_instantiation_of_A_Empty_Pattern_-__-value"
                                        xmi:uuid="67a919f4-dad6-4079-abdf-50bba9be277e"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Empty_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Empty_Pattern -")</name>
                                </node>
                                <name>Tuple@13c6c59</name>
                            </node>
                            <name>ExpressionStatement@908faf</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd"
                            xmi:uuid="877e8194-941b-4d89-b45a-e285b3a0d729"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-edge"
                                xmi:uuid="7872393a-7ff2-4a79-9a47-2331c78b5e3d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-RightHandSide_10cc67a-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-Fork_a_empty__3bffa5"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-Fork_a_empty__3bffa5"
                                xmi:uuid="05c4e549-9c5d-4964-afcc-d31bf90a48f4"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_empty)@3bffa5</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-RightHandSide_10cc67a"
                                xmi:uuid="eeebdab6-ae43-45a4-9e74-6fdaf29917d5"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-RightHandSide_10cc67a-edge"
                                    xmi:uuid="d5c127ef-a5fd-450b-9e97-4731dccc3e89"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-RightHandSide_10cc67a-Create_A_Empty_Pattern_-Create_A_Empty_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-RightHandSide_10cc67a-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-RightHandSide_10cc67a-Call_A_Empty_Pattern_"
                                    xmi:uuid="ec3fb8f4-8630-463a-866a-bbecc8dcea29"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-RightHandSide_10cc67a-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.result_result_"
                                        xmi:uuid="c14f7672-9d53-48f4-9b19-f39621633c09"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Empty_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-RightHandSide_10cc67a-Call_A_Empty_Pattern_-Call_A_Empty_Pattern_.target"
                                        xmi:uuid="5e4f6913-328b-43f2-99c0-2cf787af62ba"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Empty_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Empty_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-A_Empty_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-RightHandSide_10cc67a-Create_A_Empty_Pattern_"
                                    xmi:uuid="1dc122a4-1bd1-4ef5-bbbe-009a4db73a9b"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1aa09dd-RightHandSide_10cc67a-Create_A_Empty_Pattern_-Create_A_Empty_Pattern_.result"
                                        xmi:uuid="d03099eb-c3ff-4476-8c4b-d58176476ea1"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Empty_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Empty_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@10cc67a</name>
                            </node>
                            <name>ExpressionStatement@1aa09dd</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d"
                            xmi:uuid="78040f7f-32d0-4791-8ce5-b4be852540de"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-edge-1"
                                xmi:uuid="dd99aeee-b3fc-40e0-893d-acc8a3b61f2c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-edge-2"
                                xmi:uuid="a0da84c2-7d0d-4dcf-88db-962fa66b0d17"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-Read_b_-Read_b_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-edge-3"
                                xmi:uuid="8c2aacec-7160-4f02-9fdd-2a6399f62744"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Call_AssertEmptyPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Call_AssertEmptyPattern_"
                                xmi:uuid="f6bdbfa4-2423-4df3-880a-f3a2b93cba2d"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_"
                                    xmi:uuid="23732554-bb2d-40e9-bd40-d6f8df69edc6"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="b00ae4dc-34f5-4913-a40e-ddfe6778f674"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="9abc3e1a-6c5f-4c32-93e5-1e7947e642a7"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertEmptyPattern).argument(ends1)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_"
                                    xmi:uuid="80a14811-f234-400c-9812-e35479aec7d9"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="145afa3a-d91e-4ca8-95a3-21254c5c22d4"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Call_AssertEmptyPattern_-Call_AssertEmptyPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="433c792a-6767-4e81-a845-90911f1a89c5"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertEmptyPattern).argument(ends2)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <name>Call(AssertEmptyPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertEmptyPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164"
                                xmi:uuid="a4ff4e1a-1397-4b69-bb5d-35a6b05bb7e4"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-edge-1"
                                    xmi:uuid="3f38c8cb-bc59-4014-a6ac-329710a64420"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-edge-2"
                                    xmi:uuid="ad831104-c4ae-495c-9dce-99e12069b9f0"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-Read_p_"
                                    xmi:uuid="181de09e-b912-4c92-b180-0b0f4fa8109a"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-Read_p_-Read_p_.object"
                                        xmi:uuid="c84df7f4-1b63-4cf7-beeb-d3bd424cce2d"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-Read_p_-Read_p_.result"
                                        xmi:uuid="f8590943-9d63-40ad-8a1b-306aa78a0834"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                        />
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-node-2"
                                    xmi:uuid="773e2526-ac5b-468d-9131-2c5daae23c2c"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_empty)@3bffa5)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-Read_b_"
                                    xmi:uuid="7535b3a9-f5bb-4456-99b6-fc105cb927c4"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-Read_b_-Read_b_.object"
                                        xmi:uuid="f90f3ecf-4c95-4d81-9412-a71a7e5dd92b"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-Read_b_-Read_b_.result"
                                        xmi:uuid="f163ff4a-8590-40d1-b13f-e36ca6afbee5"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_14b7a4d-Tuple_1631164-node-4"
                                    xmi:uuid="d7e27cb8-9729-4e75-baca-d12955d3c6b6"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_empty)@3bffa5)</name>
                                </node>
                                <name>Tuple@1631164</name>
                            </node>
                            <name>ExpressionStatement@14b7a4d</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29"
                            xmi:uuid="79693e32-cd8c-415a-86ce-379909aeebf3"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-edge-1"
                                xmi:uuid="8d3cf547-cda8-4b12-893f-41e29f30f3be"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Tuple_1475af5-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-edge-2"
                                xmi:uuid="611be3a9-2072-4b73-b0bd-4dea8d52c426"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Tuple_1475af5"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Call_WriteLine_"
                                xmi:uuid="df2b7800-59b9-4bb2-b9b9-92e2718f40b7"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="00410bc8-7248-4fa7-b4d6-7c7ab27352e4"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="1f917417-00da-4732-9ffa-29dc6d4fa4ac"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="28f3fd46-e4ac-4a48-a45d-98ad1df7aaac"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Tuple_1475af5"
                                xmi:uuid="b5c8a19e-aacd-47f0-8529-cbb449167544"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Tuple_1475af5-Value____"
                                    xmi:uuid="046f9d23-56e5-4a61-962e-b860c5b94922"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Tuple_1475af5-Value____-Value____.result"
                                        xmi:uuid="c6213791-f6ed-4272-bf91-69710edd47cf"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_e9ef29-Tuple_1475af5-Value____-value"
                                        xmi:uuid="d626fd16-db0a-400e-8234-691f76e9d2eb"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@1475af5</name>
                            </node>
                            <name>ExpressionStatement@e9ef29</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b"
                            xmi:uuid="8841c135-2d76-4bb0-8881-1bf69243ea71"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-edge-1"
                                xmi:uuid="f0c03ac6-628b-42d2-9841-307cca3acc52"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Tuple_1c239d-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-edge-2"
                                xmi:uuid="2d318a3b-1543-419d-a94f-2c5abc02fc8e"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Tuple_1c239d"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Call_WriteLine_"
                                xmi:uuid="98f6fdf1-4747-4ecf-ac96-0b20a4ff0f1e"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="81512649-47ca-4dfe-a17c-4b004f6e642f"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="18c1ffdb-922f-437a-af4f-c434d705940b"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="ef32c8e0-b7a5-4563-aa9e-8518f3cb416e"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Tuple_1c239d"
                                xmi:uuid="9518cb12-d5a5-4c5d-91b8-b381505b96cc"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Tuple_1c239d-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__"
                                    xmi:uuid="ad379a21-c828-4ec7-992e-60cb7972b3bc"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Tuple_1c239d-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__.result"
                                        xmi:uuid="9af886b3-2477-428d-99c2-e46327c6e577"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Unconnected_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_2c0c4b-Tuple_1c239d-Value__-_Testing_instantiation_of_A_Unconnected_Pattern_-__-value"
                                        xmi:uuid="107caa72-b64c-4c5a-9041-d07273475ee3"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Unconnected_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Unconnected_Pattern -")</name>
                                </node>
                                <name>Tuple@1c239d</name>
                            </node>
                            <name>ExpressionStatement@2c0c4b</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6"
                            xmi:uuid="baf5d4df-d7e2-4257-83db-64bc6d11ccb0"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-edge"
                                xmi:uuid="05566bb1-a851-4bb9-97a8-4a53752bb22e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-RightHandSide_4266bf-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-Fork_a_unconnected__19cb931"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-Fork_a_unconnected__19cb931"
                                xmi:uuid="a21aebd5-911b-4091-b71e-7cd7450d0746"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_unconnected)@19cb931</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-RightHandSide_4266bf"
                                xmi:uuid="cb7b7dd9-7359-4285-b6a8-579182926e6c"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-RightHandSide_4266bf-edge"
                                    xmi:uuid="997b9687-89ad-4c95-a852-9741f6467ac9"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-RightHandSide_4266bf-Create_A_Unconnected_Pattern_-Create_A_Unconnected_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-RightHandSide_4266bf-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-RightHandSide_4266bf-Call_A_Unconnected_Pattern_"
                                    xmi:uuid="6767d372-c9e9-4ada-bea8-c68c9aafc153"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-RightHandSide_4266bf-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.result_result_"
                                        xmi:uuid="1e774d3b-0bb6-4646-bf0a-0fa30c2d29df"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Unconnected_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-RightHandSide_4266bf-Call_A_Unconnected_Pattern_-Call_A_Unconnected_Pattern_.target"
                                        xmi:uuid="046ede35-113d-46c2-9f58-02acff982f95"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Unconnected_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Unconnected_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-A_Unconnected_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-RightHandSide_4266bf-Create_A_Unconnected_Pattern_"
                                    xmi:uuid="eb401fb5-25f1-4313-b2d9-ac3062c8d668"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_c93fb6-RightHandSide_4266bf-Create_A_Unconnected_Pattern_-Create_A_Unconnected_Pattern_.result"
                                        xmi:uuid="c9890e02-b3a5-4f86-9c6b-a5527ee389c4"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Unconnected_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Unconnected_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@4266bf</name>
                            </node>
                            <name>ExpressionStatement@c93fb6</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087"
                            xmi:uuid="f4ada173-46d9-4c6c-b976-556917896457"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-edge-1"
                                xmi:uuid="88fa1bac-c81f-40d9-8e9b-42f1c4860672"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-edge-2"
                                xmi:uuid="ae9d9201-bf22-44a3-96fa-22223598f6a0"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-edge-3"
                                xmi:uuid="a5cb2142-234c-46f7-bbd9-7f65038e6f82"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Value_3_-Value_3_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-edge-4"
                                xmi:uuid="8b5c9990-44c1-4fa6-bae1-e6e6b005f0ee"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-edge-5"
                                xmi:uuid="9a060e88-55d1-4863-89e9-a5b9e02bef33"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_"
                                xmi:uuid="49b477b8-8872-426f-9240-6ec457f42150"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_"
                                    xmi:uuid="22048f90-d40e-402f-ae13-dd45ecc900e3"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="ca10f1c8-5fdc-4932-b1fd-20cacf9b3f23"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="0864bc6a-61f8-4345-be90-56fb1d2ee9a3"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertUnconnectedPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_"
                                    xmi:uuid="d020e6f6-ce6d-45aa-ba50-75848d4832b9"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="8d4afd14-b879-4e6a-bec9-c5def0da8845"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="ca1f48ba-b10c-4db3-940b-e8eaac06bc3f"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertUnconnectedPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n1_"
                                    xmi:uuid="14cb9f2a-26ff-48e8-bc6b-564516e86047"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertUnconnectedPattern).argument(n1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_n2_"
                                    xmi:uuid="f9ad1f02-aeae-49ce-9ec8-8e033b7cc8d9"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertUnconnectedPattern).argument(n2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Call_AssertUnconnectedPattern_-Call_AssertUnconnectedPattern_.argument_helper_"
                                    xmi:uuid="ad55cbe9-2a23-4ab4-b578-19877376d711"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertUnconnectedPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertUnconnectedPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407"
                                xmi:uuid="0462e397-3a5d-4d73-bb6f-3fb856eb5a71"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-edge-1"
                                    xmi:uuid="5a030e5d-cf18-4029-87ce-a9e1b6a8e1ae"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-edge-2"
                                    xmi:uuid="a04c3d93-5c99-43d3-8500-79c7148989e1"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-edge-3"
                                    xmi:uuid="514c1901-5e1b-4dc2-b1fb-afa6b30fd01c"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Fork_Read_b_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-edge-4"
                                    xmi:uuid="6cdf0f26-4e5b-42c4-bbcc-cd900fe2b4a6"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Fork_Read_b_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__.inputElement"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Read_p_"
                                    xmi:uuid="771da4ca-6c6b-4691-9e2d-388def9e0bda"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Read_p_-Read_p_.object"
                                        xmi:uuid="886cfa0b-8b33-495f-ad4c-46358a7bdc3b"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Read_p_-Read_p_.result"
                                        xmi:uuid="f618e60a-924b-4894-adb5-ed8c04b2b095"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                        />
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-node-2"
                                    xmi:uuid="4a015faf-a775-46ee-b650-a327ca72924c"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_unconnected)@19cb931)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Read_b_"
                                    xmi:uuid="9a984084-8afc-4929-95f0-c437c5a8f9f8"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Read_b_-Read_b_.object"
                                        xmi:uuid="7662384c-9ce5-4846-9fae-40024878cb01"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Read_b_-Read_b_.result"
                                        xmi:uuid="09def723-4637-462c-a3ec-cd1aad0b4dc1"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-node-4"
                                    xmi:uuid="9354c0ae-e1d7-44c8-9755-b0e8a81267bf"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_unconnected)@19cb931)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Fork_Read_b_.result_"
                                    xmi:uuid="e842ec94-7f45-4619-b260-a62839b8ed7d"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(b).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__"
                                    xmi:uuid="c6721f15-8f5e-4723-bd88-5efccf2866b5"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__-edge-1"
                                        xmi:uuid="053c257c-0931-45f0-9a52-ba8813bef819"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__-Read_q_-Read_q_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__-edge-2"
                                        xmi:uuid="54cebe7f-5dfb-45a0-aec1-c3fc835bb952"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__-Read_q_-Read_q_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__-Read_q_"
                                        xmi:uuid="02258969-4246-4646-b755-4d7f9ba90a24"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__-Read_q_-Read_q_.object"
                                            xmi:uuid="cf01b9f5-d8d7-45da-9532-cb9a35d69eae"
                                            xmi:type="uml:InputPin">
                                            <name>Read(q).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__-Read_q_-Read_q_.result"
                                            xmi:uuid="72d9df90-de93-4c0d-8289-d8eb732ba288"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(q).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                            />
                                        </result>
                                        <name>Read(q)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-q"
                                        />
                                    </node>
                                    <name>Collect(Read(q))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__.inputElement"
                                    xmi:uuid="91f32c8c-4595-4637-8cc8-65d9516a7352"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__.outputElement"
                                    xmi:uuid="47266b6d-5ca6-43b5-95d2-1e2e57ae0f5b"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Value_3_"
                                    xmi:uuid="2044a147-702e-48b2-951a-ddbfbecc9b5a"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Value_3_-Value_3_.result"
                                        xmi:uuid="74ccc249-5184-4600-aaaa-baeb08e324e5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(3).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Value_3_-value"
                                        xmi:uuid="591b8d57-ae83-4d2b-abbf-168b718a8aa9"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>3</value>
                                    </value>
                                    <name>Value(3)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Value_4_"
                                    xmi:uuid="515e2d44-c76c-4ba5-91ed-a6a91d2f0637"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Value_4_-Value_4_.result"
                                        xmi:uuid="466e231e-4174-4250-a6d3-5752a528bbfb"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_791087-Tuple_3df407-Value_4_-value"
                                        xmi:uuid="86820237-c2c9-4912-843f-2887be64434b"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <name>Tuple@3df407</name>
                            </node>
                            <name>ExpressionStatement@791087</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac"
                            xmi:uuid="71f707fd-c18c-45f7-bb14-7debd9ad2db6"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-edge-1"
                                xmi:uuid="532fca1d-8f04-4687-891d-fb9ccd3bcf15"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Tuple_1a9b92e-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-edge-2"
                                xmi:uuid="3f8ce1f0-2f51-4569-963a-8c007ff94617"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Tuple_1a9b92e"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Call_WriteLine_"
                                xmi:uuid="f7dde703-bfb7-4517-aaf6-65faf1aac2a0"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="4ce04456-601e-492e-a4a1-2e92786be864"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="cd99e790-67f0-4258-9f0e-7607b5278b84"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="910bfccb-c193-4140-a452-9694a20737c5"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Tuple_1a9b92e"
                                xmi:uuid="233d7768-5b24-44f8-8655-725630556ed7"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Tuple_1a9b92e-Value____"
                                    xmi:uuid="efb7f54c-dd52-4721-9837-1bc83084e462"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Tuple_1a9b92e-Value____-Value____.result"
                                        xmi:uuid="ac9af2f3-57a2-47d0-8e43-caa5b6270894"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_eaaeac-Tuple_1a9b92e-Value____-value"
                                        xmi:uuid="879e5c17-a6a4-472d-9611-961951eb8378"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@1a9b92e</name>
                            </node>
                            <name>ExpressionStatement@eaaeac</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831"
                            xmi:uuid="34cf3ccd-22ee-4b62-901a-3c1398c5081f"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-edge-1"
                                xmi:uuid="52cd4ea6-0585-4ac9-8b62-98e3f516ec2e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Tuple_c98b6b-Value__-_Testing_instantiation_of_A_Array_Pattern_-__-Value__-_Testing_instantiation_of_A_Array_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-edge-2"
                                xmi:uuid="8d386438-0138-43b9-9147-10f87fee01c9"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Tuple_c98b6b"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Call_WriteLine_"
                                xmi:uuid="1da82ed8-c22f-42a5-a97f-92abddda4f2d"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="cedadec3-12df-46f5-b585-ed58c3637fda"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="4a415e40-711c-4337-9499-0d77efec2bad"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="14f4e32a-a5e5-4ed9-808f-721822036785"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Tuple_c98b6b"
                                xmi:uuid="8413aa55-aff6-4ec8-9052-20a3ee229c84"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Tuple_c98b6b-Value__-_Testing_instantiation_of_A_Array_Pattern_-__"
                                    xmi:uuid="f5de237b-c882-4c6f-9c08-58203c9a0614"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Tuple_c98b6b-Value__-_Testing_instantiation_of_A_Array_Pattern_-__-Value__-_Testing_instantiation_of_A_Array_Pattern_-__.result"
                                        xmi:uuid="554a9058-bfd9-40d3-9949-95a3277159e0"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Array_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d1831-Tuple_c98b6b-Value__-_Testing_instantiation_of_A_Array_Pattern_-__-value"
                                        xmi:uuid="1a828ab6-76a9-42a0-81a0-aa7ddfb7b47b"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Array_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Array_Pattern -")</name>
                                </node>
                                <name>Tuple@c98b6b</name>
                            </node>
                            <name>ExpressionStatement@d1831</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65"
                            xmi:uuid="9e4594ab-5314-4492-bc7e-398a3a639227"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-edge"
                                xmi:uuid="756e424e-d89a-431e-8f6d-9968a562392e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-RightHandSide_1023dd2-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-Fork_a_array__1d1fc2a"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-Fork_a_array__1d1fc2a"
                                xmi:uuid="880e3fda-6889-4ecd-9388-17b242803d2f"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_array)@1d1fc2a</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-RightHandSide_1023dd2"
                                xmi:uuid="731ded5f-894f-43c1-8dd3-b98f1a301696"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-RightHandSide_1023dd2-edge"
                                    xmi:uuid="8c6ab1b7-c4c2-4716-8528-2f861b2620da"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-RightHandSide_1023dd2-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-RightHandSide_1023dd2-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-RightHandSide_1023dd2-Call_A_Array_Pattern_"
                                    xmi:uuid="f452a1cf-9485-4562-8f7e-3ec1198a4bc2"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-RightHandSide_1023dd2-Call_A_Array_Pattern_-Call_A_Array_Pattern_.result_result_"
                                        xmi:uuid="ba1ab3fc-97b8-4d19-a968-2a1385a9c793"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Array_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-RightHandSide_1023dd2-Call_A_Array_Pattern_-Call_A_Array_Pattern_.target"
                                        xmi:uuid="88a6a906-661f-4f3e-b5fd-01e5c483dd7f"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Array_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Array_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-A_Array_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-RightHandSide_1023dd2-Create_A_Array_Pattern_"
                                    xmi:uuid="ec9bd2f6-14d7-4b65-a320-7d2fd77d983b"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_17ccf65-RightHandSide_1023dd2-Create_A_Array_Pattern_-Create_A_Array_Pattern_.result"
                                        xmi:uuid="63a8bc95-4060-4f46-9cba-8bcdba158351"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Array_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Array_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@1023dd2</name>
                            </node>
                            <name>ExpressionStatement@17ccf65</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5"
                            xmi:uuid="22fffbac-4f01-4502-968d-6c0727204b07"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-edge-1"
                                xmi:uuid="902d9690-35bb-43a7-815a-36e2d0e59dd9"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-edge-2"
                                xmi:uuid="8b7bde2e-8a0e-4854-8d41-bfbcd7cf0c5f"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-edge-3"
                                xmi:uuid="f5faac82-3b74-4d13-8305-3c37f0f7c4d2"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_n_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-edge-4"
                                xmi:uuid="4575c55c-c71e-4e63-a257-fddbcfd37ffe"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_"
                                xmi:uuid="1cb0e665-eb34-458d-8fcf-8429768a1b39"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_"
                                    xmi:uuid="40d86b4a-94b8-4893-b6f2-03303f83389f"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="a2a893b4-8088-443e-9619-b4c4752dcf3f"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="e0ca37bd-68b4-4eb9-9e7d-78d7109a442a"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertArrayPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_"
                                    xmi:uuid="59ca3038-a8d1-44fe-b47d-f16118b71a26"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="e23f2e68-86bf-4ecc-823b-46e269dd1b7d"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="903b8dd7-d57a-4872-8b3f-64a498da6264"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertArrayPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_n_"
                                    xmi:uuid="51605c77-a934-4630-980c-f9cc5094ed78"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertArrayPattern).argument(n)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Call_AssertArrayPattern_-Call_AssertArrayPattern_.argument_helper_"
                                    xmi:uuid="99ada579-fb77-4ae1-8ef1-c0dc702c84b5"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertArrayPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertArrayPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertArrayPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4"
                                xmi:uuid="6a64fc59-b0e9-4b89-b8ad-8762232ecd7f"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-edge-1"
                                    xmi:uuid="d2212b53-1160-4dd7-9746-a61443234570"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-edge-2"
                                    xmi:uuid="c84a5a32-bdf9-4cba-a9d7-c55bea1efdea"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-edge-3"
                                    xmi:uuid="eaf703d9-98e5-4f86-aa35-eaac0f4e7a37"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Fork_Read_b_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-edge-4"
                                    xmi:uuid="de9be824-1521-4140-bba5-b40b8c16da7f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Fork_Read_b_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__.inputElement"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Read_p_"
                                    xmi:uuid="8113f4d6-5cc5-49e5-8045-16070ffc2992"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Read_p_-Read_p_.object"
                                        xmi:uuid="87ac4a0a-0bb8-454f-8c2d-5774cfd819a9"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Read_p_-Read_p_.result"
                                        xmi:uuid="0a5b3269-bd47-4c94-bfae-2fc1c4ad3c35"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                        />
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-node-2"
                                    xmi:uuid="8386190e-1925-4fcb-98c3-2e8771a97986"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_array)@1d1fc2a)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Read_b_"
                                    xmi:uuid="083d3f5f-2cc8-4edc-9578-281a486bb7e4"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Read_b_-Read_b_.object"
                                        xmi:uuid="8b9cea3c-848c-4db2-a9da-b13c9e593e44"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Read_b_-Read_b_.result"
                                        xmi:uuid="2319cb42-eae1-4ea1-91a8-1c58e548a68f"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-node-4"
                                    xmi:uuid="a3573715-cd10-47fd-a995-54935dc89764"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_array)@1d1fc2a)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Fork_Read_b_.result_"
                                    xmi:uuid="adb6c0bc-c652-456b-9bc4-0ae21b9e731e"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(b).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__"
                                    xmi:uuid="6294ec60-955f-4ffd-9290-305f3c6285c7"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__-edge-1"
                                        xmi:uuid="aa67731a-ece5-4ad7-ad11-30b05446bcf3"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__-Read_q_-Read_q_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__-edge-2"
                                        xmi:uuid="3e63bd38-54e3-471d-aa7f-a9663742b9d4"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__-Read_q_-Read_q_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__-Read_q_"
                                        xmi:uuid="39d2e797-c134-4034-90cd-c51c77a4945a"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__-Read_q_-Read_q_.object"
                                            xmi:uuid="f708c3eb-3b78-4450-bf75-51a3a429f365"
                                            xmi:type="uml:InputPin">
                                            <name>Read(q).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__-Read_q_-Read_q_.result"
                                            xmi:uuid="3e49efb7-cdf7-49c5-be94-e0c6b4c9e495"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(q).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                            />
                                        </result>
                                        <name>Read(q)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-q"
                                        />
                                    </node>
                                    <name>Collect(Read(q))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__.inputElement"
                                    xmi:uuid="363a18c6-b69a-4129-b1df-aad18a7c6433"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__.outputElement"
                                    xmi:uuid="6908cd7e-9dfa-4336-ac16-d2e0e9548b91"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Value_4_"
                                    xmi:uuid="142329cb-e47c-49df-9e08-688f41001884"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Value_4_-Value_4_.result"
                                        xmi:uuid="2c35a506-7daa-4bb4-be6a-11b08d3807e2"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_1bda1e5-Tuple_1436f4-Value_4_-value"
                                        xmi:uuid="0342c861-f774-4b79-9de7-8474e4872a0d"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <name>Tuple@1436f4</name>
                            </node>
                            <name>ExpressionStatement@1bda1e5</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7"
                            xmi:uuid="78f0fe6a-1242-4216-930b-b1f0e05c2950"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-edge-1"
                                xmi:uuid="2cba4037-a2b2-4942-8e49-1a76f6c4c19d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Tuple_14f1020-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-edge-2"
                                xmi:uuid="f31c5043-b30e-4058-9695-4761408e1dd4"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Tuple_14f1020"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Call_WriteLine_"
                                xmi:uuid="59e2c16e-bd24-4641-9fcc-919f7a860056"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="76a210d1-8ac7-454d-856e-6f83fbedaf69"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="06c44365-d98b-4a2d-88fb-e2bed8864b86"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="20ab30a6-57db-44a5-8168-38d80ba384e7"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Tuple_14f1020"
                                xmi:uuid="19090c64-afef-4dd8-b088-da530cffcc68"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Tuple_14f1020-Value____"
                                    xmi:uuid="3267237e-d9f1-4fb7-8df1-0871776421a7"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Tuple_14f1020-Value____-Value____.result"
                                        xmi:uuid="e9378f16-cc24-45ee-9423-6651b8817aa7"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_744cd7-Tuple_14f1020-Value____-value"
                                        xmi:uuid="49320d2e-6ec0-47d8-83b7-6119baa90f1d"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@14f1020</name>
                            </node>
                            <name>ExpressionStatement@744cd7</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2"
                            xmi:uuid="b358304e-ace3-491a-8873-659283c637f1"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-edge-1"
                                xmi:uuid="00d665c9-6413-459f-a843-9888d78cdc75"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Tuple_35d1cc-Value__-_Testing_instantiation_of_A_Star_Pattern_-__-Value__-_Testing_instantiation_of_A_Star_Pattern_-__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-edge-2"
                                xmi:uuid="34f42fa5-b2ce-4f69-8077-68bb2eb33808"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Tuple_35d1cc"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Call_WriteLine_"
                                xmi:uuid="ee237883-f1c5-483d-96fb-19d4bb7d1b10"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="5d8f4411-f43c-4be8-ba15-d82edb46c327"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="0cce9d79-597f-4346-ae9e-ceeefec3ee72"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="b343deb5-e234-421e-a8d2-005d454816f3"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Tuple_35d1cc"
                                xmi:uuid="762e835d-bf38-49b7-84e1-523be5f2a8da"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Tuple_35d1cc-Value__-_Testing_instantiation_of_A_Star_Pattern_-__"
                                    xmi:uuid="72cdb7b7-c27f-4f1a-852c-98ed1b7d5697"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Tuple_35d1cc-Value__-_Testing_instantiation_of_A_Star_Pattern_-__-Value__-_Testing_instantiation_of_A_Star_Pattern_-__.result"
                                        xmi:uuid="a616cbe0-e1aa-4f1d-9bda-9c19c423752c"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("- Testing instantiation of A_Star_Pattern -").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_16cdab2-Tuple_35d1cc-Value__-_Testing_instantiation_of_A_Star_Pattern_-__-value"
                                        xmi:uuid="ec2b30eb-3035-469c-ac7a-6431d420830b"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>- Testing instantiation of A_Star_Pattern -</value>
                                    </value>
                                    <name>Value("- Testing instantiation of A_Star_Pattern -")</name>
                                </node>
                                <name>Tuple@35d1cc</name>
                            </node>
                            <name>ExpressionStatement@16cdab2</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a"
                            xmi:uuid="17eb4aac-2ae1-428b-aaec-3a5c61dc24da"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-edge"
                                xmi:uuid="72a8df1c-8e0c-4591-9eec-4b9b327b282a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-RightHandSide_1264524-Call_A_Star_Pattern_-Call_A_Star_Pattern_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-Fork_a_star__8480d5"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-Fork_a_star__8480d5"
                                xmi:uuid="4bb020fc-cdaf-46d2-ab4c-d12becffac90"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a_star)@8480d5</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-RightHandSide_1264524"
                                xmi:uuid="b5d163c6-9668-49f4-b45f-de8fdef49555"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-RightHandSide_1264524-edge"
                                    xmi:uuid="db317e18-800d-4743-9a7f-5d144d095cb9"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-RightHandSide_1264524-Create_A_Star_Pattern_-Create_A_Star_Pattern_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-RightHandSide_1264524-Call_A_Star_Pattern_-Call_A_Star_Pattern_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-RightHandSide_1264524-Call_A_Star_Pattern_"
                                    xmi:uuid="bad51081-63dd-4b6d-9c5f-d149a8ee00d1"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-RightHandSide_1264524-Call_A_Star_Pattern_-Call_A_Star_Pattern_.result_result_"
                                        xmi:uuid="e5e7c982-2eeb-41c2-b94b-518964024e27"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A_Star_Pattern).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-RightHandSide_1264524-Call_A_Star_Pattern_-Call_A_Star_Pattern_.target"
                                        xmi:uuid="2a9eccb8-f91d-41af-b544-47bf78c2df0c"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A_Star_Pattern).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern"
                                        />
                                    </target>
                                    <name>Call(A_Star_Pattern)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-A_Star_Pattern"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-RightHandSide_1264524-Create_A_Star_Pattern_"
                                    xmi:uuid="ce7a59c6-2836-4dc1-8b33-18842690a940"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_18ad58a-RightHandSide_1264524-Create_A_Star_Pattern_-Create_A_Star_Pattern_.result"
                                        xmi:uuid="db6ef9ea-72ac-4593-b588-32af6be7b3ef"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A_Star_Pattern).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern"
                                        />
                                    </result>
                                    <name>Create(A_Star_Pattern)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern"
                                    />
                                </node>
                                <name>RightHandSide@1264524</name>
                            </node>
                            <name>ExpressionStatement@18ad58a</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc"
                            xmi:uuid="c93e12a5-b8e7-4ace-9202-c674ae324571"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-edge-1"
                                xmi:uuid="0a2c15b1-bc56-4c14-80df-5c67dad0fdf3"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-edge-2"
                                xmi:uuid="8b9e604e-8900-4d49-9648-c6c89b9e4bad"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__.outputElement"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-edge-3"
                                xmi:uuid="a81a40a4-62c6-4552-aab5-94d3ac671214"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Value_3_-Value_3_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-edge-4"
                                xmi:uuid="d149db5e-26f0-4dd0-a2d4-a20099819319"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-edge-5"
                                xmi:uuid="6dbb90a1-53e6-4864-8632-aa79f1a561b4"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_"
                                xmi:uuid="e3a0dbe4-8769-466b-9eb0-905c96ac64a8"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_"
                                    xmi:uuid="11a88877-7562-4e2c-babf-8b4e5588e807"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_-lowerValue"
                                        xmi:uuid="92bf85c5-1c10-4d0e-a464-612c8655689b"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends1_-upperValue"
                                        xmi:uuid="671e5727-d157-4834-a2dc-5991b194e85f"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertStarPattern).argument(ends1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_"
                                    xmi:uuid="eac553d1-bbc3-4564-9922-e5327eb19b33"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_-lowerValue"
                                        xmi:uuid="1b9fed38-bead-4310-80bd-9a87f526f6f4"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_ends2_-upperValue"
                                        xmi:uuid="be3f8494-1567-4ecb-b0ff-ef6dcb0b502f"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call(AssertStarPattern).argument(ends2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n1_"
                                    xmi:uuid="5d225379-ce5d-4c6d-be9e-665f20f707c4"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertStarPattern).argument(n1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_n2_"
                                    xmi:uuid="d8fb60cc-acd0-4fce-bd03-87bdcd3b7357"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(AssertStarPattern).argument(n2)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Call_AssertStarPattern_-Call_AssertStarPattern_.argument_helper_"
                                    xmi:uuid="2c8a8d04-2483-43ad-9726-ef02dbcde198"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertStarPattern).argument(helper)</name>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </argument>
                                <name>Call(AssertStarPattern)</name>
                                <behavior xmi:idref="Test_Suites-Utils-AssertStarPattern"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac"
                                xmi:uuid="7abcd87c-1023-4ab2-9c1d-cf39d87efc64"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-edge-1"
                                    xmi:uuid="3e710d8e-1d7c-4a12-8baa-14c24a1615b4"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-node-2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-edge-2"
                                    xmi:uuid="9e229e4f-7c82-44a0-8db3-6de5ba4ab699"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-node-4"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-edge-3"
                                    xmi:uuid="8c17fbec-0e47-4bdc-bc6a-d0a9696e7e76"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Fork_Read_b_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-edge-4"
                                    xmi:uuid="9372edbf-5c38-4970-a116-901ca1ea343d"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Fork_Read_b_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__.inputElement"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Read_p_"
                                    xmi:uuid="3fca9736-cc21-48a8-bfe4-2c20e9694187"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Read_p_-Read_p_.object"
                                        xmi:uuid="d5ec208a-14ca-4eed-9e79-f1e5a11edbcc"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Read_p_-Read_p_.result"
                                        xmi:uuid="d4f22985-4567-4f41-be30-e7d52e6882fd"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                        />
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-node-2"
                                    xmi:uuid="efef305d-257f-40a0-8c33-6a88d1d83beb"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_star)@8480d5)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Read_b_"
                                    xmi:uuid="9fdd0c2f-a54a-4b14-b772-eccecd750364"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Read_b_-Read_b_.object"
                                        xmi:uuid="b2206bb4-6044-4258-8825-69c29a3d9030"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Read_b_-Read_b_.result"
                                        xmi:uuid="3dbc35ce-2d6e-4d9d-883f-36a00c726e39"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-node-4"
                                    xmi:uuid="3270b364-38f0-427e-82a2-6f21ccdf7540"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a_star)@8480d5)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Fork_Read_b_.result_"
                                    xmi:uuid="dd1e3cf6-2915-4ecd-bf55-33c158ee6384"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(b).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__"
                                    xmi:uuid="c0049c6c-5941-44e0-a658-f2c18de8c52d"
                                    xmi:type="uml:ExpansionRegion">
                                    <inputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__.inputElement"/>
                                    <outputElement
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__.outputElement"/>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__-edge-1"
                                        xmi:uuid="a247d3b6-ec61-4dfb-9cf8-544ac2ce205b"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__.inputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__-Read_q_-Read_q_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__-edge-2"
                                        xmi:uuid="5673162b-fd82-4c4f-aa3a-1e9471749bc3"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__-Read_q_-Read_q_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__.outputElement"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__-Read_q_"
                                        xmi:uuid="6b5e6f32-62b4-48f1-b3bf-a0f695bbd856"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__-Read_q_-Read_q_.object"
                                            xmi:uuid="3a14df19-0201-4535-8fd9-8d4c128bb1a6"
                                            xmi:type="uml:InputPin">
                                            <name>Read(q).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__-Read_q_-Read_q_.result"
                                            xmi:uuid="e79deb50-8f7f-4046-880b-83da16938a1a"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(q).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                            />
                                        </result>
                                        <name>Read(q)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-q"
                                        />
                                    </node>
                                    <name>Collect(Read(q))</name>
                                    <mode>parallel</mode>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__.inputElement"
                                    xmi:uuid="2e25cc64-ae17-456d-84e2-d850f9049014"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).inputElement</name>
                                    <regionAsInput
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__.outputElement"
                                    xmi:uuid="172ac00d-61aa-4f5b-b883-a60ab2eb0da6"
                                    xmi:type="uml:ExpansionNode">
                                    <name>Collect(Read(q)).outputElement</name>
                                    <regionAsOutput
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Collect_Read_q__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Value_3_"
                                    xmi:uuid="8c0f8fcc-6093-4e4d-8602-6fafab704661"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Value_3_-Value_3_.result"
                                        xmi:uuid="76db19e3-46a5-4401-a1bc-cd70875b35ba"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(3).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Value_3_-value"
                                        xmi:uuid="37e9f7b8-dd5c-44f4-b438-931653a88c18"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>3</value>
                                    </value>
                                    <name>Value(3)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Value_4_"
                                    xmi:uuid="a9034a50-f161-4a8c-9cfb-84e36fd25de4"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Value_4_-Value_4_.result"
                                        xmi:uuid="0dfc7e83-871a-44ea-bfa3-aab710311588"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-TestCase_Delegation_Port_PWP-Body_TestCase_Assembly_Port_PWP_-ExpressionStatement_d535dc-Tuple_4a55ac-Value_4_-value"
                                        xmi:uuid="5ef68534-63a3-48b0-8c78-307ab86ee81e"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <name>Tuple@4a55ac</name>
                            </node>
                            <name>ExpressionStatement@d535dc</name>
                        </node>
                        <name>Body(TestCase_Assembly_Port_PWP)</name>
                    </node>
                    <name>TestCase_Delegation_Port_PWP</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern"
                    xmi:uuid="fd7ea4dc-ad21-4ef9-9b4f-7d94cc65d804" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-ownedComment"
                        xmi:uuid="6b4dbfea-7b8b-4ce8-b131-2e68ad442e1d" xmi:type="uml:Comment">
                        <body>Empty pattern:
lower bound of port p and part b is 0</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-b"
                        xmi:uuid="eb6cf634-661a-4cf9-90b7-76bff761cc1d" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-b-lowerValue"
                            xmi:uuid="fa56b771-463b-4b94-8249-207ee5370322"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-b-upperValue"
                            xmi:uuid="c2d04b3c-77d3-4a1f-84d1-58850eab74eb"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-p"
                        xmi:uuid="16be1b51-b8cd-4b1d-b5b0-8274d388004b" xmi:type="uml:Port">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-p-lowerValue"
                            xmi:uuid="f2bd0974-a459-4d97-b3fc-f95f5c860ebc"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-p-upperValue"
                            xmi:uuid="78284820-4051-44c6-99b2-901d03ad8916"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>p</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-r"
                        xmi:uuid="165fc838-a690-4edb-a3f5-126778aed965" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-r-end-1"
                            xmi:uuid="3cb6c811-f17c-4ac5-9335-6b0ce0415622"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-r-end-1-upperValue"
                                xmi:uuid="9ac0a682-55e0-4a9e-8b50-89c6a88017a8"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-p"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-r-end-2"
                            xmi:uuid="bd8a5962-c161-4aed-b01d-2c4a6ac6c07b"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-r-end-2-upperValue"
                                xmi:uuid="6f39ee9d-9e7e-4065-8c74-163b8a03d788"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-q"/>
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-A_Empty_Pattern"
                        xmi:uuid="04359779-c958-4a45-8dea-bdef5c93ef68" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern-A_Empty_Pattern-result"
                            xmi:uuid="6f2972ef-66f8-4412-9713-30abe710d7ba" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Empty_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Empty_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Empty_Pattern</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern"
                    xmi:uuid="1beb5993-f174-4827-b3de-79aba8aca2f5" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-ownedComment"
                        xmi:uuid="d7982a5a-62dd-4301-ab0b-70e2ee79bade" xmi:type="uml:Comment">
                        <body>Array pattern:
lower bound of p and b*q are equals
lower bound on ends of connector r is 1</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-b"
                        xmi:uuid="9b6b0670-fcb7-4bd9-ae76-6f6b4c162110" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-b-lowerValue"
                            xmi:uuid="8a4db8f9-fce4-4540-879f-5cbda9854a17"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-b-upperValue"
                            xmi:uuid="42d4c48c-cb2b-402d-9c45-3d9c6e0af44b"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-p"
                        xmi:uuid="3b9a3641-af2b-4e30-ac88-be9c9fa55364" xmi:type="uml:Port">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-p-lowerValue"
                            xmi:uuid="732f7d2e-8b95-40de-926d-47ad0cd65baf"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-p-upperValue"
                            xmi:uuid="036c53ad-3c03-4509-8974-cf6b020d185b"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>p</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-r"
                        xmi:uuid="adcae7ee-7649-4155-a059-71cee997ae7b" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-r-end-1"
                            xmi:uuid="edd8fc04-7583-4581-9fb7-391c602e8139"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-r-end-1-upperValue"
                                xmi:uuid="05cc62d2-477b-4f39-b596-3fbbd00d5e84"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-p"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-r-end-2"
                            xmi:uuid="a231fa1f-04de-45dd-a636-addb48ecc4ed"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-r-end-2-upperValue"
                                xmi:uuid="ef0fe069-aa1d-42a4-8d76-586c80c2078c"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-q"/>
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-A_Array_Pattern"
                        xmi:uuid="d0c556d1-5570-44a4-af73-3c27426be9e0" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern-A_Array_Pattern-result"
                            xmi:uuid="78af0aed-4fc5-4695-b372-355e25db4f96" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Array_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Array_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Array_Pattern</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern"
                    xmi:uuid="9b63fb9c-c0c2-4b05-95f3-1eeb29291512" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-ownedComment"
                        xmi:uuid="65ef0e55-4007-4db5-851f-47e0d9ccea07" xmi:type="uml:Comment">
                        <body>Star pattern:
lower bound on ends of connector r equal lower bound of connected elements</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-b"
                        xmi:uuid="9501c632-10ad-4de9-a00b-84a82a17d22c" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-b-lowerValue"
                            xmi:uuid="fd6d42b0-982e-4b64-81ad-24f743564063"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-b-upperValue"
                            xmi:uuid="dbdd52b2-5449-4cbe-b856-441ba8b1a432"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-p"
                        xmi:uuid="ce1ac597-67aa-432f-aa82-82bdfa16916d" xmi:type="uml:Port">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-p-lowerValue"
                            xmi:uuid="dd680a83-5005-404d-8e08-b630afeb4f7b"
                            xmi:type="uml:LiteralInteger">
                            <value>3</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-p-upperValue"
                            xmi:uuid="5e9b570c-1d60-4ab3-a5e7-c9314a4974ad"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>p</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-r"
                        xmi:uuid="192f788c-d0b7-49d0-9720-05b0cf16a0d0" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-r-end-1"
                            xmi:uuid="8e8e3b53-4daa-4546-9d0f-4043981779eb"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-r-end-1-lowerValue"
                                xmi:uuid="f359afcb-c4bd-48b6-a7ca-2ff3968c8d7b"
                                xmi:type="uml:LiteralInteger">
                                <value>3</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-r-end-1-upperValue"
                                xmi:uuid="d8e9be47-6b63-49cb-a155-65d7ed02b2c7"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-p"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-r-end-2"
                            xmi:uuid="75ed51f2-4e38-4d99-a7f4-96ccc9209854"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-r-end-2-lowerValue"
                                xmi:uuid="5dde2366-190b-4986-bcd8-7056472f3439"
                                xmi:type="uml:LiteralInteger">
                                <value>4</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-r-end-2-upperValue"
                                xmi:uuid="2b3d7750-af98-46f3-92b8-4b6f945b5223"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-q"/>
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-A_Star_Pattern"
                        xmi:uuid="2063b609-d174-4e5d-9395-7dcdbb6dd37b" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern-A_Star_Pattern-result"
                            xmi:uuid="5b4ebb79-dfa5-4d55-947a-8e2ba4fc815d" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Star_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Star_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Star_Pattern</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper"
                    xmi:uuid="70bc54a3-294c-4837-b932-a553a1fc5f12" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedComment"
                        xmi:uuid="e96d5452-24ca-4c52-b92b-6fb6b50afeaa" xmi:type="uml:Comment">
                        <body>IntegerFunctions::Min('#ends1', n1) ;</body>
                    </ownedComment>
                    <generalization
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-generalization"
                        xmi:uuid="83c3a399-d9a4-48b9-a3f6-1ba39cd984f0"
                        xmi:type="uml:Generalization">
                        <general xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                    </generalization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1"
                        xmi:uuid="556f52c9-b4bd-4b36-b379-add89854be82" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-ownedComment"
                            xmi:uuid="5fb41a42-035d-4e94-b9d8-84e0082e505e" xmi:type="uml:Comment">
                            <body>namespace 'Test Suites'::'Test Suite 1'::Delegation_Port_PWP::AssertCompositeHelper ;

activity assertConnected(in message : String, in end1 : any, in end2 : any) { 
	AssertTrue(message, R::y((IImpl)end1)-&gt;includes((IImpl)end2)) ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-1"
                            xmi:uuid="9dc69066-7b7f-4060-abaf-5f44494e824d" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-2"
                            xmi:uuid="d5d6d441-208b-4e92-b4c2-8909097236ab" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-3"
                            xmi:uuid="ea89c0e3-cb92-4398-a1ea-a71a8d40eb48" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-edge-1"
                            xmi:uuid="7628a5bd-d6a9-4a1a-aa97-2c47be66b197"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Input_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Fork_message_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-edge-2"
                            xmi:uuid="6ef9f644-13a2-47b0-8434-8cdff2d8a1ae"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Input_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Fork_end1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-edge-3"
                            xmi:uuid="038b926b-621c-43b7-be78-0c938052264d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Input_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Fork_end2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-edge-4"
                            xmi:uuid="8d62c5f4-e84d-4b25-9f1c-a776dc29d3ce"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Fork_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-edge-5"
                            xmi:uuid="98f35f39-0a20-49d3-a1c2-7cf52c634481"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Fork_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-edge-6"
                            xmi:uuid="a7b69dcf-a275-4210-9076-c8e14219efe4"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Fork_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d.inputElement"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Input_message_"
                            xmi:uuid="a54271d9-8b63-405c-9ed1-dfc5ebbdc16e"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(message)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-1"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Fork_message_"
                            xmi:uuid="3e0264bc-b75c-4fa6-a038-f613593dfdf2" xmi:type="uml:ForkNode">
                            <name>Fork(message)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Input_end1_"
                            xmi:uuid="2e848ce9-c3b9-4d76-a746-f67373bb9cf9"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end1)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-2"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Fork_end1_"
                            xmi:uuid="4f11b8d9-69bb-4639-9a07-1622263ad9ea" xmi:type="uml:ForkNode">
                            <name>Fork(end1)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Input_end2_"
                            xmi:uuid="03c18f53-268b-43cc-835a-c79e50a7096d"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end2)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1-ownedParameter-3"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Fork_end2_"
                            xmi:uuid="96e9cf30-c40a-4151-8945-d96edce9cc1c" xmi:type="uml:ForkNode">
                            <name>Fork(end2)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_"
                            xmi:uuid="b0c21d2e-c99c-478f-808e-0cf092a35da2"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd"
                                xmi:uuid="89dc16a1-03c8-43c7-a35a-298aff2b84e9"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-edge-1"
                                    xmi:uuid="e01fa65f-1d7c-475d-91d7-a384203c7165"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-edge-2"
                                    xmi:uuid="5791d9df-e74c-4467-a829-1b8427667d7c"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Call_AssertTrue_"
                                    xmi:uuid="278310cf-4175-4983-92f1-31219f2aaa9a"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="ab7ea9f2-48c1-42fa-a1f3-3d11b08813e4"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="760c94cf-ca04-47f8-9d45-35a0214ee61b"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b"
                                    xmi:uuid="c6dd4070-0759-492d-94b1-5914f3879499"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-edge-1"
                                        xmi:uuid="37644b9d-bbe5-4473-8b51-6ecdc2ea1198"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-ReadLink_y_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_seq_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-edge-2"
                                        xmi:uuid="7d5b30ce-6b6a-4dd4-a71a-9f8b8f714db6"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d.outputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_element_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-edge-3"
                                        xmi:uuid="8519e317-a096-4000-a72e-8638519d5c6e"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___"
                                        xmi:uuid="e0fae75f-b561-4af5-bd1f-5e5cadb627b9"
                                        xmi:type="uml:CallBehaviorAction">
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_seq_"
                                            xmi:uuid="4f085c3c-f43f-41c4-9aeb-27b5dafe4739"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_seq_-lowerValue"
                                                xmi:uuid="b12dae9a-1abc-474b-ac12-1a80bf01eaa0"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_seq_-upperValue"
                                                xmi:uuid="05896293-9e94-4805-909b-7a1e534d421f"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_PWP$IImpl__).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                            />
                                        </argument>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_element_"
                                            xmi:uuid="c2873a3d-1239-4f91-8e43-3efd3ecc2256"
                                            xmi:type="uml:InputPin">
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_PWP$IImpl__).argument(element)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                            />
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.result__"
                                            xmi:uuid="1f90bb3f-62ad-4677-8ed5-6816b9e38432"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_PWP$IImpl__).result()</name>
                                        </result>
                                        <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_PWP$IImpl__)</name>
                                        <behavior
                                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e"
                                        xmi:uuid="44fcd8e6-3765-4c49-9743-1c6d46a048ed"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-edge-1"
                                            xmi:uuid="e81bf537-010c-47f4-8c8f-fd75275ce760"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd.outputElement"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-edge-2"
                                            xmi:uuid="9d1643c0-2c12-4ffa-92bc-d1fc02232ac7"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_"
                                            xmi:uuid="6ec8ded6-fb5c-4d67-9d3f-cd309712ced4"
                                            xmi:type="uml:ReadLinkAction">
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-endData-1"
                                                xmi:uuid="309e221f-1548-484a-aab2-df6c4ee43ece"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-y"
                                                />
                                            </endData>
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-endData-2"
                                                xmi:uuid="cf05bb63-9e34-4d13-a1ec-dc3727d0aad5"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-x"/>
                                                <value
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                />
                                            </endData>
                                            <inputValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                xmi:uuid="1c66d734-5980-403b-8f84-02859360f61e"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-ReadLink_y_.inputValue_x_-lowerValue"
                                                  xmi:uuid="a398a16d-8714-41b7-b967-518873e3140e"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-ReadLink_y_.inputValue_x_-upperValue"
                                                  xmi:uuid="885675c4-741a-4009-85b3-1214104cd325"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).inputValue(x)</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                                />
                                            </inputValue>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-ReadLink_y_.result"
                                                xmi:uuid="c719f6ef-38a3-46fb-8da7-259e0231d39c"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-ReadLink_y_.result-lowerValue"
                                                  xmi:uuid="977a3957-20f3-48bf-baf7-d562b36ca624"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-ReadLink_y_-ReadLink_y_.result-upperValue"
                                                  xmi:uuid="ac3eea62-0cfa-43d4-8e97-30c25174ceb8"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).result</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                                />
                                            </result>
                                            <name>ReadLink(y)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c"
                                            xmi:uuid="f2d79f1b-65d0-49b5-a9bb-812da45fd316"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd"
                                                xmi:uuid="a48740b4-122f-42ef-b719-0aab2e1ca23e"
                                                xmi:type="uml:ExpansionRegion">
                                                <inputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd.inputElement"/>
                                                <outputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd.outputElement"/>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-edge-1"
                                                  xmi:uuid="2c925c3d-d9d6-4031-a919-52679f43e3c2"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-edge-2"
                                                  xmi:uuid="515bcc4c-17db-4171-bd4b-07b4433302ce"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-edge-3"
                                                  xmi:uuid="d55ff42b-94cc-43fa-b797-3fac8e9206e0"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-edge-4"
                                                  xmi:uuid="66918213-5b0e-4719-8798-c92970a0a595"
                                                  xmi:type="uml:ObjectFlow">
                                                  <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-edge-4-guard"
                                                  xmi:uuid="8ddad09f-17ba-4542-aa9c-2608ae49b8e1"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                  </guard>
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Merge_CastExpression_146c4cd.operand_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-edge-5"
                                                  xmi:uuid="e5ee86fa-4ed9-4320-b9db-d34d39828201"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd.inputElement"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-edge-6"
                                                  xmi:uuid="b6032177-4b05-4b57-bf29-38864655b076"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Merge_CastExpression_146c4cd.operand_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd.outputElement"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Merge_CastExpression_146c4cd.operand_"
                                                  xmi:uuid="87a164a7-c416-41e2-a806-235de9a73481"
                                                  xmi:type="uml:MergeNode">
                                                  <name>Merge(CastExpression@146c4cd.operand)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-ReadIsClassifiedObject_IImpl_"
                                                  xmi:uuid="3b75f118-ef80-4e16-8f03-cb2ea7401587"
                                                  xmi:type="uml:ReadIsClassifiedObjectAction">
                                                  <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="91d670b2-a05f-45f0-860b-a07978d21a5c"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </object>
                                                  <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="a385d4be-5790-4b58-b42f-b31ae8d63170"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <name>ReadIsClassifiedObject(IImpl)</name>
                                                  <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  xmi:uuid="e644e25a-ed09-489f-8025-1af6e64e0b29"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  xmi:uuid="f52a2aa6-c105-4046-b9b4-24b02d2f633c"
                                                  xmi:type="uml:DecisionNode">
                                                  <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                  <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd-edge-3"
                                                  />
                                                </node>
                                                <name>CastExpression@146c4cd</name>
                                                <mode>parallel</mode>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd.inputElement"
                                                xmi:uuid="7509447c-6ed6-444d-a367-f17e93ba8503"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@146c4cd.inputElement</name>
                                                <regionAsInput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd.outputElement"
                                                xmi:uuid="905b6245-d68a-4e4d-9564-6e817a7b8e29"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@146c4cd.outputElement</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                                                <regionAsOutput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-Tuple_19f5b8c-CastExpression_146c4cd"
                                                />
                                            </node>
                                            <name>Tuple@19f5b8c</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d"
                                            xmi:uuid="e47cc486-e47f-4f65-9223-9a4251e84ec8"
                                            xmi:type="uml:ExpansionRegion">
                                            <inputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d.inputElement"/>
                                            <outputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d.outputElement"/>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-edge-1"
                                                xmi:uuid="95e4331d-c145-4755-9bd2-4a780c08caf1"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-edge-2"
                                                xmi:uuid="7c632bd3-34fd-4a10-9d2e-4973528685fa"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-edge-3"
                                                xmi:uuid="9a6c0aea-3b0e-4226-bc52-49835c06130f"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-edge-4"
                                                xmi:uuid="431f1ca7-cc93-4641-9b5d-fbbdf667923c"
                                                xmi:type="uml:ObjectFlow">
                                                <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-edge-4-guard"
                                                  xmi:uuid="a4ffa004-12ec-4301-ab2c-cf14f0463332"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                </guard>
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Merge_CastExpression_c8550d.operand_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-edge-5"
                                                xmi:uuid="b5ea5996-35aa-4e82-9b1b-3c99ce966e06"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d.inputElement"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-edge-6"
                                                xmi:uuid="3a3c444c-a759-405d-995d-7fc56abec1b1"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Merge_CastExpression_c8550d.operand_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d.outputElement"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Merge_CastExpression_c8550d.operand_"
                                                xmi:uuid="e71aefb9-5cd3-4d13-ad84-7679394c7954"
                                                xmi:type="uml:MergeNode">
                                                <name>Merge(CastExpression@c8550d.operand)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-ReadIsClassifiedObject_IImpl_"
                                                xmi:uuid="a12f08cf-7861-4dde-9857-be94a8e23fc4"
                                                xmi:type="uml:ReadIsClassifiedObjectAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="b60e5951-704f-4ba8-b0ca-54dc39c12954"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="d4abf53f-8df3-43cf-873b-895596a424af"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>ReadIsClassifiedObject(IImpl)</name>
                                                <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                xmi:uuid="c4debae2-0e6a-49b3-8651-a86e831b68cc"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                xmi:uuid="7b0d527d-f234-41d2-9d6d-231a78836b88"
                                                xmi:type="uml:DecisionNode">
                                                <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d-edge-3"
                                                />
                                            </node>
                                            <name>CastExpression@c8550d</name>
                                            <mode>parallel</mode>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d.inputElement"
                                            xmi:uuid="7f8e8ff5-27c4-4579-bcb8-dce5a83ea083"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@c8550d.inputElement</name>
                                            <regionAsInput
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d.outputElement"
                                            xmi:uuid="ef17ae69-0a19-44aa-8784-1bf4bb90f8c5"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@c8550d.outputElement</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                                            <regionAsOutput
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertConnected-Body_assertConnected_-ExpressionStatement_5ab6cd-Tuple_1dbd00b-Tuple_1ce184e-CastExpression_c8550d"
                                            />
                                        </node>
                                        <name>Tuple@1ce184e</name>
                                    </node>
                                    <name>Tuple@1dbd00b</name>
                                </node>
                                <name>ExpressionStatement@5ab6cd</name>
                            </node>
                            <name>Body(assertConnected)</name>
                        </node>
                        <name>assertConnected</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedOperation-1"
                        />
                    </ownedBehavior>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2"
                        xmi:uuid="f71c2116-27fe-475b-9da9-440a6efab18f" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-ownedComment"
                            xmi:uuid="6dd33665-7b9b-4450-b2ae-25d8e4b75294" xmi:type="uml:Comment">
                            <body>namespace 'Test Suites'::'Test Suite 1'::Delegation_Port_PWP::AssertCompositeHelper ;

activity assertNotConnected_method(in message : String, in end1 : any, in end2 : any) { 
	AssertTrue(message, ! R::y((IImpl)end1)-&gt;includes((IImpl)end2)) ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-1"
                            xmi:uuid="2d0dc96b-2dfa-40f5-ae4f-899f6f770a25" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-2"
                            xmi:uuid="e949d64b-628a-415d-b7eb-abe09ad870c1" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-3"
                            xmi:uuid="3689aec3-3269-400a-b13b-57aef5f14788" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-edge-1"
                            xmi:uuid="9ec26710-ef04-440d-b36b-d513e7addc48"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Input_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Fork_message_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-edge-2"
                            xmi:uuid="74a66b6b-0abf-4716-a0a4-f8fea33bf733"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Input_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Fork_end1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-edge-3"
                            xmi:uuid="7a95e510-9404-434b-8d9d-fd1834f5a897"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Input_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Fork_end2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-edge-4"
                            xmi:uuid="69fdacb9-1630-4f91-9f21-e5c06434bc0f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Fork_message_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-edge-5"
                            xmi:uuid="1cd21ae1-d1ee-4d31-a4d3-44fbe6f99044"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Fork_end1_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-edge-6"
                            xmi:uuid="1b9db908-2e59-46d7-90f4-d41d19934a7a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Fork_end2_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08.inputElement"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Input_message_"
                            xmi:uuid="667ff52d-5b3e-4038-8e2e-867ad98c6ea9"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(message)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-1"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Fork_message_"
                            xmi:uuid="6f1ed459-b045-41aa-b7f5-6d2f114072c9" xmi:type="uml:ForkNode">
                            <name>Fork(message)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Input_end1_"
                            xmi:uuid="5b5ce231-1e27-4620-a749-7766b54ffad5"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end1)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-2"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Fork_end1_"
                            xmi:uuid="94aa0e1a-d048-44bd-bece-5e9dbfc6fb90" xmi:type="uml:ForkNode">
                            <name>Fork(end1)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Input_end2_"
                            xmi:uuid="8e4379be-390f-4648-8791-7b72eb0fed1e"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(end2)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2-ownedParameter-3"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Fork_end2_"
                            xmi:uuid="dd25294d-34e3-410e-b4ba-d8b72d4b36c9" xmi:type="uml:ForkNode">
                            <name>Fork(end2)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_"
                            xmi:uuid="5a6b0d0a-e597-43b7-b4c6-fc533dfdeda8"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35"
                                xmi:uuid="228939e4-16c2-4a91-b2b9-de568fcc286b"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-edge-1"
                                    xmi:uuid="cf5917e7-7886-46a6-9343-0b17477d5468"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call_Not_-Call_Not_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-edge-2"
                                    xmi:uuid="18b02ed5-1762-4606-9f7b-e58e4dc2bfd5"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Call_AssertTrue_"
                                    xmi:uuid="ccdd10d2-6646-4e91-88e1-7a586c792d49"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="fdee64fd-a376-4120-ab9b-0d483c878bcc"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="bca6665d-334b-43af-9536-5bae554d323c"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7"
                                    xmi:uuid="a800a84f-77ed-477a-aa5c-1bdf1e5ee3f1"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-edge-1"
                                        xmi:uuid="ce8d7343-2000-4c43-9bec-6197b2d6dc55"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-ReadLink_y_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_seq_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-edge-2"
                                        xmi:uuid="80aebb2d-2e6a-45b6-aa49-87849b90f5de"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08.outputElement"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_element_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-edge-3"
                                        xmi:uuid="737c7cdc-85f8-4079-9840-29d7f662eec3"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-edge-4"
                                        xmi:uuid="d2100354-c825-48b4-bb13-3d8315c6a45b"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call_Not_-Call_Not_.argument_x_"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___"
                                        xmi:uuid="89f0506a-577f-4281-b014-494060096eb2"
                                        xmi:type="uml:CallBehaviorAction">
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_seq_"
                                            xmi:uuid="d09a4137-3c3e-47b5-861d-eb598eb6a44e"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_seq_-lowerValue"
                                                xmi:uuid="dcc427ca-515b-430c-968a-83afb14269e8"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_seq_-upperValue"
                                                xmi:uuid="b3302e0a-05e5-4b62-968a-372428da20f1"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_PWP$IImpl__).argument(seq)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                            />
                                        </argument>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.argument_element_"
                                            xmi:uuid="438a3ed0-c408-4123-8b8b-b71018b4c40d"
                                            xmi:type="uml:InputPin">
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_PWP$IImpl__).argument(element)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                            />
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___-Call___Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl___.result__"
                                            xmi:uuid="b19a9b46-b1da-4ceb-b909-ec5fb2c176ea"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_PWP$IImpl__).result()</name>
                                        </result>
                                        <name>Call($$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_PWP$IImpl__)</name>
                                        <behavior
                                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca"
                                        xmi:uuid="c439a025-7d67-44fe-baf0-1829e83e0989"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-edge-1"
                                            xmi:uuid="8c8a2d3e-a2bc-491f-b681-c37fece0e395"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9.outputElement"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-edge-2"
                                            xmi:uuid="00f34b9c-dd0c-449e-96ad-361fe34d45ab"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_"
                                            xmi:uuid="093d2f6d-673a-4e4f-a74b-f8ae3782621e"
                                            xmi:type="uml:ReadLinkAction">
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-endData-1"
                                                xmi:uuid="fbf7066e-b199-4897-aae3-584bb5e364fa"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-y"
                                                />
                                            </endData>
                                            <endData
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-endData-2"
                                                xmi:uuid="c76161c8-f4ee-41ca-ba1b-c5b95ad9d3bf"
                                                xmi:type="uml:LinkEndData">
                                                <end
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R-x"/>
                                                <value
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                />
                                            </endData>
                                            <inputValue
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-ReadLink_y_.inputValue_x_"
                                                xmi:uuid="65cc7815-b350-4357-851a-5cb29ac60d82"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-ReadLink_y_.inputValue_x_-lowerValue"
                                                  xmi:uuid="15a4e88b-0b61-40eb-b668-7f6acd4d3453"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-ReadLink_y_.inputValue_x_-upperValue"
                                                  xmi:uuid="b91b48e0-4814-46e6-b152-23e55633c1c5"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).inputValue(x)</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                                />
                                            </inputValue>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-ReadLink_y_.result"
                                                xmi:uuid="f5677080-527d-4c00-81ac-c76258b24724"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-ReadLink_y_.result-lowerValue"
                                                  xmi:uuid="6b342427-e281-427b-845f-29f25a008ab1"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-ReadLink_y_-ReadLink_y_.result-upperValue"
                                                  xmi:uuid="080ac02a-12c9-4bf7-b52c-e570ace3a84f"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ReadLink(y).result</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                                />
                                            </result>
                                            <name>ReadLink(y)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4"
                                            xmi:uuid="507317e7-42c8-4619-9450-d261938b506e"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9"
                                                xmi:uuid="1cda0cab-4f1d-4de0-a9fe-97298e388f3b"
                                                xmi:type="uml:ExpansionRegion">
                                                <inputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9.inputElement"/>
                                                <outputElement
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9.outputElement"/>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-edge-1"
                                                  xmi:uuid="c3e243af-a280-4abe-9883-c16ae4794698"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-edge-2"
                                                  xmi:uuid="2b5c4d41-7070-43c9-b539-0fc19e2baa4a"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-edge-3"
                                                  xmi:uuid="e6cc6dd5-7042-4a8e-9bc8-5c3aa02eb922"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-edge-4"
                                                  xmi:uuid="19d1119d-a882-4120-a42a-57bf4fe21fbc"
                                                  xmi:type="uml:ObjectFlow">
                                                  <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-edge-4-guard"
                                                  xmi:uuid="c3a743a2-8a43-4b56-b233-b7a552edd056"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                  </guard>
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Merge_CastExpression_13806e9.operand_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-edge-5"
                                                  xmi:uuid="41b501e3-5ded-41be-a81f-aa70a22f2979"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9.inputElement"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-edge-6"
                                                  xmi:uuid="9677ecab-8724-4db5-84ba-e6d7ef5d257e"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Merge_CastExpression_13806e9.operand_"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9.outputElement"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Merge_CastExpression_13806e9.operand_"
                                                  xmi:uuid="f308b5fb-76aa-4e6f-a697-5b65282e9b7c"
                                                  xmi:type="uml:MergeNode">
                                                  <name>Merge(CastExpression@13806e9.operand)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-ReadIsClassifiedObject_IImpl_"
                                                  xmi:uuid="86507368-062d-429e-88f8-9a81965cd616"
                                                  xmi:type="uml:ReadIsClassifiedObjectAction">
                                                  <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="af4e000c-cc0c-466a-88e7-eca82e19ff63"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </object>
                                                  <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="bb690ea6-1bb7-4099-acd1-716d38fd6b49"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <name>ReadIsClassifiedObject(IImpl)</name>
                                                  <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                  xmi:uuid="cb5e271e-4070-4dd0-995f-355a2d144749"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                  xmi:uuid="49282f2f-44ab-4fe4-b08e-e8588941a868"
                                                  xmi:type="uml:DecisionNode">
                                                  <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                  <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9-edge-3"
                                                  />
                                                </node>
                                                <name>CastExpression@13806e9</name>
                                                <mode>parallel</mode>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9.inputElement"
                                                xmi:uuid="f4966822-8266-4373-a83f-d7c1d02214d4"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@13806e9.inputElement</name>
                                                <regionAsInput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9.outputElement"
                                                xmi:uuid="9765a50f-ec62-4e3f-aedb-8a788e1e0d76"
                                                xmi:type="uml:ExpansionNode">
                                                <name>CastExpression@13806e9.outputElement</name>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                                                <regionAsOutput
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-Tuple_15ed0b4-CastExpression_13806e9"
                                                />
                                            </node>
                                            <name>Tuple@15ed0b4</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08"
                                            xmi:uuid="b3bc6bd2-dc3d-4e81-bcbf-b829b5ddb41c"
                                            xmi:type="uml:ExpansionRegion">
                                            <inputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08.inputElement"/>
                                            <outputElement
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08.outputElement"/>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-edge-1"
                                                xmi:uuid="3886c873-5f4c-41fb-b3e4-55b6a0802ca7"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-edge-2"
                                                xmi:uuid="3047a425-a23c-4cf6-875b-fc4ae3cefda3"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Fork_ReadIsClassifiedObject_IImpl_.object_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-edge-3"
                                                xmi:uuid="ae04b180-7420-444b-8507-8fdc79b72a3f"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-edge-4"
                                                xmi:uuid="dbe9877f-d0ab-4cbf-976b-164da7f45f1d"
                                                xmi:type="uml:ObjectFlow">
                                                <guard
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-edge-4-guard"
                                                  xmi:uuid="f54fb2f2-04f3-4bb1-bfb2-251c5b76b728"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <name>Value(true)</name>
                                                  <value>true</value>
                                                </guard>
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Decision_ReadIsClassifiedObject_IImpl_.result_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Merge_CastExpression_14dbc08.operand_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-edge-5"
                                                xmi:uuid="d1400b88-49e4-4abd-95bd-682e89c0e00d"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08.inputElement"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-edge-6"
                                                xmi:uuid="2d10d584-a591-48be-bb42-f4899d5be9be"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Merge_CastExpression_14dbc08.operand_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08.outputElement"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Merge_CastExpression_14dbc08.operand_"
                                                xmi:uuid="3f0c0d55-2756-4f4b-a169-f0b8c6e53c53"
                                                xmi:type="uml:MergeNode">
                                                <name>Merge(CastExpression@14dbc08.operand)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-ReadIsClassifiedObject_IImpl_"
                                                xmi:uuid="a25acd53-9ebd-4b49-8680-759b23880dfd"
                                                xmi:type="uml:ReadIsClassifiedObjectAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.object"
                                                  xmi:uuid="bbe67689-48b2-40a2-b597-6e9363757c43"
                                                  xmi:type="uml:InputPin">
                                                  <name>ReadIsClassifiedObject(IImpl).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-ReadIsClassifiedObject_IImpl_-ReadIsClassifiedObject_IImpl_.result"
                                                  xmi:uuid="a81723ba-00c3-4870-8cbc-f3e6bbcbb23c"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>ReadIsClassifiedObject(IImpl).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>ReadIsClassifiedObject(IImpl)</name>
                                                <classifier
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Fork_ReadIsClassifiedObject_IImpl_.object_"
                                                xmi:uuid="152f9580-df20-45ce-8096-ec013433285c"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(ReadIsClassifiedObject(IImpl).object)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-Decision_ReadIsClassifiedObject_IImpl_.result_"
                                                xmi:uuid="e2348aed-6280-4e55-9e26-6a0d9bf4c75b"
                                                xmi:type="uml:DecisionNode">
                                                <name>Decision(ReadIsClassifiedObject(IImpl).result)</name>
                                                <decisionInputFlow
                                                  xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08-edge-3"
                                                />
                                            </node>
                                            <name>CastExpression@14dbc08</name>
                                            <mode>parallel</mode>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08.inputElement"
                                            xmi:uuid="eb19285a-cec3-4ee4-ae9f-66e50d602e43"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@14dbc08.inputElement</name>
                                            <regionAsInput
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08.outputElement"
                                            xmi:uuid="1b720f23-7adf-4759-af2d-1f32f5416d43"
                                            xmi:type="uml:ExpansionNode">
                                            <name>CastExpression@14dbc08.outputElement</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                                            <regionAsOutput
                                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Tuple_14a45ca-CastExpression_14dbc08"
                                            />
                                        </node>
                                        <name>Tuple@14a45ca</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call_Not_"
                                        xmi:uuid="a6177055-f344-4e9b-881d-923885c885fb"
                                        xmi:type="uml:CallBehaviorAction">
                                        <behavior
                                            href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-BooleanFunctions-Not"/>
                                        <argument
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call_Not_-Call_Not_.argument_x_"
                                            xmi:uuid="c62f9d83-26a3-4442-bc9a-cd410379c7e7"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call(Not).argument(x)</name>
                                        </argument>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-assertNotConnected-Body_assertNotConnected_method_-ExpressionStatement_61ec35-Tuple_134eaa7-Call_Not_-Call_Not_.result_result_"
                                            xmi:uuid="f3ae643b-b7dd-4e24-a030-7ff3f36c5c59"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Call(Not).result(result)</name>
                                        </result>
                                        <name>Call(Not)</name>
                                    </node>
                                    <name>Tuple@134eaa7</name>
                                </node>
                                <name>ExpressionStatement@61ec35</name>
                            </node>
                            <name>Body(assertNotConnected_method)</name>
                        </node>
                        <name>assertNotConnected</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedOperation-2"
                        />
                    </ownedBehavior>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedOperation-1"
                        xmi:uuid="508ddaf7-b17a-452a-9394-5c360091f409" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-1"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedOperation-1-ownedParameter-1"
                            xmi:uuid="a0246c31-fc02-4b82-baef-cffd0d9b8bd5" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedOperation-1-ownedParameter-2"
                            xmi:uuid="d28e61be-cfcc-4f41-b76f-e2e37d765713" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedOperation-1-ownedParameter-3"
                            xmi:uuid="47d33be7-a828-48af-8b27-1ef1d8fb16ea" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <name>assertConnected</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedOperation-2"
                        xmi:uuid="95eadb7f-4be2-47a3-82cc-89543dc69273" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedBehavior-2"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedOperation-2-ownedParameter-1"
                            xmi:uuid="17b976b7-920c-43ba-b74f-0bf2a77be50f" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                            <name>message</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedOperation-2-ownedParameter-2"
                            xmi:uuid="9142da88-9ab9-45f1-a4eb-01a4c3a52757" xmi:type="uml:Parameter">
                            <name>end1</name>
                        </ownedParameter>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-ownedOperation-2-ownedParameter-3"
                            xmi:uuid="80fb9c26-acac-4b3d-9ed5-a800d7ec84a3" xmi:type="uml:Parameter">
                            <name>end2</name>
                        </ownedParameter>
                        <name>assertNotConnected</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-AssertCompositeHelper"
                        xmi:uuid="1db9b13b-5745-45f3-94b4-00a5a04adc74" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper-AssertCompositeHelper-result"
                            xmi:uuid="4332e49f-0e1c-4e13-989c-16ced8d32f44" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-AssertCompositeHelper"
                            />
                        </ownedParameter>
                        <name>AssertCompositeHelper</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>AssertCompositeHelper</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern"
                    xmi:uuid="99f599c7-4317-4a2e-ab14-780a8e2a7665" xmi:type="uml:Class">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-ownedComment"
                        xmi:uuid="58bf6f13-685d-4367-bd84-ca6e72316c51" xmi:type="uml:Comment">
                        <body>Unconnected pattern:
lower bound on ends of connector r is 0</body>
                    </ownedComment>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-b"
                        xmi:uuid="36df327c-ec7d-47de-9db3-e53c22711fa7" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-b-lowerValue"
                            xmi:uuid="0c7f170f-d126-4317-8e2f-0141d2d9ebfb"
                            xmi:type="uml:LiteralInteger">
                            <value>2</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-b-upperValue"
                            xmi:uuid="56fa1f68-7044-4c6f-af84-f934b0ca5132"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B"/>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-p"
                        xmi:uuid="af3b2be0-d3f4-47fd-bb8f-2f7563869590" xmi:type="uml:Port">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-p-lowerValue"
                            xmi:uuid="aed9fd51-e293-44b2-9c02-ad66e297dfdc"
                            xmi:type="uml:LiteralInteger">
                            <value>3</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-p-upperValue"
                            xmi:uuid="289f85f3-6d6d-416d-9411-0fcb6e63d932"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>p</name>
                        <visibility>public</visibility>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-r"
                        xmi:uuid="d1a46833-6635-429d-b340-841cc0afda7d" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-r-end-1"
                            xmi:uuid="a9ec21bf-3b70-4244-86e0-47ce8e2afddd"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-r-end-1-lowerValue"
                                xmi:uuid="e03e711b-dc46-488e-980b-18ebff797060"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-r-end-1-upperValue"
                                xmi:uuid="3b6302a7-212e-42e3-9bfe-616649499408"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-p"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-r-end-2"
                            xmi:uuid="8917f2a0-d220-4dd2-99ad-0c315239730c"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-r-end-2-lowerValue"
                                xmi:uuid="edbd14cf-97e9-4634-a020-02792a280022"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-r-end-2-upperValue"
                                xmi:uuid="eade70f3-a405-4ed0-8696-846a37b13c81"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <partWithPort
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-b"/>
                            <role xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-B-q"/>
                        </end>
                        <name>r</name>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-R"/>
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-A_Unconnected_Pattern"
                        xmi:uuid="bf5a1ba6-dcd6-4189-8094-980aa2af5698" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern-A_Unconnected_Pattern-result"
                            xmi:uuid="e74dad5f-b2a1-45d4-ba19-115d9a9c2eab" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-A_Unconnected_Pattern"
                            />
                        </ownedParameter>
                        <name>A_Unconnected_Pattern</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A_Unconnected_Pattern</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-I"
                    xmi:uuid="efa44771-31b2-4445-aff5-3153b33b6a3e" xmi:type="uml:Interface">
                    <name>I</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"
                    xmi:uuid="3d671751-d5ae-4c68-b0c0-875371ac9e29" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl-InterfaceRealization1"
                        xmi:uuid="c730b5e2-d56d-45ce-b8de-a0e641bb427a"
                        xmi:type="uml:InterfaceRealization">
                        <client xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                        <supplier xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-I"/>
                        <name>InterfaceRealization1</name>
                        <contract xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-I"/>
                    </interfaceRealization>
                    <name>IImpl</name>
                </packagedElement>
                <name>Delegation_Port_PWP</name>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_1-Hierarchy"
                xmi:uuid="8fd94d8a-414e-48e3-b881-8369be6ddf84" xmi:type="uml:Package">
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Hierarchy-A"
                    xmi:uuid="2d1f552f-622f-4a43-8da5-5027231c599b" xmi:type="uml:Class">
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Hierarchy-A-b"
                        xmi:uuid="9526767e-b321-401f-ba4e-4c0b8277ddca" xmi:type="uml:Property">
                        <name>b</name>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B"/>
                    </ownedAttribute>
                    <ownedOperation xmi:id="Test_Suites-Test_Suite_1-Hierarchy-A-A"
                        xmi:uuid="08445bac-38f5-4456-bc54-bb3d9a61b0f9" xmi:type="uml:Operation">
                        <ownedParameter xmi:id="Test_Suites-Test_Suite_1-Hierarchy-A-A-result"
                            xmi:uuid="5a9056e4-11f1-492b-b3e4-fedd67cbd7e6" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A"/>
                        </ownedParameter>
                        <name>A</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Hierarchy-B"
                    xmi:uuid="6c3f9d9d-9562-4d61-9462-c88dac702089" xmi:type="uml:Class">
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Hierarchy-B-c"
                        xmi:uuid="ff749c91-3daa-4d35-9db5-efc028cbee90" xmi:type="uml:Property">
                        <name>c</name>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-C"/>
                    </ownedAttribute>
                    <name>B</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Hierarchy-C"
                    xmi:uuid="8a9f226c-2192-4194-b348-a7b865dc4888" xmi:type="uml:Class">
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Hierarchy-C-d"
                        xmi:uuid="5fd12267-bd0d-4873-9457-eaf341422fc0" xmi:type="uml:Property">
                        <name>d</name>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-D"/>
                    </ownedAttribute>
                    <name>C</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Hierarchy-D"
                    xmi:uuid="96486bfc-df31-43ec-8c4c-01d3d16ff742" xmi:type="uml:Class">
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-Hierarchy-D-e"
                        xmi:uuid="560d78dd-c615-491f-b2ec-a302815cfcc5" xmi:type="uml:Property">
                        <name>e</name>
                        <aggregation>shared</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-E"/>
                    </ownedAttribute>
                    <name>D</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Hierarchy-E"
                    xmi:uuid="da9e51a1-5abf-4808-8558-932c514a73a3" xmi:type="uml:Class">
                    <name>E</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy"
                    xmi:uuid="26f1c2fc-7693-4c85-a41e-b5384e54626d" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-ownedComment"
                        xmi:uuid="d4dbf7bb-9161-4ab0-87e9-1d44932a3602" xmi:type="uml:Comment">
                        <body>namespace 'Test Suites'::'Test Suite 1'::Hierarchy ;

private import FoundationalModelLibrary::PrimitiveBehaviors::ListFunctions::*  ;
private import 'Test Suites'::Utils::* ;

activity TestCase_Hierarchy() { 
	a = new A() ;

	WriteLine("-- Running test case: Hierarchical instantiation --") ;
	// a.b is not empty
	WriteLine("") ;
	AssertTrue("a.b is not empty", ListSize(a.b) &gt; 0) ;
	// a.b.c is not empty
	AssertTrue("a.b.c is not empty", ListSize(a.b.c) &gt; 0) ;
	// a.b.c.d is not empty
	AssertTrue("a.b.c.d is not empty", ListSize(a.b.c.d) &gt; 0) ;
	// a.b.c.d.e is empty (e is not shared, not composite)
	AssertTrue("a.b.c.d.e is empty", ListSize(a.b.c.d.e) == 0) ;
	
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_"
                        xmi:uuid="04ac943e-0e7b-480e-ab30-3eee03202a5d"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-edge-1"
                            xmi:uuid="6c28d8e9-8b7d-433e-9452-87832d9a11b9"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-edge-2"
                            xmi:uuid="85198d49-1cfc-4a78-b14c-3ba9cf8a9bf8"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-edge-3"
                            xmi:uuid="edeed615-cfb4-44d1-8521-967066c39974"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-Fork_a__30abb7"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546-Fork_Fork_a__30abb7_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-edge-4"
                            xmi:uuid="4bf10318-108c-4de0-9c52-8a8bd650e39e"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-edge-5"
                            xmi:uuid="4343bc16-00ce-4082-a499-1960508c2dc7"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-Fork_a__30abb7"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Fork_Fork_a__30abb7_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-edge-6"
                            xmi:uuid="1c65cb3c-db38-4172-8788-9d5e2626eda5"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-edge-7"
                            xmi:uuid="a0723d61-ac98-472e-8554-0bef6efa4d9d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-Fork_a__30abb7"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Fork_Fork_a__30abb7_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-edge-8"
                            xmi:uuid="4db8c768-491a-4a58-8a0b-27c0fc3d972c"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-edge-9"
                            xmi:uuid="011d0e22-e359-49b1-895d-6b9ea42eecfd"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-Fork_a__30abb7"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Fork_a__30abb7_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-edge-10"
                            xmi:uuid="3ee6fecf-5f90-4e31-993f-369e43a5b44b"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b"
                            xmi:uuid="162d2120-23c6-41fb-9f24-990fff753cee"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-edge"
                                xmi:uuid="85d6b78b-5f9b-4e58-9267-8761175f21b8"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-RightHandSide_159acb7-Call_A_-Call_A_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-Fork_a__30abb7"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-Fork_a__30abb7"
                                xmi:uuid="8f9a4bfc-1d94-4970-b204-1377e3daf39d"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a)@30abb7</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-RightHandSide_159acb7"
                                xmi:uuid="9b364e79-6993-4fdd-b3b7-5dffe7226e55"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-RightHandSide_159acb7-edge"
                                    xmi:uuid="210c2076-1e79-4e81-bf1f-12951bffbc4f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-RightHandSide_159acb7-Create_A_-Create_A_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-RightHandSide_159acb7-Call_A_-Call_A_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-RightHandSide_159acb7-Call_A_"
                                    xmi:uuid="9b56056a-6eeb-4970-94f3-94b3516fa6dd"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-RightHandSide_159acb7-Call_A_-Call_A_.result_result_"
                                        xmi:uuid="cf1fa83d-74ec-4b2b-897a-43b7fbb9f145"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A).result(result)</name>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A"/>
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-RightHandSide_159acb7-Call_A_-Call_A_.target"
                                        xmi:uuid="fd3d01e5-d145-437e-8620-a863af43da21"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A"/>
                                    </target>
                                    <name>Call(A)</name>
                                    <operation xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A-A"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-RightHandSide_159acb7-Create_A_"
                                    xmi:uuid="414f6c82-ac1e-45c7-8086-d7d927769f55"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1908e9b-RightHandSide_159acb7-Create_A_-Create_A_.result"
                                        xmi:uuid="e51308df-3c2b-4f58-a166-7022eef2fb1b"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A"/>
                                    </result>
                                    <name>Create(A)</name>
                                    <classifier xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A"/>
                                </node>
                                <name>RightHandSide@159acb7</name>
                            </node>
                            <name>ExpressionStatement@1908e9b</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3"
                            xmi:uuid="ce65b31d-56ec-4910-9f55-66cb51681393"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-edge-1"
                                xmi:uuid="bb1ee159-987f-46dc-8693-5c09ef72fb6e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Tuple_1b66ede-Value__--_Running_test_case__Hierarchical_instantiation_--__-Value__--_Running_test_case__Hierarchical_instantiation_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-edge-2"
                                xmi:uuid="378fa29f-c582-4591-9045-df2e4566f5fa"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Tuple_1b66ede"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Call_WriteLine_"
                                xmi:uuid="dc658777-b271-459e-8335-89ab24bdc772"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="d486c992-5b3e-4e6e-9b3a-2bf8a1bbef17"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="f7c2b0cc-5af4-492e-b012-ad672f601bbb"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="87a3c061-e116-4221-877e-a5f8ab031135"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Tuple_1b66ede"
                                xmi:uuid="25767992-1840-4573-8a09-3f255ce646c7"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Tuple_1b66ede-Value__--_Running_test_case__Hierarchical_instantiation_--__"
                                    xmi:uuid="f1d999bb-10c5-43e7-a38a-8fb6a7175ce8"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Tuple_1b66ede-Value__--_Running_test_case__Hierarchical_instantiation_--__-Value__--_Running_test_case__Hierarchical_instantiation_--__.result"
                                        xmi:uuid="b36fa01f-52c0-433c-9aea-00746de6739d"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case: Hierarchical instantiation --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_169d9b3-Tuple_1b66ede-Value__--_Running_test_case__Hierarchical_instantiation_--__-value"
                                        xmi:uuid="69011df4-19a8-426d-9b97-df224af5acad"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case: Hierarchical instantiation --</value>
                                    </value>
                                    <name>Value("-- Running test case: Hierarchical instantiation --")</name>
                                </node>
                                <name>Tuple@1b66ede</name>
                            </node>
                            <name>ExpressionStatement@169d9b3</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0"
                            xmi:uuid="5bb5da5e-2966-4a20-b82c-30f77c23a64f"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-edge-1"
                                xmi:uuid="8e511f31-4324-4040-860d-d77b5bce4c9e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Tuple_164a436-Value____-Value____.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-edge-2"
                                xmi:uuid="e1bd963b-bf90-4e3b-a8d8-cfa5952e0b18"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Tuple_164a436"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Call_WriteLine_"
                                xmi:uuid="9f5a5c85-08ab-4120-94eb-2da788f1ff33"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="7fa61b85-305e-4a56-ab25-d6e7a94db8e3"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="d6d2cdcc-a72d-41ce-b916-a1e241a6a295"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="4d560d9f-56bc-4138-96cb-6e15f0892ca3"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Tuple_164a436"
                                xmi:uuid="f4d4bfbd-978a-43a3-bed0-e6112bdabaaa"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Tuple_164a436-Value____"
                                    xmi:uuid="2f08448e-2540-4689-bff5-ce38f5b7bcf0"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Tuple_164a436-Value____-Value____.result"
                                        xmi:uuid="5b104191-404f-4312-b812-3cb9bd5e4ed6"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1d768d0-Tuple_164a436-Value____-value"
                                        xmi:uuid="4ab3600f-e9d5-4366-a2b4-362dd18433ec"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"
                                        />
                                    </value>
                                    <name>Value("")</name>
                                </node>
                                <name>Tuple@164a436</name>
                            </node>
                            <name>ExpressionStatement@1d768d0</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139"
                            xmi:uuid="473588c7-468b-4da4-a9d5-e0e4a95ed529"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-edge-1"
                                xmi:uuid="dc327d9c-2004-4d2f-94d7-5495027c0490"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Value__a.b_is_not_empty__-Value__a.b_is_not_empty__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-edge-2"
                                xmi:uuid="f77016da-85b8-443c-be02-4a13adcd56de"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_GT_-Call_GT_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-edge-3"
                                xmi:uuid="fdcf714a-5a2c-4d4e-b1e3-a4d1cfd22fdf"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Call_AssertTrue_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Call_AssertTrue_"
                                xmi:uuid="5eb2a4bf-37ee-482a-b563-013ccf09e27d"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                    xmi:uuid="09416aad-e28b-4ec5-91c7-a3815a2dd1ac"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertTrue).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    xmi:uuid="bd56edab-aad4-43c4-8f8b-0d86caabdcd1"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(AssertTrue).argument(condition)</name>
                                </argument>
                                <name>Call(AssertTrue)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54"
                                xmi:uuid="6baa64e6-0e12-4105-bb97-7b37d5b379de"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-edge-1"
                                    xmi:uuid="aaacfdd0-c470-4bbf-bdd5-71d222ffd928"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_ListSize_-Call_ListSize_.argument_list_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-edge-2"
                                    xmi:uuid="e985d1ae-f516-4d57-93f8-362a9a162035"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_ListSize_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-edge-3"
                                    xmi:uuid="9cdf6d6c-e702-4df2-87dc-966f642cbb4d"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_ListSize_-Call_ListSize_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_GT_-Call_GT_.argument_x_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-edge-4"
                                    xmi:uuid="70ac460a-355f-47b6-9bce-0e46dfe1ba39"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Value_0_-Value_0_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_GT_-Call_GT_.argument_y_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Value__a.b_is_not_empty__"
                                    xmi:uuid="82710812-bad3-4206-b500-891d333dc093"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Value__a.b_is_not_empty__-Value__a.b_is_not_empty__.result"
                                        xmi:uuid="b1318a04-dcb0-4037-9bd5-d9b0ab18e641"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("a.b is not empty").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Value__a.b_is_not_empty__-value"
                                        xmi:uuid="7ba96df8-51ea-4840-b2c1-829de15de275"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>a.b is not empty</value>
                                    </value>
                                    <name>Value("a.b is not empty")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_ListSize_"
                                    xmi:uuid="3bdc7ffa-70d7-4f71-834a-7f759f4139ea"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-ListFunctions-ListSize"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_ListSize_-Call_ListSize_.argument_list_"
                                        xmi:uuid="f41113fb-a234-48e2-812e-a0730dcfc693"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_ListSize_-Call_ListSize_.argument_list_-lowerValue"
                                            xmi:uuid="273c5afb-4f02-4ed5-a4cb-551145c869c4"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_ListSize_-Call_ListSize_.argument_list_-upperValue"
                                            xmi:uuid="f650afe6-8a06-4909-aa4a-325e042e548e"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(ListSize).argument(list)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_ListSize_-Call_ListSize_.result_result_"
                                        xmi:uuid="e61de454-02e7-41da-b685-6a5f7bd36ce0"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(ListSize).result(result)</name>
                                    </result>
                                    <name>Call(ListSize)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546"
                                    xmi:uuid="ef946d8b-b3bf-48ff-a8a4-946402169bb7"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546-edge"
                                        xmi:uuid="6ed7ac50-c308-410c-807c-f92f67741956"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546-Fork_Fork_a__30abb7_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546-Read_b_-Read_b_.object"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546-Read_b_"
                                        xmi:uuid="8c241204-33a7-43be-b5e1-b0d1deca2957"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546-Read_b_-Read_b_.object"
                                            xmi:uuid="5390053a-1162-4843-91e6-75f6f33775f0"
                                            xmi:type="uml:InputPin">
                                            <name>Read(b).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A"/>
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546-Read_b_-Read_b_.result"
                                            xmi:uuid="dfbe3e3f-3e4b-4425-b3c1-202b7b71d346"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(b).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B"/>
                                        </result>
                                        <name>Read(b)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A-b"/>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Tuple_1113546-Fork_Fork_a__30abb7_"
                                        xmi:uuid="ce0db91b-f1d4-4322-9c6a-4d46697740e7"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Fork(a)@30abb7)</name>
                                    </node>
                                    <name>Tuple@1113546</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Value_0_"
                                    xmi:uuid="12f47d9f-c163-4a93-b913-90345b4cca71"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Value_0_-Value_0_.result"
                                        xmi:uuid="0866bd40-be54-4b79-ad57-8eafa1f45e85"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(0).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Value_0_-value"
                                        xmi:uuid="6812c755-6dcb-4d96-9af0-7a37a970bb9b"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"
                                        />
                                    </value>
                                    <name>Value(0)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_GT_"
                                    xmi:uuid="ed5a6375-4add-4120-be50-374cef3eeb94"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-gt"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_GT_-Call_GT_.argument_x_"
                                        xmi:uuid="466f125a-245e-44b0-b7de-518f5f6ce754"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(&gt;).argument(x)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_GT_-Call_GT_.argument_y_"
                                        xmi:uuid="300fa588-f188-4206-826f-85d80f366af1"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(&gt;).argument(y)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1e4139-Tuple_18fbc54-Call_GT_-Call_GT_.result_result_"
                                        xmi:uuid="a4526c64-7786-476f-9f63-4e1417b68937"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(&gt;).result(result)</name>
                                    </result>
                                    <name>Call(&gt;)</name>
                                </node>
                                <name>Tuple@18fbc54</name>
                            </node>
                            <name>ExpressionStatement@1e4139</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5"
                            xmi:uuid="5b73edce-c384-4c90-8b88-92e1e349277b"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-edge-1"
                                xmi:uuid="1183b19d-f328-4b52-82cb-b2941c445477"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Value__a.b.c_is_not_empty__-Value__a.b.c_is_not_empty__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-edge-2"
                                xmi:uuid="ef5eaa76-9a4c-4c81-8c7c-dcf592ac2e30"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_GT_-Call_GT_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-edge-3"
                                xmi:uuid="0d805c2c-f094-42e9-886e-3fca65d7d0b4"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Call_AssertTrue_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Call_AssertTrue_"
                                xmi:uuid="5963629d-b0a5-4971-b774-d3c2bc71d49c"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                    xmi:uuid="3c6125a6-f2e7-4e4a-8667-59d3d7836183"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertTrue).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    xmi:uuid="7fd63c03-1601-41be-8647-2f57a37ff699"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(AssertTrue).argument(condition)</name>
                                </argument>
                                <name>Call(AssertTrue)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa"
                                xmi:uuid="79e2d66f-9ee7-4c5b-873c-fca1f431ff27"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-edge-1"
                                    xmi:uuid="de71e44a-2b26-4c89-9aba-c8630f49312e"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Read_c_-Read_c_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_ListSize_-Call_ListSize_.argument_list_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-edge-2"
                                    xmi:uuid="c909b8ca-fbde-4343-bce3-4b51d6a01833"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_ListSize_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-edge-3"
                                    xmi:uuid="0547dc70-a1d5-4a0d-97eb-1a154cdfbefb"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_ListSize_-Call_ListSize_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_GT_-Call_GT_.argument_x_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-edge-4"
                                    xmi:uuid="3cf98a1c-4a19-4e6d-97f0-c1f5310f295d"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Value_0_-Value_0_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_GT_-Call_GT_.argument_y_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Value__a.b.c_is_not_empty__"
                                    xmi:uuid="49fb161a-fc86-4f27-a2ea-2e380c06ccd0"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Value__a.b.c_is_not_empty__-Value__a.b.c_is_not_empty__.result"
                                        xmi:uuid="d0eb0f96-6ea8-41c2-b26f-fb2e9fdab1e6"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("a.b.c is not empty").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Value__a.b.c_is_not_empty__-value"
                                        xmi:uuid="1f287be0-399f-4d96-af82-48c15fffb874"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>a.b.c is not empty</value>
                                    </value>
                                    <name>Value("a.b.c is not empty")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_ListSize_"
                                    xmi:uuid="6856ecc4-40ed-402e-b69a-6737714bc657"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-ListFunctions-ListSize"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_ListSize_-Call_ListSize_.argument_list_"
                                        xmi:uuid="3b970a4c-2018-4975-89e2-c181ebc8b0e8"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_ListSize_-Call_ListSize_.argument_list_-lowerValue"
                                            xmi:uuid="6529c2e7-7dbe-4e2b-be23-0a66d03dfb40"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_ListSize_-Call_ListSize_.argument_list_-upperValue"
                                            xmi:uuid="c808e056-3ea9-411f-b7f2-158ec586dfc5"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(ListSize).argument(list)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_ListSize_-Call_ListSize_.result_result_"
                                        xmi:uuid="8620a2f7-bd1b-40ae-a735-f3294e9834cc"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(ListSize).result(result)</name>
                                    </result>
                                    <name>Call(ListSize)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12"
                                    xmi:uuid="df7f1b17-8c8b-4d68-9713-866a9f4b45a0"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-edge-1"
                                        xmi:uuid="35163a15-c99e-4334-bb84-b0226c35988c"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Fork_Fork_a__30abb7_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Read_b_-Read_b_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-edge-2"
                                        xmi:uuid="fe8a63dc-e667-4018-83c1-e08f4d4a3eba"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Read_b_-Read_b_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Fork_Read_b_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-edge-3"
                                        xmi:uuid="935b6d46-2636-4696-abcf-c19030c3b1d8"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Fork_Read_b_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Read_c_-Read_c_.object"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Read_b_"
                                        xmi:uuid="bd3e3911-5aa5-44e7-9376-e07338215545"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Read_b_-Read_b_.object"
                                            xmi:uuid="d9f8cbca-96f5-400f-9efd-ceef7ef75d5a"
                                            xmi:type="uml:InputPin">
                                            <name>Read(b).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A"/>
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Read_b_-Read_b_.result"
                                            xmi:uuid="a6d34872-5356-43b9-ae22-1bc534ad6546"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(b).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B"/>
                                        </result>
                                        <name>Read(b)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A-b"/>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Fork_Fork_a__30abb7_"
                                        xmi:uuid="fa1daa96-b1c7-4f53-8cc8-d7690a15ebae"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Fork(a)@30abb7)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Read_c_"
                                        xmi:uuid="7c86e42f-e6d8-4375-afd4-36348afa8374"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Read_c_-Read_c_.object"
                                            xmi:uuid="a642b3c2-a6b9-478b-8cb9-661a1f374871"
                                            xmi:type="uml:InputPin">
                                            <name>Read(c).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B"/>
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Read_c_-Read_c_.result"
                                            xmi:uuid="739b3f17-ba8b-4e0b-9baa-e7067affcf33"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(c).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-C"/>
                                        </result>
                                        <name>Read(c)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B-c"/>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Tuple_16ee12-Fork_Read_b_.result_"
                                        xmi:uuid="d1ae6338-3925-462d-9210-28e0dfb03d47"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Read(b).result)</name>
                                    </node>
                                    <name>Tuple@16ee12</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Value_0_"
                                    xmi:uuid="e83dd892-df0e-4352-a86a-1d4d611dd9ee"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Value_0_-Value_0_.result"
                                        xmi:uuid="c3eb3254-5c83-4811-9b17-286c948ec569"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(0).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Value_0_-value"
                                        xmi:uuid="603a956c-f862-4bce-b59a-42b34e3eadbd"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"
                                        />
                                    </value>
                                    <name>Value(0)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_GT_"
                                    xmi:uuid="bdb39998-48e0-40b0-9aef-98cc7ad0ffa9"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-gt"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_GT_-Call_GT_.argument_x_"
                                        xmi:uuid="4a6d49d9-0f51-4bc8-a4c8-f68fbc3e2b7b"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(&gt;).argument(x)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_GT_-Call_GT_.argument_y_"
                                        xmi:uuid="e054d231-5fb5-424d-b489-2ea80e62fb0b"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(&gt;).argument(y)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_6ee3d5-Tuple_d2ebaa-Call_GT_-Call_GT_.result_result_"
                                        xmi:uuid="fd076268-5585-4875-9772-2219ac195468"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(&gt;).result(result)</name>
                                    </result>
                                    <name>Call(&gt;)</name>
                                </node>
                                <name>Tuple@d2ebaa</name>
                            </node>
                            <name>ExpressionStatement@6ee3d5</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b"
                            xmi:uuid="246b556d-6956-4f11-b917-409e432933d0"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-edge-1"
                                xmi:uuid="187a54be-dcab-4282-9c91-8589ba0e8332"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Value__a.b.c.d_is_not_empty__-Value__a.b.c.d_is_not_empty__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-edge-2"
                                xmi:uuid="b8636858-cb02-48e4-92de-74fa7060ca11"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_GT_-Call_GT_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-edge-3"
                                xmi:uuid="7a13252f-5600-43a3-b299-feb4448cb2e7"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Call_AssertTrue_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Call_AssertTrue_"
                                xmi:uuid="7ccaeaa3-db3b-444e-9836-394d6ab01d6c"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                    xmi:uuid="6ebe19d6-1273-4f90-952c-244691e374bf"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertTrue).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    xmi:uuid="6552262d-a0a5-425f-b9d9-10df66fe73a1"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(AssertTrue).argument(condition)</name>
                                </argument>
                                <name>Call(AssertTrue)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e"
                                xmi:uuid="df9e0201-302d-49c5-b1f9-79349ba08948"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-edge-1"
                                    xmi:uuid="e972f37d-ebf7-4ee2-adc3-966ae2c2ca15"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_d_-Read_d_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_ListSize_-Call_ListSize_.argument_list_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-edge-2"
                                    xmi:uuid="faccca2d-5a0e-464f-ac42-f156a93173fe"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_ListSize_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-edge-3"
                                    xmi:uuid="2c8b7872-dc4a-4aed-a636-038e8626f287"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_ListSize_-Call_ListSize_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_GT_-Call_GT_.argument_x_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-edge-4"
                                    xmi:uuid="65d009fd-198c-4631-ad5e-6e50c4a14dfc"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Value_0_-Value_0_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_GT_-Call_GT_.argument_y_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Value__a.b.c.d_is_not_empty__"
                                    xmi:uuid="6357d4b7-995b-4327-a852-810d5b5a8a7c"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Value__a.b.c.d_is_not_empty__-Value__a.b.c.d_is_not_empty__.result"
                                        xmi:uuid="68a64fe4-2463-46b1-b31c-ae74b4145974"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("a.b.c.d is not empty").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Value__a.b.c.d_is_not_empty__-value"
                                        xmi:uuid="fdcc3744-ab38-4e9b-98bb-66781cf2f1b0"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>a.b.c.d is not empty</value>
                                    </value>
                                    <name>Value("a.b.c.d is not empty")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_ListSize_"
                                    xmi:uuid="51306b5e-6673-4a09-bbb6-6536ba1bd459"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-ListFunctions-ListSize"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_ListSize_-Call_ListSize_.argument_list_"
                                        xmi:uuid="b03d5824-0816-41ac-b210-4938fe863165"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_ListSize_-Call_ListSize_.argument_list_-lowerValue"
                                            xmi:uuid="ad517843-4a77-4cfc-b987-ac52523a0764"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_ListSize_-Call_ListSize_.argument_list_-upperValue"
                                            xmi:uuid="0432d7dc-b507-40ee-8728-8a2fac1fb735"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(ListSize).argument(list)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_ListSize_-Call_ListSize_.result_result_"
                                        xmi:uuid="4dd014b9-2a8d-498e-9369-647d2a66117f"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(ListSize).result(result)</name>
                                    </result>
                                    <name>Call(ListSize)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e"
                                    xmi:uuid="a30d59cc-d034-4041-91d9-f94ff4c4851c"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-edge-1"
                                        xmi:uuid="3ccdb6e5-6d1b-4871-b1eb-0fa3f7b2874a"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Fork_Fork_a__30abb7_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_b_-Read_b_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-edge-2"
                                        xmi:uuid="88df7136-931b-4281-964b-7a5545e43efe"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_b_-Read_b_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Fork_Read_b_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-edge-3"
                                        xmi:uuid="cb8f3f4e-dd5f-4c26-850b-47961dfa8af9"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Fork_Read_b_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_c_-Read_c_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-edge-4"
                                        xmi:uuid="91fc6b10-e4ea-4313-bf45-879f88a5a5a5"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_c_-Read_c_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Fork_Read_c_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-edge-5"
                                        xmi:uuid="91a75941-cf22-458b-a28b-d63b2b8fbb6d"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Fork_Read_c_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_d_-Read_d_.object"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_b_"
                                        xmi:uuid="95aa7744-783f-4897-a624-c56193c7eec9"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_b_-Read_b_.object"
                                            xmi:uuid="f18cd0f8-ca49-4891-bc38-dd406d44d337"
                                            xmi:type="uml:InputPin">
                                            <name>Read(b).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A"/>
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_b_-Read_b_.result"
                                            xmi:uuid="5373a9c0-b2be-4c41-94d7-dff9597cf881"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(b).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B"/>
                                        </result>
                                        <name>Read(b)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A-b"/>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Fork_Fork_a__30abb7_"
                                        xmi:uuid="0ca70445-cbf6-44a3-bb05-21055cc8a050"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Fork(a)@30abb7)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_c_"
                                        xmi:uuid="8bf9d838-eb42-42fb-9e7e-42ea0f2f877b"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_c_-Read_c_.object"
                                            xmi:uuid="5af6ca0e-332c-485f-b4f9-18de9045ee6e"
                                            xmi:type="uml:InputPin">
                                            <name>Read(c).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B"/>
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_c_-Read_c_.result"
                                            xmi:uuid="2b809cd1-0033-45f1-bf25-1bfdfadf455c"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(c).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-C"/>
                                        </result>
                                        <name>Read(c)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B-c"/>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Fork_Read_b_.result_"
                                        xmi:uuid="26538477-0ea5-49bf-ae53-7380b4e59c6a"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Read(b).result)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_d_"
                                        xmi:uuid="b70bd982-e668-4302-aaed-40ca5b3ee31f"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_d_-Read_d_.object"
                                            xmi:uuid="aa42448d-160f-4f54-b0ac-47c11cf6f6ef"
                                            xmi:type="uml:InputPin">
                                            <name>Read(d).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-C"/>
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Read_d_-Read_d_.result"
                                            xmi:uuid="604bdb11-a6fe-4620-b638-251cc8767845"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(d).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-D"/>
                                        </result>
                                        <name>Read(d)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-C-d"/>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Tuple_116c04e-Fork_Read_c_.result_"
                                        xmi:uuid="1c1a57c2-8869-4222-8fb8-54bd55d54c6a"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Read(c).result)</name>
                                    </node>
                                    <name>Tuple@116c04e</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Value_0_"
                                    xmi:uuid="a4faeae4-2979-4875-9261-d51e44ba41c9"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Value_0_-Value_0_.result"
                                        xmi:uuid="dd4d0b9f-aa12-4cf1-9345-a39dc2e765f5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(0).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Value_0_-value"
                                        xmi:uuid="1cf35d33-ca6b-4b22-973a-8fb94c641b7f"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"
                                        />
                                    </value>
                                    <name>Value(0)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_GT_"
                                    xmi:uuid="eee91ad5-21f4-4d6b-99a9-72865dfd4912"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-gt"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_GT_-Call_GT_.argument_x_"
                                        xmi:uuid="9e175655-3984-423a-af1e-5531a4328ef4"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(&gt;).argument(x)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_GT_-Call_GT_.argument_y_"
                                        xmi:uuid="754a5971-4a38-4d63-95a0-606b3051c3c4"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(&gt;).argument(y)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_102d09b-Tuple_ae3b6e-Call_GT_-Call_GT_.result_result_"
                                        xmi:uuid="23a2b528-cb81-46a1-9dee-b57a912bcc74"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(&gt;).result(result)</name>
                                    </result>
                                    <name>Call(&gt;)</name>
                                </node>
                                <name>Tuple@ae3b6e</name>
                            </node>
                            <name>ExpressionStatement@102d09b</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa"
                            xmi:uuid="467e58fc-5409-45c4-b1c2-0ff5232b9172"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-edge-1"
                                xmi:uuid="1266bf99-8d16-44c9-81b4-e3ce76e135c0"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Value__a.b.c.d.e_is_empty__-Value__a.b.c.d.e_is_empty__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-edge-2"
                                xmi:uuid="36fd2dd0-2c48-4921-b5e3-c0039d7ca5c4"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Test_EQEQ_-Test_EQEQ_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-edge-3"
                                xmi:uuid="13b52e0f-7c1f-44f3-81b0-3e7dff29fa02"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Call_AssertTrue_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Call_AssertTrue_"
                                xmi:uuid="73b7eb68-dc4f-4fa4-91c6-d236bd9cfbc4"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                    xmi:uuid="904636bb-579c-4c37-b6e7-d112169de0a6"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertTrue).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    xmi:uuid="f5e8f951-55db-4732-b9e4-335f65dee597"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(AssertTrue).argument(condition)</name>
                                </argument>
                                <name>Call(AssertTrue)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e"
                                xmi:uuid="ab07f735-7d78-48f0-abd5-83398d50caad"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-edge-1"
                                    xmi:uuid="94cadc00-1e31-421f-82bc-31794ad34c21"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_e_-Read_e_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Call_ListSize_-Call_ListSize_.argument_list_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-edge-2"
                                    xmi:uuid="a6140805-f74d-42d9-b4ba-116d0bd8ffc3"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Call_ListSize_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-edge-3"
                                    xmi:uuid="be94886b-0ee0-4b53-bbcb-b663ad0eb66b"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Call_ListSize_-Call_ListSize_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Test_EQEQ_-Test_EQEQ_.first"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-edge-4"
                                    xmi:uuid="17c612c1-3fb1-43c6-913d-d618f1fa79b3"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Value_0_-Value_0_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Test_EQEQ_-Test_EQEQ_.second"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Value__a.b.c.d.e_is_empty__"
                                    xmi:uuid="e4115e29-7cea-4f78-9f4a-18bd6bf834e2"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Value__a.b.c.d.e_is_empty__-Value__a.b.c.d.e_is_empty__.result"
                                        xmi:uuid="556be381-84fd-4ef1-a32f-b9156f7e7679"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("a.b.c.d.e is empty").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Value__a.b.c.d.e_is_empty__-value"
                                        xmi:uuid="dccb5a09-93d9-455a-9618-df2eb5eda5f7"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>a.b.c.d.e is empty</value>
                                    </value>
                                    <name>Value("a.b.c.d.e is empty")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Call_ListSize_"
                                    xmi:uuid="7a4517da-9836-4aec-b5e6-410e51de3cd7"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-ListFunctions-ListSize"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Call_ListSize_-Call_ListSize_.argument_list_"
                                        xmi:uuid="dbb52f05-5c8c-4c42-8539-969ed9db97b6"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Call_ListSize_-Call_ListSize_.argument_list_-lowerValue"
                                            xmi:uuid="65c4f397-0169-40ea-a24e-27f765b5f07c"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Call_ListSize_-Call_ListSize_.argument_list_-upperValue"
                                            xmi:uuid="e4b7a8b2-0971-4d53-882b-100ab95748eb"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(ListSize).argument(list)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Call_ListSize_-Call_ListSize_.result_result_"
                                        xmi:uuid="6b62811e-9149-4917-81b9-46df884e27a5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(ListSize).result(result)</name>
                                    </result>
                                    <name>Call(ListSize)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57"
                                    xmi:uuid="510782cc-bfe9-4760-ad87-6c8faf31c676"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-edge-1"
                                        xmi:uuid="03b210fc-28f3-4db4-93bb-6274c94355a4"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Fork_a__30abb7_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_b_-Read_b_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-edge-2"
                                        xmi:uuid="f088fc75-6443-4910-8225-9a3df1d8a059"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_b_-Read_b_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Read_b_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-edge-3"
                                        xmi:uuid="7bc5ea06-d531-48c4-86a3-b9e7628209b2"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Read_b_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_c_-Read_c_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-edge-4"
                                        xmi:uuid="dc9aaf6a-0891-4ede-9fc4-c23dd5b75802"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_c_-Read_c_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Read_c_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-edge-5"
                                        xmi:uuid="56fb2b25-5035-477a-8530-a46828816d39"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Read_c_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_d_-Read_d_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-edge-6"
                                        xmi:uuid="c435f598-f539-415c-bf0a-c5a6b980d74c"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_d_-Read_d_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Read_d_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-edge-7"
                                        xmi:uuid="c30676d5-c13e-4af9-b95e-f4d0b80dbc77"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Read_d_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_e_-Read_e_.object"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_b_"
                                        xmi:uuid="c495aa64-e6fe-4099-8de3-a46340387a7c"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_b_-Read_b_.object"
                                            xmi:uuid="c7a130ab-4011-4dcd-99f5-872d240ba8eb"
                                            xmi:type="uml:InputPin">
                                            <name>Read(b).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A"/>
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_b_-Read_b_.result"
                                            xmi:uuid="3fe0374c-e36f-439c-a14d-850f85cf8edb"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(b).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B"/>
                                        </result>
                                        <name>Read(b)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-A-b"/>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Fork_a__30abb7_"
                                        xmi:uuid="b1ca1bf7-6cb0-4b94-b933-e7ebacae32dd"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Fork(a)@30abb7)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_c_"
                                        xmi:uuid="386282a9-f33a-43fe-be82-6a7d16d825a6"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_c_-Read_c_.object"
                                            xmi:uuid="6f38b473-f2df-41ee-8654-e7fd2892931f"
                                            xmi:type="uml:InputPin">
                                            <name>Read(c).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B"/>
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_c_-Read_c_.result"
                                            xmi:uuid="d0cf6d51-63bd-40f5-ad17-086d34fe615e"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(c).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-C"/>
                                        </result>
                                        <name>Read(c)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-B-c"/>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Read_b_.result_"
                                        xmi:uuid="2e2901db-fb9c-4cdb-b999-7fceacf9ac1b"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Read(b).result)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_d_"
                                        xmi:uuid="a672eeeb-77d4-4c69-83ba-b92b7209eb8a"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_d_-Read_d_.object"
                                            xmi:uuid="2a7e6f59-3557-470a-8a39-0dcd999a9efe"
                                            xmi:type="uml:InputPin">
                                            <name>Read(d).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-C"/>
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_d_-Read_d_.result"
                                            xmi:uuid="a5368b7d-a992-4d0a-9df0-e46612f57e6f"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(d).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-D"/>
                                        </result>
                                        <name>Read(d)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-C-d"/>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Read_c_.result_"
                                        xmi:uuid="aa8d8dd1-00f8-41b4-9c5a-a8abee03f19f"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Read(c).result)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_e_"
                                        xmi:uuid="948c58f1-de9e-4727-83d1-0a3fd7445f5a"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_e_-Read_e_.object"
                                            xmi:uuid="70f8e481-2b2d-4cb7-b708-9fd920b0709e"
                                            xmi:type="uml:InputPin">
                                            <name>Read(e).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-D"/>
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Read_e_-Read_e_.result"
                                            xmi:uuid="cea3efd2-fbd7-4bf8-aaf7-d518e8f8ea8c"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(e).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-E"/>
                                        </result>
                                        <name>Read(e)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-Hierarchy-D-e"/>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Tuple_1e26b57-Fork_Read_d_.result_"
                                        xmi:uuid="aefaaf06-9f9f-452a-a361-5c4023dfcfb0"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Read(d).result)</name>
                                    </node>
                                    <name>Tuple@1e26b57</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Value_0_"
                                    xmi:uuid="70ea612f-48c5-41de-a136-ed0ae1ccf908"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Value_0_-Value_0_.result"
                                        xmi:uuid="576132a3-528d-4ad4-be71-7801d4164ecb"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(0).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Value_0_-value"
                                        xmi:uuid="74e89ffa-3bdf-4fdc-bcee-798224bdd1ef"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"
                                        />
                                    </value>
                                    <name>Value(0)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Test_EQEQ_"
                                    xmi:uuid="ff87a91c-bc25-4599-974a-7382f9965faa"
                                    xmi:type="uml:TestIdentityAction">
                                    <first
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Test_EQEQ_-Test_EQEQ_.first"
                                        xmi:uuid="0f11ee60-f53e-4849-a571-35c64989be1c"
                                        xmi:type="uml:InputPin">
                                        <name>Test(==).first</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </first>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Test_EQEQ_-Test_EQEQ_.result"
                                        xmi:uuid="dfc43c0e-0ed0-40be-a9ad-0d8fe1d46211"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Test(==).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <second
                                        xmi:id="Test_Suites-Test_Suite_1-Hierarchy-TestCase_Hierarchy-Body_TestCase_Hierarchy_-ExpressionStatement_1068afa-Tuple_12cf18e-Test_EQEQ_-Test_EQEQ_.second"
                                        xmi:uuid="dd073062-3770-463c-ab90-481b927a7b3e"
                                        xmi:type="uml:InputPin">
                                        <name>Test(==).second</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </second>
                                    <name>Test(==)</name>
                                </node>
                                <name>Tuple@12cf18e</name>
                            </node>
                            <name>ExpressionStatement@1068afa</name>
                        </node>
                        <name>Body(TestCase_Hierarchy)</name>
                    </node>
                    <name>TestCase_Hierarchy</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <name>Hierarchy</name>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes"
                xmi:uuid="bc668af0-ca90-4c64-bc1a-8cc1053db3d1" xmi:type="uml:Package">
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                    xmi:uuid="ba245721-2aec-4a4b-b69e-da62aa2c1c5f" xmi:type="uml:Class">
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pInteger"
                        xmi:uuid="94bd3489-437b-4a5e-8228-9f74e54251b5" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                        <defaultValue
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pInteger-defaultValue"
                            xmi:uuid="50a08c10-9654-4a5e-8877-143d58a7a9af"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </defaultValue>
                        <name>pInteger</name>
                        <visibility>public</visibility>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pString"
                        xmi:uuid="138189c3-9a63-4f10-b7a3-08a4abcf1bf1" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                        <defaultValue
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pString-defaultValue"
                            xmi:uuid="f3dd41bb-b9c6-4c8f-b44f-a9ea7425d9ae"
                            xmi:type="uml:LiteralString">
                            <value>Hello</value>
                        </defaultValue>
                        <name>pString</name>
                        <visibility>public</visibility>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pBoolean"
                        xmi:uuid="ca0a4ffe-c1d5-4eb5-bcc9-efe89e851924" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                        <defaultValue
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pBoolean-defaultValue"
                            xmi:uuid="45294b07-36e1-45a4-b849-d2f99183e23f"
                            xmi:type="uml:LiteralBoolean">
                            <value>true</value>
                        </defaultValue>
                        <name>pBoolean</name>
                        <visibility>public</visibility>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pReal"
                        xmi:uuid="33f6d951-cd39-409a-99b0-7e5da3a21306" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Real"/>
                        <defaultValue
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pReal-defaultValue"
                            xmi:uuid="402fe978-5e34-4662-aaae-30f4133d5d86"
                            xmi:type="uml:LiteralReal">
                            <value>4.0</value>
                        </defaultValue>
                        <name>pReal</name>
                        <visibility>public</visibility>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pUnlimitedNatural"
                        xmi:uuid="1e803670-cd19-4441-87a6-69684ac88d46" xmi:type="uml:Property">
                        <type
                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#UnlimitedNatural"/>
                        <defaultValue
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pUnlimitedNatural-defaultValue"
                            xmi:uuid="4e78f916-6a76-42d6-b78a-8d000b08df90"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </defaultValue>
                        <name>pUnlimitedNatural</name>
                        <visibility>public</visibility>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pEnum"
                        xmi:uuid="2cc01b3a-d447-47e5-9d4d-9127c3c248b0" xmi:type="uml:Property">
                        <defaultValue
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pEnum-defaultValue"
                            xmi:uuid="e118eb3d-92ef-41af-b5ec-a80f47f5f5d5"
                            xmi:type="uml:InstanceValue">
                            <type xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-E"/>
                            <instance
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-E-e2"
                            />
                        </defaultValue>
                        <name>pEnum</name>
                        <visibility>public</visibility>
                        <type xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-E"/>
                    </ownedAttribute>
                    <ownedOperation xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-A"
                        xmi:uuid="f67bb92e-3390-4561-9f1d-faf65885d0f1" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-A-result"
                            xmi:uuid="11da924c-3f73-4695-849f-f1a999f88897" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                            />
                        </ownedParameter>
                        <name>A</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-E"
                    xmi:uuid="c2b5d013-e410-4098-98ff-8653ec7f6030" xmi:type="uml:Enumeration">
                    <ownedLiteral xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-E-e1"
                        xmi:uuid="8b838a17-5bfa-4a58-9448-f6371d992531"
                        xmi:type="uml:EnumerationLiteral">
                        <name>e1</name>
                    </ownedLiteral>
                    <ownedLiteral xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-E-e2"
                        xmi:uuid="f857901c-4a61-4cbc-b57d-7e1c55377ee7"
                        xmi:type="uml:EnumerationLiteral">
                        <name>e2</name>
                    </ownedLiteral>
                    <name>E</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values"
                    xmi:uuid="5abeab64-2155-4b36-97fd-b4a65de8bdaa" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-ownedComment"
                        xmi:uuid="20a7b440-05e8-4401-819f-fe18c125fafd" xmi:type="uml:Comment">
                        <body>namespace 'Test Suites'::'Test Suite 1'::'DefaultValues - BasicTypes' ;

private import AssertionLibrary::* ;

activity 'Test Case - Default Values'() { 
	WriteLine("-- Running test case - Instantiation of Default values - basic types --") ;
	a = new A() ;
	AssertEquals("Default value of a.pInteger", a.pInteger, 4) ;
	AssertEquals("Default value of a.pString", a.pString, "Hello") ;
	AssertEquals("Default value of a.pBoolean", a.pBoolean, true) ;
	AssertEquals("Default value of a.pUnlimitedNatural", a.pUnlimitedNatural, *) ;
//	AssertEquals("Default value of a.pReal", a.pReal, 4.0) ;
	AssertEquals("Default value of a.pEnum", a.pEnum, E::e2) ;
	WriteLine("-- End of test case --") ;
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_"
                        xmi:uuid="cb4999b0-4cd4-487a-b3f7-14763246af4c"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-1"
                            xmi:uuid="b907a790-6068-4cce-9ff0-87802ae45d99"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-2"
                            xmi:uuid="8d046157-c717-43c0-9450-7ceb77140f41"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-Fork_a__1886696"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Fork_Fork_a__1886696_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-3"
                            xmi:uuid="a7d7c09c-8e77-4599-a024-e6729e0a514c"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-4"
                            xmi:uuid="e57a6a45-73d8-49fb-8740-635c060eea8f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-Fork_a__1886696"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Fork_Fork_a__1886696_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-5"
                            xmi:uuid="6b8f6d66-8526-4ce8-97a3-dda0cacf5f21"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-6"
                            xmi:uuid="3be7d34c-f91e-4dde-b65e-6a1dd9132fe7"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-Fork_a__1886696"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Fork_Fork_a__1886696_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-7"
                            xmi:uuid="0751883e-7dfa-4cbb-8c71-3a7c668bb596"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-8"
                            xmi:uuid="7179627e-5fad-4fdd-8a12-141a17bbdda3"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-Fork_a__1886696"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Fork_Fork_a__1886696_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-9"
                            xmi:uuid="f030ba4c-edac-4608-8250-a3493a4bc5b8"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-10"
                            xmi:uuid="5c0208c8-0a1f-4f00-8540-fb807acda156"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-Fork_a__1886696"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Fork_Fork_a__1886696_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-11"
                            xmi:uuid="8e920491-12db-46cc-96d4-2bd53e8339df"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-edge-12"
                            xmi:uuid="d8d1bd15-6d6a-42f1-8c28-7cae14c8c70e"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9"
                            xmi:uuid="0d2f6126-3b97-4b00-8353-98e75b4479f1"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-edge-1"
                                xmi:uuid="18569b11-e7d0-4cd0-aec3-a4939503c8e9"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Tuple_11ef075-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_basic_types_--__-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_basic_types_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-edge-2"
                                xmi:uuid="42eeedda-8148-4aac-9503-04df04a45b97"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Tuple_11ef075"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Call_WriteLine_"
                                xmi:uuid="059838a1-957d-4ef4-8e5c-fa4c0c82354f"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="bd8387e7-dc7e-4a76-8d14-214d67e640e7"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="d9024422-3301-4828-92d7-3a0539130bd5"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="eb006c0a-8af2-4fd1-aea4-8e38ad5541bd"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Tuple_11ef075"
                                xmi:uuid="2b7f9808-9538-46c7-bfde-13b531c6247b"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Tuple_11ef075-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_basic_types_--__"
                                    xmi:uuid="4d00617c-e88e-467a-a822-aeeebc8fdfdc"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Tuple_11ef075-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_basic_types_--__-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_basic_types_--__.result"
                                        xmi:uuid="e515818f-b9c8-4a7b-8b24-2084cb8aa340"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case - Instantiation of Default values - basic types --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_118a2e9-Tuple_11ef075-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_basic_types_--__-value"
                                        xmi:uuid="a3939c5f-9d75-4e24-9776-fb098ab1e18f"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case - Instantiation of Default values - basic types --</value>
                                    </value>
                                    <name>Value("-- Running test case - Instantiation of Default values - basic types --")</name>
                                </node>
                                <name>Tuple@11ef075</name>
                            </node>
                            <name>ExpressionStatement@118a2e9</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575"
                            xmi:uuid="ff98d53e-02af-4cde-af84-ccd65259ca12"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-edge"
                                xmi:uuid="d9d06bcd-0914-4eb7-9599-5478ecd065ee"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-RightHandSide_7130d-Call_A_-Call_A_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-Fork_a__1886696"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-Fork_a__1886696"
                                xmi:uuid="b5887cc2-eb32-4b1d-8393-c97c6f6323b4"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a)@1886696</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-RightHandSide_7130d"
                                xmi:uuid="419e261b-8bfe-4e6e-ace5-882422be8446"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-RightHandSide_7130d-edge"
                                    xmi:uuid="d18ec9d5-5fb0-403e-8ec8-bd7289ab475e"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-RightHandSide_7130d-Create_A_-Create_A_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-RightHandSide_7130d-Call_A_-Call_A_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-RightHandSide_7130d-Call_A_"
                                    xmi:uuid="bd2bc776-ec1a-45b5-915a-3db5a6d9cff9"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-RightHandSide_7130d-Call_A_-Call_A_.result_result_"
                                        xmi:uuid="c21de85d-e71f-4cbf-a2cc-2bc1cd4872a4"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-RightHandSide_7130d-Call_A_-Call_A_.target"
                                        xmi:uuid="c3d9cae9-4b43-4729-9740-482d6553a788"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                                        />
                                    </target>
                                    <name>Call(A)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-A"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-RightHandSide_7130d-Create_A_"
                                    xmi:uuid="20cd4708-f3f2-4f40-92ab-bcfcac709034"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_f17575-RightHandSide_7130d-Create_A_-Create_A_.result"
                                        xmi:uuid="2666e7c2-af79-4b88-b7b4-d20ee9b27b41"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                                        />
                                    </result>
                                    <name>Create(A)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                                    />
                                </node>
                                <name>RightHandSide@7130d</name>
                            </node>
                            <name>ExpressionStatement@f17575</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e"
                            xmi:uuid="fb8f2087-79d7-4560-8551-810043c729c8"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-edge-1"
                                xmi:uuid="43040603-44be-4fda-8698-77c8c6144e26"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Value__Default_value_of_a.pInteger__-Value__Default_value_of_a.pInteger__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-edge-2"
                                xmi:uuid="af01d3ab-49ca-40cf-9b12-71f3342d9cb8"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Read_pInteger_-Read_pInteger_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-edge-3"
                                xmi:uuid="e4fbfce6-6742-4306-88b6-aca161957a12"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-edge-4"
                                xmi:uuid="728d8d97-74c4-4141-9f75-bdab98ef5c52"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Call_AssertEquals_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Call_AssertEquals_"
                                xmi:uuid="054e1cd1-7b4a-4979-a933-534ecde1f2c1"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                    xmi:uuid="7c2cd402-21a2-45cf-902e-761a33143b4f"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertEquals).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                    xmi:uuid="cd1730d9-187a-465e-a7a1-9da16c945198"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                    xmi:uuid="aa6225a6-5c98-4436-b0a3-a809087eaa08"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value2)</name>
                                </argument>
                                <name>Call(AssertEquals)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3"
                                xmi:uuid="11b0a7b4-a88a-46c1-bd10-4030021085ec"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-edge"
                                    xmi:uuid="cfd8beae-d313-4e53-9a6d-3bca7c3f465c"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Fork_Fork_a__1886696_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Read_pInteger_-Read_pInteger_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Value__Default_value_of_a.pInteger__"
                                    xmi:uuid="5c6f2744-9980-4240-9199-dd4734bcbb87"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Value__Default_value_of_a.pInteger__-Value__Default_value_of_a.pInteger__.result"
                                        xmi:uuid="f1c25d9b-131f-47b6-b6dc-7801080d72b3"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Default value of a.pInteger").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Value__Default_value_of_a.pInteger__-value"
                                        xmi:uuid="a9812d59-74ae-4199-9df6-b983189d3452"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Default value of a.pInteger</value>
                                    </value>
                                    <name>Value("Default value of a.pInteger")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Read_pInteger_"
                                    xmi:uuid="94c789fa-eb25-4523-b799-1a4573896d8c"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Read_pInteger_-Read_pInteger_.object"
                                        xmi:uuid="abb37b89-9c1a-409d-8ec5-a6f7249789f0"
                                        xmi:type="uml:InputPin">
                                        <name>Read(pInteger).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Read_pInteger_-Read_pInteger_.result"
                                        xmi:uuid="e7007662-7fcb-4dea-aa10-2479a6fd8408"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Read(pInteger).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(pInteger)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pInteger"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Fork_Fork_a__1886696_"
                                    xmi:uuid="1700de40-7f95-42c7-92e9-3e1030e18c2a"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@1886696)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Value_4_"
                                    xmi:uuid="639ecd23-06bc-45d9-8a06-a1aafec7ce69"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Value_4_-Value_4_.result"
                                        xmi:uuid="5bc5c217-54b7-46a8-839d-7535673f42d0"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_7f9c1e-Tuple_10c76b3-Value_4_-value"
                                        xmi:uuid="df1e1169-e32f-46ef-8b91-64eca06aaa8d"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <name>Tuple@10c76b3</name>
                            </node>
                            <name>ExpressionStatement@7f9c1e</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7"
                            xmi:uuid="ae4f1123-5a54-402e-afa7-96456f25dad7"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-edge-1"
                                xmi:uuid="64e4641a-34de-47c4-bcaf-a1fe842e1237"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Value__Default_value_of_a.pString__-Value__Default_value_of_a.pString__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-edge-2"
                                xmi:uuid="5a95e724-2dc1-496d-ab65-f4526f69fb40"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Read_pString_-Read_pString_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-edge-3"
                                xmi:uuid="7316fdb8-c5e6-4247-8fdc-dab6de24b303"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Value__Hello__-Value__Hello__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-edge-4"
                                xmi:uuid="901fc72c-86fc-48b8-94fd-759dfb85122c"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Call_AssertEquals_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Call_AssertEquals_"
                                xmi:uuid="8b9f9c42-6dc0-4d74-975b-cce96ef43ed5"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                    xmi:uuid="780bf18c-1c8d-4316-987f-81c472c3e143"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertEquals).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                    xmi:uuid="122e06c8-b689-4e4f-93f4-d550a8b6b7b3"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                    xmi:uuid="93e1bc6e-2b4b-42d2-89ab-ffad0041cb9f"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value2)</name>
                                </argument>
                                <name>Call(AssertEquals)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222"
                                xmi:uuid="e2bbad4a-1d26-4550-8dce-cadc54b8f871"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-edge"
                                    xmi:uuid="aa105e1e-05e9-41a3-bb89-e556cfe71bbd"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Fork_Fork_a__1886696_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Read_pString_-Read_pString_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Value__Default_value_of_a.pString__"
                                    xmi:uuid="323142c1-1daa-4127-a1f1-30e60aaec4de"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Value__Default_value_of_a.pString__-Value__Default_value_of_a.pString__.result"
                                        xmi:uuid="321ccf86-6783-4330-975c-23fbc7fcd2f5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Default value of a.pString").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Value__Default_value_of_a.pString__-value"
                                        xmi:uuid="7b5b43b3-1815-41e7-b968-ed8da84733bd"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Default value of a.pString</value>
                                    </value>
                                    <name>Value("Default value of a.pString")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Read_pString_"
                                    xmi:uuid="8ee6cacb-2b13-44fc-94fd-45a2a1cf6407"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Read_pString_-Read_pString_.object"
                                        xmi:uuid="73367e52-6efe-4c53-8a59-bf1562baf6e0"
                                        xmi:type="uml:InputPin">
                                        <name>Read(pString).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Read_pString_-Read_pString_.result"
                                        xmi:uuid="c7634e76-4b14-4ea3-8349-b3ebb45148b4"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Read(pString).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(pString)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pString"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Fork_Fork_a__1886696_"
                                    xmi:uuid="4270bcba-2eb2-4b4a-9e0b-22e1ebdc8cd8"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@1886696)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Value__Hello__"
                                    xmi:uuid="f0b38b11-c7cc-44d8-a163-af3a0a5c6079"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Value__Hello__-Value__Hello__.result"
                                        xmi:uuid="7d25243e-5667-43ef-a33d-e9de56d7021b"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Hello").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_13747b7-Tuple_4c3222-Value__Hello__-value"
                                        xmi:uuid="fc1b3e64-bfe8-499e-8d56-7f84f2192b43"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Hello</value>
                                    </value>
                                    <name>Value("Hello")</name>
                                </node>
                                <name>Tuple@4c3222</name>
                            </node>
                            <name>ExpressionStatement@13747b7</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118"
                            xmi:uuid="e328d7b3-d134-4446-baf8-c7850534c33d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-edge-1"
                                xmi:uuid="447a92e0-0add-4006-811d-5ce1c1dcff37"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Value__Default_value_of_a.pBoolean__-Value__Default_value_of_a.pBoolean__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-edge-2"
                                xmi:uuid="f9c2c79b-1ee1-45c9-8f69-782d6ebe7212"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Read_pBoolean_-Read_pBoolean_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-edge-3"
                                xmi:uuid="70309cdf-b17b-4122-8097-092cf0ee000c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Value_true_-Value_true_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-edge-4"
                                xmi:uuid="cc93c5ad-94f9-4c7e-b9ec-a0c7c3e5ee62"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Call_AssertEquals_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Call_AssertEquals_"
                                xmi:uuid="c7fd666a-960a-434e-aafd-6b88ae149273"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                    xmi:uuid="49266bc3-55ff-4587-9a90-b998ab6add1e"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertEquals).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                    xmi:uuid="eeb0c966-3800-465b-bb7b-cde366b80310"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                    xmi:uuid="e7ea5d6e-a784-42a8-b3d8-d7f37f4725c9"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value2)</name>
                                </argument>
                                <name>Call(AssertEquals)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536"
                                xmi:uuid="c08a38e8-a06f-4e6b-8947-7a5d01a5f123"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-edge"
                                    xmi:uuid="de9eaf1c-6ea6-4a5b-9672-2764c77b3c12"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Fork_Fork_a__1886696_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Read_pBoolean_-Read_pBoolean_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Value__Default_value_of_a.pBoolean__"
                                    xmi:uuid="16bd8b43-6c20-4925-9d36-ad6e44fdf433"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Value__Default_value_of_a.pBoolean__-Value__Default_value_of_a.pBoolean__.result"
                                        xmi:uuid="ea8e38ca-3cb9-42ca-a540-6d658bc32e22"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Default value of a.pBoolean").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Value__Default_value_of_a.pBoolean__-value"
                                        xmi:uuid="84e66097-e6e3-448c-8ce3-9ebebbb22aa7"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Default value of a.pBoolean</value>
                                    </value>
                                    <name>Value("Default value of a.pBoolean")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Read_pBoolean_"
                                    xmi:uuid="bb8a2673-50bd-4add-beed-2b6f4c875eef"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Read_pBoolean_-Read_pBoolean_.object"
                                        xmi:uuid="ec7f77e1-6159-41e6-9da6-1288d434535e"
                                        xmi:type="uml:InputPin">
                                        <name>Read(pBoolean).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Read_pBoolean_-Read_pBoolean_.result"
                                        xmi:uuid="c89b6b9d-8264-49bc-958c-cb3d989a8073"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Read(pBoolean).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(pBoolean)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pBoolean"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Fork_Fork_a__1886696_"
                                    xmi:uuid="d1dba070-d4c7-4aec-aecb-1dda91bf4d59"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@1886696)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Value_true_"
                                    xmi:uuid="12d41ea6-dffa-4cc9-b7a8-fa775a838d3f"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Value_true_-Value_true_.result"
                                        xmi:uuid="d3a81c8e-bb23-406e-9a64-46164f786385"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Value(true).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1ac3118-Tuple_d36536-Value_true_-value"
                                        xmi:uuid="47196ba9-6711-47a4-aec7-b3dac45d46ca"
                                        xmi:type="uml:LiteralBoolean">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <value>true</value>
                                    </value>
                                    <name>Value(true)</name>
                                </node>
                                <name>Tuple@d36536</name>
                            </node>
                            <name>ExpressionStatement@1ac3118</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c"
                            xmi:uuid="645e0b9b-afea-4b54-baf4-f6a9902a1c72"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-edge-1"
                                xmi:uuid="4eac2db6-abf5-41f7-9655-9cce051a5c9c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Value__Default_value_of_a.pUnlimitedNatural__-Value__Default_value_of_a.pUnlimitedNatural__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-edge-2"
                                xmi:uuid="1c5e3d96-7024-47b5-96b7-48480684bbbc"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Read_pUnlimitedNatural_-Read_pUnlimitedNatural_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-edge-3"
                                xmi:uuid="95199b52-deaa-48cf-9121-94650d8028d7"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Value___-Value___.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-edge-4"
                                xmi:uuid="5e747d34-e9f3-4756-87bf-09c749565bd2"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Call_AssertEquals_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Call_AssertEquals_"
                                xmi:uuid="be64517d-0946-4b20-8905-f978ec6941bb"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                    xmi:uuid="38918dd7-cc69-47f1-bb2b-faecbbebdd33"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertEquals).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                    xmi:uuid="1bead9d5-597d-4bb7-b1cf-c02acf91c009"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                    xmi:uuid="74fe996f-d64b-4b24-b304-ec8eeb783fe6"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value2)</name>
                                </argument>
                                <name>Call(AssertEquals)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a"
                                xmi:uuid="6cad3f01-904a-4aa8-b3d9-30f574636dd0"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-edge"
                                    xmi:uuid="f6095f64-47a4-40a4-8e8f-32a051444639"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Fork_Fork_a__1886696_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Read_pUnlimitedNatural_-Read_pUnlimitedNatural_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Value__Default_value_of_a.pUnlimitedNatural__"
                                    xmi:uuid="c7f602e3-993c-4b71-b7a2-d2b88f27f8ff"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Value__Default_value_of_a.pUnlimitedNatural__-Value__Default_value_of_a.pUnlimitedNatural__.result"
                                        xmi:uuid="10b9ec81-3530-4e87-9c05-90506ff57a6a"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Default value of a.pUnlimitedNatural").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Value__Default_value_of_a.pUnlimitedNatural__-value"
                                        xmi:uuid="27988352-c14b-42c4-a1e5-34e76fcd6ce3"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Default value of a.pUnlimitedNatural</value>
                                    </value>
                                    <name>Value("Default value of a.pUnlimitedNatural")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Read_pUnlimitedNatural_"
                                    xmi:uuid="1d414a8a-ecf1-45ae-b4c6-293cbc6380e4"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Read_pUnlimitedNatural_-Read_pUnlimitedNatural_.object"
                                        xmi:uuid="678d0a5b-26c8-4760-aa72-3acdbfd0b074"
                                        xmi:type="uml:InputPin">
                                        <name>Read(pUnlimitedNatural).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Read_pUnlimitedNatural_-Read_pUnlimitedNatural_.result"
                                        xmi:uuid="53a988d5-2a72-425c-ae92-f2ab841c469f"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#UnlimitedNatural"/>
                                        <name>Read(pUnlimitedNatural).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(pUnlimitedNatural)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pUnlimitedNatural"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Fork_Fork_a__1886696_"
                                    xmi:uuid="5226a766-3068-48c9-a070-cc616f446c80"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@1886696)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Value___"
                                    xmi:uuid="36fcf98c-46a1-4eab-ba59-0433e6856c6f"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Value___-Value___.result"
                                        xmi:uuid="c8840776-ea93-47c4-8a46-f915df60ad1e"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#UnlimitedNatural"/>
                                        <name>Value(*).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_eee32c-Tuple_615f8a-Value___-value"
                                        xmi:uuid="8ab02b09-cb07-4c64-a1af-452a9cc5681c"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#UnlimitedNatural"/>
                                        <value>*</value>
                                    </value>
                                    <name>Value(*)</name>
                                </node>
                                <name>Tuple@615f8a</name>
                            </node>
                            <name>ExpressionStatement@eee32c</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03"
                            xmi:uuid="1c3f9f2a-d172-4e99-8db6-00ce6e6febff"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-edge-1"
                                xmi:uuid="ac19458d-a337-4577-953f-98f0ecd91262"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Value__Default_value_of_a.pEnum__-Value__Default_value_of_a.pEnum__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-edge-2"
                                xmi:uuid="abd0d5d8-9cb3-4bc7-ad71-9611999bdbf8"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Read_pEnum_-Read_pEnum_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-edge-3"
                                xmi:uuid="c6c0bb4e-3401-4fb2-be00-56d3b29897f3"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Call_AssertEquals_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Call_AssertEquals_"
                                xmi:uuid="375420a6-df5a-4969-9430-9d0405916ea7"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                    xmi:uuid="dff9df23-d01f-48b0-9e32-db44fb93fe8b"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertEquals).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                    xmi:uuid="f5e33d16-2b5d-4379-a4a5-b0fc2f7a5b5c"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                    xmi:uuid="0f65d86a-1b55-4328-821b-38266e0b3f20"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value2)</name>
                                </argument>
                                <name>Call(AssertEquals)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb"
                                xmi:uuid="d9085ab4-b24e-4e01-b951-a063f869dacc"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-edge"
                                    xmi:uuid="521b554a-75c3-46c2-ac13-5ce74b33b2c8"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Fork_Fork_a__1886696_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Read_pEnum_-Read_pEnum_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Value__Default_value_of_a.pEnum__"
                                    xmi:uuid="210bb903-736c-4324-b8b9-8d0715e4708e"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Value__Default_value_of_a.pEnum__-Value__Default_value_of_a.pEnum__.result"
                                        xmi:uuid="a1d560b8-181d-48db-a5d9-0ec9f2324138"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Default value of a.pEnum").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Value__Default_value_of_a.pEnum__-value"
                                        xmi:uuid="9f3b19f7-e934-46de-bc2e-b073fb4d4fe5"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Default value of a.pEnum</value>
                                    </value>
                                    <name>Value("Default value of a.pEnum")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Read_pEnum_"
                                    xmi:uuid="ad8b6d0d-0704-4a3a-a13b-ccf56d93ed70"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Read_pEnum_-Read_pEnum_.object"
                                        xmi:uuid="51d4d4b4-e997-443a-9bc3-e60711e0db91"
                                        xmi:type="uml:InputPin">
                                        <name>Read(pEnum).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Read_pEnum_-Read_pEnum_.result"
                                        xmi:uuid="1cf68a02-e1d9-40df-a8df-e061138b1fca"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(pEnum).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-E"
                                        />
                                    </result>
                                    <name>Read(pEnum)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-A-pEnum"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_82ff03-Tuple_2ff8eb-Fork_Fork_a__1886696_"
                                    xmi:uuid="e7a982ba-aa53-4a4a-8595-b412aa271a6d"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@1886696)</name>
                                </node>
                                <name>Tuple@2ff8eb</name>
                            </node>
                            <name>ExpressionStatement@82ff03</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6"
                            xmi:uuid="66f2ca8d-42b2-4db3-b43c-4df60be6c9d1"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-edge-1"
                                xmi:uuid="a2643998-c82b-4199-8861-17fae87ba884"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Tuple_19ec086-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-edge-2"
                                xmi:uuid="d2a89d70-ea39-4bfa-8e17-1dd5681b16fb"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Tuple_19ec086"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Call_WriteLine_"
                                xmi:uuid="48da0694-c610-4216-90f6-86253b7eebcd"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="19830a2b-37a3-4dd3-8ab7-1e437082a508"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="b13bc290-0759-46a9-a6ab-520b8bf150ba"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="916895f9-1e7f-4cd0-a527-e7ea751476c3"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Tuple_19ec086"
                                xmi:uuid="6016d256-4aab-405f-b6c0-74d003fb7fff"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Tuple_19ec086-Value__--_End_of_test_case_--__"
                                    xmi:uuid="42565ef6-bce9-46bf-8097-e6de6c0a6237"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Tuple_19ec086-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"
                                        xmi:uuid="2cf4cfc0-0549-41d0-a575-0ec2906d6c38"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- End of test case --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_BasicTypes-Test_Case_-_Default_Values-Body_Test_Case_-_Default_Values_-ExpressionStatement_1d1f2b6-Tuple_19ec086-Value__--_End_of_test_case_--__-value"
                                        xmi:uuid="bca0b330-0c2f-47e4-a0bc-7cad49a58d03"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- End of test case --</value>
                                    </value>
                                    <name>Value("-- End of test case --")</name>
                                </node>
                                <name>Tuple@19ec086</name>
                            </node>
                            <name>ExpressionStatement@1d1f2b6</name>
                        </node>
                        <name>Body(Test Case - Default Values)</name>
                    </node>
                    <name>Test Case - Default Values</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <name>DefaultValues - BasicTypes</name>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures"
                xmi:uuid="167465b8-d615-4914-89fe-54cc54243017" xmi:type="uml:Package">
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A"
                    xmi:uuid="8cc5122b-d1c4-47e6-80cc-32bcfcc1d3a2" xmi:type="uml:Class">
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues"
                        xmi:uuid="b014200f-38f4-4a79-8bf7-a7c54813c776" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-ownedComment"
                            xmi:uuid="455279ad-9339-4286-bd84-8a9b65a96525" xmi:type="uml:Comment">
                            <body>/* Generated textual representation of Activity Test Suites::Test Suite 1::DefaultValues - Structures::A::bDefaultValues */

namespace 'Test Suites'::'Test Suite 1'::'DefaultValues - Structures'::A ;

activity bDefaultValues() : B[]{ 
	b1 = new B() ; b1.p = 1 ;
	b2 = new B() ; b2.p = 2 ;
	b3 = new B() ; b3.p = 3 ;
	b4 = new B() ; b4.p = 4 ;
	return new B[]{b1, b2, b3, b4} ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-result"
                            xmi:uuid="9d9ec5c8-58b2-4a33-915b-6c61d4068cc1" xmi:type="uml:Parameter">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-result-upperValue"
                                xmi:uuid="8ca2443f-ee95-4f4a-86fd-88ecb66dec24"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                            />
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-edge-1"
                            xmi:uuid="17c47d74-6694-4e90-817c-9d7ba627064c"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Final"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-edge-2"
                            xmi:uuid="68ea86b5-ebf9-47d6-ac6a-67e2aa3c9adc"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-ReturnStatement_16a3ac0.output"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Return"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Return"
                            xmi:uuid="48ac2c1f-f4bb-4f0a-8a5f-e8b594303668"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Return</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-result"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Final"
                            xmi:uuid="175e76c2-507a-423c-b9f1-5c2033bc60b1"
                            xmi:type="uml:ActivityFinalNode">
                            <name>Final</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_"
                            xmi:uuid="bcc5085f-135f-4b9f-89d6-77a808aa42a7"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-1"
                                xmi:uuid="b9f4238d-7e11-4612-88d6-1640c94c7b99"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-Fork_b1__14fd373"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-Clear_p_-Clear_p_.object"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-2"
                                xmi:uuid="4bccd21a-ecab-4f5f-853a-6f3767bb9dce"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-3"
                                xmi:uuid="85eecdd2-122f-4de1-84a3-fe431ff66be7"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-4"
                                xmi:uuid="14c27139-c342-428d-be0f-96dfb06f84d7"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-Fork_b2__168bc85"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-Clear_p_-Clear_p_.object"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-5"
                                xmi:uuid="894eb79e-622d-4fa5-a746-0111ed779b7e"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-6"
                                xmi:uuid="fce1e041-539a-4d15-bd01-14d3c76c4eae"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-7"
                                xmi:uuid="7e67ca65-6b00-4fef-93c4-ade0d69f4dbd"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-Fork_b3__63479f"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-Clear_p_-Clear_p_.object"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-8"
                                xmi:uuid="45aeb952-fc38-45f2-86ce-55e4f6338b25"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-9"
                                xmi:uuid="60e7f395-e681-40b4-b565-e03a3aa98016"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-10"
                                xmi:uuid="bc3434ec-fd53-422d-b3e0-629601dd3f28"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-Fork_b4__131b2b0"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-Clear_p_-Clear_p_.object"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-11"
                                xmi:uuid="7924b317-04b9-406c-975c-a9505314dd51"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-12"
                                xmi:uuid="5ff7423d-e550-4431-b1b7-db8c4e819b11"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-Fork_b1__14fd373"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_1-Merge_Fork_b1__14fd373_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-13"
                                xmi:uuid="8ad9941c-8055-4e8f-8256-94a57ae5d850"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-Fork_b2__168bc85"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_2-Merge_Fork_b2__168bc85_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-14"
                                xmi:uuid="b3612d42-8e37-4ac0-9dc8-939b26ca4a8e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-Fork_b3__63479f"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_3-Merge_Fork_b3__63479f_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-15"
                                xmi:uuid="95c5c118-9d35-4805-92f7-8daa81d43afa"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-Fork_b4__131b2b0"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_4-Merge_Fork_b4__131b2b0_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-edge-16"
                                xmi:uuid="2d0bcfae-48f8-4a95-8fd1-d64d23c009ee"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48"
                                xmi:uuid="b2fc6a4c-09a9-4923-b9c4-735e8867f595"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-edge"
                                    xmi:uuid="d7be6912-82fd-4abc-8bee-fa47c08fb478"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-RightHandSide_1c33107-Call_B_-Call_B_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-Fork_b1__14fd373"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-Fork_b1__14fd373"
                                    xmi:uuid="2b7ea9f8-c345-4eb2-9b8a-8be1f57ccf8a"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(b1)@14fd373</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-RightHandSide_1c33107"
                                    xmi:uuid="1b255ad7-7010-49ce-b55d-1bc84bc41ef5"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-RightHandSide_1c33107-edge"
                                        xmi:uuid="4786b297-5286-4d97-88fb-13d36cd3f929"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-RightHandSide_1c33107-Create_B_-Create_B_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-RightHandSide_1c33107-Call_B_-Call_B_.target"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-RightHandSide_1c33107-Call_B_"
                                        xmi:uuid="410609e8-d7e4-4f0f-bfb5-535735e4e686"
                                        xmi:type="uml:CallOperationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-RightHandSide_1c33107-Call_B_-Call_B_.result_result_"
                                            xmi:uuid="96c92b51-2f42-4fa6-9299-e1ffdfeceb4f"
                                            xmi:type="uml:OutputPin">
                                            <name>Call(B).result(result)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <target
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-RightHandSide_1c33107-Call_B_-Call_B_.target"
                                            xmi:uuid="8fcc1019-89ad-497f-81ac-482be3b67976"
                                            xmi:type="uml:InputPin">
                                            <name>Call(B).target</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </target>
                                        <name>Call(B)</name>
                                        <operation
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-B"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-RightHandSide_1c33107-Create_B_"
                                        xmi:uuid="619f3809-da98-46a3-b666-d594dc8533e3"
                                        xmi:type="uml:CreateObjectAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1359e48-RightHandSide_1c33107-Create_B_-Create_B_.result"
                                            xmi:uuid="69c70250-4c6f-408c-b8ea-c9658647f6d2"
                                            xmi:type="uml:OutputPin">
                                            <name>Create(B).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <name>Create(B)</name>
                                        <classifier
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </node>
                                    <name>RightHandSide@1c33107</name>
                                </node>
                                <name>ExpressionStatement@1359e48</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a"
                                xmi:uuid="6e866811-94d8-452a-8324-e0a1bf4cdc00"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-edge-1"
                                    xmi:uuid="53243ae2-06df-4376-8d68-59fedc9be0d3"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-Fork_LeftHandSide_f3d46a_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-edge-2"
                                    xmi:uuid="99331817-4264-4798-9d40-34248d8aed38"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-Clear_p_-Clear_p_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-edge-3"
                                    xmi:uuid="7d32a22d-4ff5-415c-9d5e-2e578e55fcb1"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-RightHandSide_36c088-Value_1_-Value_1_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-Fork_LeftHandSide_f3d46a_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-edge-4"
                                    xmi:uuid="a9b0510d-885b-4988-ae42-47a79ae6b9d1"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-RightHandSide_36c088"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-Expression_LeftHandSide_f3d46a_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-Expression_LeftHandSide_f3d46a_"
                                    xmi:uuid="9c7c3648-fd51-43fc-a9de-08ee35ae8298"
                                    xmi:type="uml:StructuredActivityNode">
                                    <name>Expression(LeftHandSide@f3d46a)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-Clear_p_"
                                    xmi:uuid="e592d188-27c4-4c8a-b282-a8c59eda05f5"
                                    xmi:type="uml:ClearStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-Clear_p_-Clear_p_.object"
                                        xmi:uuid="52b958c7-1d18-4361-ada0-e47ae654fd7e"
                                        xmi:type="uml:InputPin">
                                        <name>Clear(p).object</name>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-Clear_p_-Clear_p_.result"
                                        xmi:uuid="e4904b1f-cda7-445d-926b-7088386d0ba1"
                                        xmi:type="uml:OutputPin">
                                        <name>Clear(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </result>
                                    <name>Clear(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-Fork_LeftHandSide_f3d46a_"
                                    xmi:uuid="f434a292-a634-4708-a972-3afec6c178f5"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(LeftHandSide@f3d46a)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                    xmi:uuid="0a2d4813-ab83-47a5-950e-86fe9050e81b"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-edge"
                                        xmi:uuid="e361648f-8b97-48b7-b9e0-54915b34edbc"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.value"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_"
                                        xmi:uuid="e885ecab-b6be-451d-97ea-b692327b9827"
                                        xmi:type="uml:AddStructuralFeatureValueAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.object"
                                            xmi:uuid="b42eb819-5781-4af7-9f9b-78fa4ffe1035"
                                            xmi:type="uml:InputPin">
                                            <name>Write(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.result"
                                            xmi:uuid="15fe6d65-e507-48fe-b207-3ff8f8262c86"
                                            xmi:type="uml:OutputPin">
                                            <name>Write(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.value"
                                            xmi:uuid="d9bc6d16-2877-4e14-91ab-1ba4cbe7f52b"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>Write(p).value</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </value>
                                        <name>Write(p)</name>
                                        <isReplaceAll>true</isReplaceAll>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                        />
                                    </node>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                        xmi:uuid="5cf07c98-b546-4cb2-8cf3-c9b30883f378"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>WriteAll(Test Suites::Test Suite 1::DefaultValues - Structures::B::p).input(Test Suites::Test Suite 1::DefaultValues - Structures::B::p)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <name>WriteAll(Test Suites::Test Suite 1::DefaultValues - Structures::B::p)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-RightHandSide_36c088"
                                    xmi:uuid="52627867-a140-4047-8740-1c5cfe7ecff5"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-RightHandSide_36c088-Value_1_"
                                        xmi:uuid="07e1d7f3-8f1d-483a-9c68-b0960472f93a"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-RightHandSide_36c088-Value_1_-Value_1_.result"
                                            xmi:uuid="ddb4e919-0f44-431d-87dc-4f9085c4cbf1"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(1).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_12c208a-RightHandSide_36c088-Value_1_-value"
                                            xmi:uuid="933e0583-7202-4169-bd0a-6979e161f378"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>1</value>
                                        </value>
                                        <name>Value(1)</name>
                                    </node>
                                    <name>RightHandSide@36c088</name>
                                </node>
                                <name>ExpressionStatement@12c208a</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c"
                                xmi:uuid="5ed8f59d-29f0-443f-a0fb-6bc00da620e3"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-edge"
                                    xmi:uuid="34efdce5-9c00-4baa-b7f8-debea23ef74f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-RightHandSide_130dc2e-Call_B_-Call_B_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-Fork_b2__168bc85"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-Fork_b2__168bc85"
                                    xmi:uuid="2ffd96e2-1f8b-44ea-84d0-5906b66718be"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(b2)@168bc85</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-RightHandSide_130dc2e"
                                    xmi:uuid="67ef0cec-ce6c-4c78-87f2-1fb16f1f546a"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-RightHandSide_130dc2e-edge"
                                        xmi:uuid="eec69ee4-6336-47e6-a1d2-0b0ea6744a16"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-RightHandSide_130dc2e-Create_B_-Create_B_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-RightHandSide_130dc2e-Call_B_-Call_B_.target"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-RightHandSide_130dc2e-Call_B_"
                                        xmi:uuid="3af16ce6-6823-45e8-bded-c4683936cb8e"
                                        xmi:type="uml:CallOperationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-RightHandSide_130dc2e-Call_B_-Call_B_.result_result_"
                                            xmi:uuid="e0ac7dbd-7755-44e9-8cd1-a5c0dc6fd874"
                                            xmi:type="uml:OutputPin">
                                            <name>Call(B).result(result)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <target
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-RightHandSide_130dc2e-Call_B_-Call_B_.target"
                                            xmi:uuid="77f6e489-39eb-47c8-a7b9-0d217b8cddaa"
                                            xmi:type="uml:InputPin">
                                            <name>Call(B).target</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </target>
                                        <name>Call(B)</name>
                                        <operation
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-B"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-RightHandSide_130dc2e-Create_B_"
                                        xmi:uuid="7bca28bb-924c-459d-a879-11ffcf436774"
                                        xmi:type="uml:CreateObjectAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1f8088c-RightHandSide_130dc2e-Create_B_-Create_B_.result"
                                            xmi:uuid="5732dd72-d98f-4fda-9069-20088651b6bd"
                                            xmi:type="uml:OutputPin">
                                            <name>Create(B).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <name>Create(B)</name>
                                        <classifier
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </node>
                                    <name>RightHandSide@130dc2e</name>
                                </node>
                                <name>ExpressionStatement@1f8088c</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb"
                                xmi:uuid="2b513710-d9d4-4e7a-9004-3b5fe6325663"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-edge-1"
                                    xmi:uuid="285882e0-9474-4561-a71d-bbe40fe49dba"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-Fork_LeftHandSide_1298cf2_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-edge-2"
                                    xmi:uuid="ba3a5c64-7a6b-48e7-a03d-65e0bf459660"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-Clear_p_-Clear_p_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-edge-3"
                                    xmi:uuid="3af0e715-f09a-4208-8892-980b938d66da"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-RightHandSide_3e907-Value_2_-Value_2_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-Fork_LeftHandSide_1298cf2_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-edge-4"
                                    xmi:uuid="3b9c6928-a366-43e6-8392-9e671a74603c"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-RightHandSide_3e907"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-Expression_LeftHandSide_1298cf2_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-Expression_LeftHandSide_1298cf2_"
                                    xmi:uuid="b20b3966-ecd7-4947-8aed-5a7c1f008273"
                                    xmi:type="uml:StructuredActivityNode">
                                    <name>Expression(LeftHandSide@1298cf2)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-Clear_p_"
                                    xmi:uuid="628da49a-d780-45c1-aa57-c41f24e11c97"
                                    xmi:type="uml:ClearStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-Clear_p_-Clear_p_.object"
                                        xmi:uuid="dd25cc52-ce33-466e-96e1-238fec3a3969"
                                        xmi:type="uml:InputPin">
                                        <name>Clear(p).object</name>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-Clear_p_-Clear_p_.result"
                                        xmi:uuid="3732f34c-a4aa-4c15-9b83-a5f6c721f3a5"
                                        xmi:type="uml:OutputPin">
                                        <name>Clear(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </result>
                                    <name>Clear(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-Fork_LeftHandSide_1298cf2_"
                                    xmi:uuid="038b67e7-50c2-44fa-a84f-14bb114f0951"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(LeftHandSide@1298cf2)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                    xmi:uuid="cbf052e6-b0cc-4525-8e09-511cee56d3fb"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-edge"
                                        xmi:uuid="753b5964-e15b-4ee1-9c71-94dda0114c90"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.value"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_"
                                        xmi:uuid="1f34b9a4-e104-4244-a767-2b7127255ac4"
                                        xmi:type="uml:AddStructuralFeatureValueAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.object"
                                            xmi:uuid="c971e6be-5e7b-4477-afbe-f99a3bce7183"
                                            xmi:type="uml:InputPin">
                                            <name>Write(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.result"
                                            xmi:uuid="ec1cbd9b-e368-40a4-a40a-3acb66e930fd"
                                            xmi:type="uml:OutputPin">
                                            <name>Write(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.value"
                                            xmi:uuid="b8966b0e-6392-43ed-9218-6b85b002c3a0"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>Write(p).value</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </value>
                                        <name>Write(p)</name>
                                        <isReplaceAll>true</isReplaceAll>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                        />
                                    </node>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                        xmi:uuid="1aabd8a0-9bc2-46b3-968c-815344c5ad83"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>WriteAll(Test Suites::Test Suite 1::DefaultValues - Structures::B::p).input(Test Suites::Test Suite 1::DefaultValues - Structures::B::p)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <name>WriteAll(Test Suites::Test Suite 1::DefaultValues - Structures::B::p)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-RightHandSide_3e907"
                                    xmi:uuid="953ff8ef-d10c-4a3d-b02d-9a61e330bab6"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-RightHandSide_3e907-Value_2_"
                                        xmi:uuid="c95f9b99-f7b6-49a4-85a0-aabdf8074baa"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-RightHandSide_3e907-Value_2_-Value_2_.result"
                                            xmi:uuid="020e403a-25f3-4d35-815c-bdac008cad82"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(2).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_2526fb-RightHandSide_3e907-Value_2_-value"
                                            xmi:uuid="6e052dc7-7a74-472a-9317-df7360ba409f"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>2</value>
                                        </value>
                                        <name>Value(2)</name>
                                    </node>
                                    <name>RightHandSide@3e907</name>
                                </node>
                                <name>ExpressionStatement@2526fb</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50"
                                xmi:uuid="78e1a31a-429c-4777-88f9-6b1326a4a5f6"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-edge"
                                    xmi:uuid="8d54068a-f921-47f8-81b1-d5e491b0f787"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-RightHandSide_1f32f83-Call_B_-Call_B_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-Fork_b3__63479f"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-Fork_b3__63479f"
                                    xmi:uuid="11e984da-38d7-43b0-afb0-67e6f54e68b7"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(b3)@63479f</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-RightHandSide_1f32f83"
                                    xmi:uuid="efb99ca8-47b0-41ca-82a4-fa3b064818f3"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-RightHandSide_1f32f83-edge"
                                        xmi:uuid="bf4c9efc-fa83-4d47-a385-1847a22a6e6f"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-RightHandSide_1f32f83-Create_B_-Create_B_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-RightHandSide_1f32f83-Call_B_-Call_B_.target"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-RightHandSide_1f32f83-Call_B_"
                                        xmi:uuid="f245dad1-2400-40e9-b5b4-cdf7dea188f0"
                                        xmi:type="uml:CallOperationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-RightHandSide_1f32f83-Call_B_-Call_B_.result_result_"
                                            xmi:uuid="c7378276-b300-4e46-8723-1b8a25711494"
                                            xmi:type="uml:OutputPin">
                                            <name>Call(B).result(result)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <target
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-RightHandSide_1f32f83-Call_B_-Call_B_.target"
                                            xmi:uuid="ed4cb196-e027-4a0c-8407-de8df62cb04c"
                                            xmi:type="uml:InputPin">
                                            <name>Call(B).target</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </target>
                                        <name>Call(B)</name>
                                        <operation
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-B"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-RightHandSide_1f32f83-Create_B_"
                                        xmi:uuid="8a0a1413-adb6-4370-b9f6-a986a5e8cd5a"
                                        xmi:type="uml:CreateObjectAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_15a3d50-RightHandSide_1f32f83-Create_B_-Create_B_.result"
                                            xmi:uuid="51f968c1-3f1f-44d0-8146-1f043e1118b5"
                                            xmi:type="uml:OutputPin">
                                            <name>Create(B).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <name>Create(B)</name>
                                        <classifier
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </node>
                                    <name>RightHandSide@1f32f83</name>
                                </node>
                                <name>ExpressionStatement@15a3d50</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28"
                                xmi:uuid="191875ed-a434-42fe-987c-a2618c02f5d8"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-edge-1"
                                    xmi:uuid="ac4eb01e-b90c-4cdd-b823-656bcf22edd2"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-Fork_LeftHandSide_dc42c3_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-edge-2"
                                    xmi:uuid="b92c5873-5d07-4b2b-a2cd-2e0c2e142de4"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-Clear_p_-Clear_p_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-edge-3"
                                    xmi:uuid="79269638-2e5a-440b-a894-7db044d61b90"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-RightHandSide_713b32-Value_3_-Value_3_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-Fork_LeftHandSide_dc42c3_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-edge-4"
                                    xmi:uuid="a1ff148c-a554-4aa8-9ac2-c4e7106c9d6b"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-RightHandSide_713b32"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-Expression_LeftHandSide_dc42c3_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-Expression_LeftHandSide_dc42c3_"
                                    xmi:uuid="326ef19c-aca6-49ae-bc02-773afb02eafa"
                                    xmi:type="uml:StructuredActivityNode">
                                    <name>Expression(LeftHandSide@dc42c3)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-Clear_p_"
                                    xmi:uuid="09f4a8e3-7be8-4831-8239-290ecf5dd1d0"
                                    xmi:type="uml:ClearStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-Clear_p_-Clear_p_.object"
                                        xmi:uuid="3370eff7-aea2-477f-b3e0-58112ab6dc14"
                                        xmi:type="uml:InputPin">
                                        <name>Clear(p).object</name>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-Clear_p_-Clear_p_.result"
                                        xmi:uuid="4541d5c6-b439-4ae9-b8a1-279f5d39e25d"
                                        xmi:type="uml:OutputPin">
                                        <name>Clear(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </result>
                                    <name>Clear(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-Fork_LeftHandSide_dc42c3_"
                                    xmi:uuid="504ef265-fd24-4b1e-87fe-856260c0d0ea"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(LeftHandSide@dc42c3)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                    xmi:uuid="3187e7b4-0084-48e8-af60-d91681e18baa"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-edge"
                                        xmi:uuid="d60192f6-34ea-473a-83c6-d77a6a7ffc09"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.value"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_"
                                        xmi:uuid="8a534454-5e91-4d66-84b5-a8908926087e"
                                        xmi:type="uml:AddStructuralFeatureValueAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.object"
                                            xmi:uuid="82a57ace-ee49-40dd-a0df-06fd67b9d5fb"
                                            xmi:type="uml:InputPin">
                                            <name>Write(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.result"
                                            xmi:uuid="934b75d4-ae53-40f7-af17-4e9bf267e840"
                                            xmi:type="uml:OutputPin">
                                            <name>Write(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.value"
                                            xmi:uuid="64843891-055c-4e2c-b635-0b3bae515260"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>Write(p).value</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </value>
                                        <name>Write(p)</name>
                                        <isReplaceAll>true</isReplaceAll>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                        />
                                    </node>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                        xmi:uuid="6cdf65da-c098-4656-a2f7-19515240699f"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>WriteAll(Test Suites::Test Suite 1::DefaultValues - Structures::B::p).input(Test Suites::Test Suite 1::DefaultValues - Structures::B::p)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <name>WriteAll(Test Suites::Test Suite 1::DefaultValues - Structures::B::p)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-RightHandSide_713b32"
                                    xmi:uuid="d0ba2849-0c09-4d69-8f42-b2b6641b35da"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-RightHandSide_713b32-Value_3_"
                                        xmi:uuid="3a39b805-a433-4651-9141-e6dc59b1cbf4"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-RightHandSide_713b32-Value_3_-Value_3_.result"
                                            xmi:uuid="c3f9b307-c36e-422c-b51c-777d21bbe4ae"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(3).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1c84b28-RightHandSide_713b32-Value_3_-value"
                                            xmi:uuid="ceab06a8-e7b3-4a47-b647-ceaa19c246f3"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>3</value>
                                        </value>
                                        <name>Value(3)</name>
                                    </node>
                                    <name>RightHandSide@713b32</name>
                                </node>
                                <name>ExpressionStatement@1c84b28</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9"
                                xmi:uuid="9fe8408a-57db-45ea-ad8b-59a213ee6c7f"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-edge"
                                    xmi:uuid="a7d35df4-067c-48d4-9f9b-259bb4ffa4be"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-RightHandSide_1ca696e-Call_B_-Call_B_.result_result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-Fork_b4__131b2b0"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-Fork_b4__131b2b0"
                                    xmi:uuid="a616987c-4149-4a1b-a1c2-da97db7c0c73"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(b4)@131b2b0</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-RightHandSide_1ca696e"
                                    xmi:uuid="879da643-425e-41e1-ab9f-25f0bbf2514c"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-RightHandSide_1ca696e-edge"
                                        xmi:uuid="bc3feccc-a7c8-456e-a57d-dcdfb661193c"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-RightHandSide_1ca696e-Create_B_-Create_B_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-RightHandSide_1ca696e-Call_B_-Call_B_.target"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-RightHandSide_1ca696e-Call_B_"
                                        xmi:uuid="9b463ceb-fd9c-4bdc-88a2-f919bcbbed7d"
                                        xmi:type="uml:CallOperationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-RightHandSide_1ca696e-Call_B_-Call_B_.result_result_"
                                            xmi:uuid="91540742-6c12-4107-aa2e-2cc4a8f87ff3"
                                            xmi:type="uml:OutputPin">
                                            <name>Call(B).result(result)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <target
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-RightHandSide_1ca696e-Call_B_-Call_B_.target"
                                            xmi:uuid="fbd26f1a-3ae2-4ead-93c9-f25417f381c4"
                                            xmi:type="uml:InputPin">
                                            <name>Call(B).target</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </target>
                                        <name>Call(B)</name>
                                        <operation
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-B"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-RightHandSide_1ca696e-Create_B_"
                                        xmi:uuid="dadc4d50-7258-471d-b985-09f25ed98840"
                                        xmi:type="uml:CreateObjectAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_80de9-RightHandSide_1ca696e-Create_B_-Create_B_.result"
                                            xmi:uuid="d8e00a56-7473-4b8a-82df-3c68d5fef956"
                                            xmi:type="uml:OutputPin">
                                            <name>Create(B).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <name>Create(B)</name>
                                        <classifier
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </node>
                                    <name>RightHandSide@1ca696e</name>
                                </node>
                                <name>ExpressionStatement@80de9</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66"
                                xmi:uuid="70a00a58-6edf-44f7-b885-91580dcc4dc5"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-edge-1"
                                    xmi:uuid="7eb1e9d1-357f-4501-ab9d-45ce86a3cb36"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-Fork_LeftHandSide_1c58e83_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-edge-2"
                                    xmi:uuid="08f4b196-c157-4107-818b-c3053b992fd8"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-Clear_p_-Clear_p_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-edge-3"
                                    xmi:uuid="a2f0497e-0ef6-49f6-aa64-696bd015679e"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-RightHandSide_132c96b-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-Fork_LeftHandSide_1c58e83_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-edge-4"
                                    xmi:uuid="e8ecd159-3b3a-42e2-b3ec-bdb39e447eaf"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-RightHandSide_132c96b"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-Expression_LeftHandSide_1c58e83_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-Expression_LeftHandSide_1c58e83_"
                                    xmi:uuid="ece15a46-5296-45a8-8e5e-88bb46de36b5"
                                    xmi:type="uml:StructuredActivityNode">
                                    <name>Expression(LeftHandSide@1c58e83)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-Clear_p_"
                                    xmi:uuid="ad85fc23-f0d1-4a18-94c0-0c69361747db"
                                    xmi:type="uml:ClearStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-Clear_p_-Clear_p_.object"
                                        xmi:uuid="6f7523ce-0de1-44e3-8463-e352467fcf8d"
                                        xmi:type="uml:InputPin">
                                        <name>Clear(p).object</name>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-Clear_p_-Clear_p_.result"
                                        xmi:uuid="548375c6-0b13-4bb0-9f78-034189f3cbf6"
                                        xmi:type="uml:OutputPin">
                                        <name>Clear(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </result>
                                    <name>Clear(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-Fork_LeftHandSide_1c58e83_"
                                    xmi:uuid="88394cc8-92c5-4e32-ba3b-53c75484ad8f"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(LeftHandSide@1c58e83)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                    xmi:uuid="f548f200-b419-408d-88cd-2f8893a796f4"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-edge"
                                        xmi:uuid="9f69768c-234c-4a2a-8c42-9feec7b451a1"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.value"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_"
                                        xmi:uuid="39d92a86-0ef2-4a84-9eea-aaaaaeacf1c2"
                                        xmi:type="uml:AddStructuralFeatureValueAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.object"
                                            xmi:uuid="8eff5c35-594f-4819-99ab-bbb32bc56c41"
                                            xmi:type="uml:InputPin">
                                            <name>Write(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.result"
                                            xmi:uuid="da7cb952-1741-43e0-9fc0-0d71296cecf0"
                                            xmi:type="uml:OutputPin">
                                            <name>Write(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-Write_p_-Write_p_.value"
                                            xmi:uuid="22840e0a-8ed2-432f-bcae-7ee0d945ba37"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>Write(p).value</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </value>
                                        <name>Write(p)</name>
                                        <isReplaceAll>true</isReplaceAll>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                        />
                                    </node>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_-WriteAll_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_.input_Test_Suites__Test_Suite_1__DefaultValues_-_Structures__B__p_"
                                        xmi:uuid="fe220c73-bd0e-47a1-ab68-eb574a213555"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>WriteAll(Test Suites::Test Suite 1::DefaultValues - Structures::B::p).input(Test Suites::Test Suite 1::DefaultValues - Structures::B::p)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <name>WriteAll(Test Suites::Test Suite 1::DefaultValues - Structures::B::p)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-RightHandSide_132c96b"
                                    xmi:uuid="61c77980-4c24-4f24-8dd7-6c77118ca463"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-RightHandSide_132c96b-Value_4_"
                                        xmi:uuid="1e0fc2c4-529e-48b0-8149-d557bd241124"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-RightHandSide_132c96b-Value_4_-Value_4_.result"
                                            xmi:uuid="8b7dd274-43c7-4417-8cb2-dd2a049c7bfc"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ExpressionStatement_1832d66-RightHandSide_132c96b-Value_4_-value"
                                            xmi:uuid="46ab36ff-9704-4433-8cf5-be0f435ca430"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <name>RightHandSide@132c96b</name>
                                </node>
                                <name>ExpressionStatement@1832d66</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0"
                                xmi:uuid="217c9caa-8553-4a8c-ac5e-303502323efd"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-edge"
                                    xmi:uuid="9cfcae34-b3ca-47c1-969a-723d73428d00"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceConstructionExpression_188400f.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-ReturnStatement_16a3ac0.output"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f"
                                    xmi:uuid="7f636f03-d47c-40dc-8fdb-0b646e05f51b"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-edge-1"
                                        xmi:uuid="17175f6e-79aa-47ba-8ccb-33e9cb2ef805"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_1"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_2"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-edge-2"
                                        xmi:uuid="9b405b92-9b93-43ed-a5ed-221706f0942d"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_2"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_3"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-edge-3"
                                        xmi:uuid="7f5292d0-b59a-4126-b698-eef2d221b66e"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_3"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_4"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-edge-4"
                                        xmi:uuid="599f1d0e-15d8-4e0f-96d9-5b1804db5d47"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_1-Merge_Fork_b1__14fd373_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceConstructionExpression_188400f.output"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-edge-5"
                                        xmi:uuid="3930b814-fd89-46f3-9c7d-d7503988da49"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_2-Merge_Fork_b2__168bc85_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceConstructionExpression_188400f.output"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-edge-6"
                                        xmi:uuid="b1674127-3382-4f17-a7ed-6f1a8fa872ac"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_3-Merge_Fork_b3__63479f_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceConstructionExpression_188400f.output"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-edge-7"
                                        xmi:uuid="e5b56fdd-ab72-49a7-8222-e6efcb7ce7b5"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_4-Merge_Fork_b4__131b2b0_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceConstructionExpression_188400f.output"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_1"
                                        xmi:uuid="d68d4d2a-a181-46e0-b710-90f66a6840f6"
                                        xmi:type="uml:StructuredActivityNode">
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_1-Merge_Fork_b1__14fd373_"
                                            xmi:uuid="51e476ed-e6d5-4ff9-8dc1-13e5f2bebeaf"
                                            xmi:type="uml:MergeNode">
                                            <name>Merge(Fork(b1)@14fd373)</name>
                                        </node>
                                        <name>SequenceExpressionList@1326adc#1</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_2"
                                        xmi:uuid="f2dba531-8cc3-4215-a22c-95ee1734c901"
                                        xmi:type="uml:StructuredActivityNode">
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_2-Merge_Fork_b2__168bc85_"
                                            xmi:uuid="9f07b52d-91b5-4796-85c9-1906a1b59036"
                                            xmi:type="uml:MergeNode">
                                            <name>Merge(Fork(b2)@168bc85)</name>
                                        </node>
                                        <name>SequenceExpressionList@1326adc#2</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_3"
                                        xmi:uuid="a6c57b69-51e4-4236-ae27-4aa41fdda184"
                                        xmi:type="uml:StructuredActivityNode">
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_3-Merge_Fork_b3__63479f_"
                                            xmi:uuid="d42664c9-2d1c-4742-92cf-fe31f30ab7d2"
                                            xmi:type="uml:MergeNode">
                                            <name>Merge(Fork(b3)@63479f)</name>
                                        </node>
                                        <name>SequenceExpressionList@1326adc#3</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_4"
                                        xmi:uuid="9a0b0986-3702-49ae-bc53-0d4f377f0027"
                                        xmi:type="uml:StructuredActivityNode">
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceExpressionList_1326adc_4-Merge_Fork_b4__131b2b0_"
                                            xmi:uuid="83d9f98b-9cb5-4d71-9335-9e94caffb93a"
                                            xmi:type="uml:MergeNode">
                                            <name>Merge(Fork(b4)@131b2b0)</name>
                                        </node>
                                        <name>SequenceExpressionList@1326adc#4</name>
                                    </node>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceConstructionExpression_188400f.output"
                                        xmi:uuid="73114ea8-1fec-417e-a68f-f4bd28e355ca"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceConstructionExpression_188400f.output-lowerValue"
                                            xmi:uuid="55b939f7-f051-4fbb-88c2-d6a539b1cad9"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-SequenceConstructionExpression_188400f-SequenceConstructionExpression_188400f.output-upperValue"
                                            xmi:uuid="c5fe7908-982e-4e7b-a01a-c63736295e58"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>4</value>
                                        </upperValue>
                                        <name>SequenceConstructionExpression@188400f.output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </structuredNodeOutput>
                                    <name>SequenceConstructionExpression@188400f</name>
                                </node>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-ReturnStatement_16a3ac0.output"
                                    xmi:uuid="1650f1ac-53eb-41d1-ae06-64093bef7a2e"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-ReturnStatement_16a3ac0.output-lowerValue"
                                        xmi:uuid="259304e1-73f5-4d48-adf9-cffd691a7a16"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues-Body_bDefaultValues_-ReturnStatement_16a3ac0-ReturnStatement_16a3ac0.output-upperValue"
                                        xmi:uuid="fd286926-79a8-4b97-b643-1ea1db098c4d"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>4</value>
                                    </upperValue>
                                    <name>ReturnStatement@16a3ac0.output</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                    <type
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                    />
                                </structuredNodeOutput>
                                <name>ReturnStatement@16a3ac0</name>
                            </node>
                            <name>Body(bDefaultValues)</name>
                        </node>
                        <name>bDefaultValues</name>
                        <isReentrant>false</isReentrant>
                    </ownedBehavior>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-b"
                        xmi:uuid="0cb525b8-6755-4cd3-a570-177de090fc1c" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-b-lowerValue"
                            xmi:uuid="6538448d-6211-4504-ac46-c8d098c484d7"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-b-upperValue"
                            xmi:uuid="eb3720f9-4e5e-45f4-9b3e-2c348e0c049a"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>4</value>
                        </upperValue>
                        <defaultValue
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-b-default"
                            xmi:uuid="969ab89f-ffba-465e-8386-a2c0ab62f1ae"
                            xmi:type="uml:OpaqueExpression">
                            <name>default</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-bDefaultValues"
                            />
                        </defaultValue>
                        <name>b</name>
                        <visibility>public</visibility>
                        <type xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"/>
                    </ownedAttribute>
                    <ownedOperation xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-A"
                        xmi:uuid="bf1b72b1-2bc6-47ba-b843-847c727489a0" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-A-result"
                            xmi:uuid="ca2da68b-ff44-4543-806c-9cf6905dd61e" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A"
                            />
                        </ownedParameter>
                        <name>A</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                    xmi:uuid="4cb349ef-daaf-48f3-bf7b-0cfc5e91181a" xmi:type="uml:Class">
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                        xmi:uuid="e69d8b3d-eca3-46bf-8bfd-ec0142175a71" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                        <name>p</name>
                        <visibility>public</visibility>
                    </ownedAttribute>
                    <ownedOperation xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-B"
                        xmi:uuid="4a58b25f-e73e-4c64-809c-97df93a3bacf" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-B-result"
                            xmi:uuid="7dab93ee-6495-4b0f-8cda-222283b4c5f5" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                            />
                        </ownedParameter>
                        <name>B</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>B</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures"
                    xmi:uuid="d4dc5a25-1841-486e-9c34-3f89d657e45a" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-ownedComment"
                        xmi:uuid="72ce2917-7c03-4b3b-af0e-ee5a1794662d" xmi:type="uml:Comment">
                        <body>
namespace 'Test Suites'::'Test Suite 1'::'DefaultValues - Structures' ;

activity 'Test Case - Default Values - Structures'() { 
	WriteLine("-- Running test case - Instantiation of Default values - Structures --") ;
	a = new A() ;
	AssertEquals("Default value of a.b[1].p", a.b[1].p, 1) ;
	AssertEquals("Default value of a.b[2].p", a.b[2].p, 2) ;
	AssertEquals("Default value of a.b[3].p", a.b[3].p, 3) ;
	AssertEquals("Default value of a.b[4].p", a.b[4].p, 4) ;
	WriteLine("-- End of test case --") ;
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_"
                        xmi:uuid="fab41bb3-4f26-4398-93ec-619ceab82285"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-edge-1"
                            xmi:uuid="e161f72e-286c-4150-86c2-76e2e689218a"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-edge-2"
                            xmi:uuid="575c82be-cebd-4d06-8389-689d08d6d15a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-Fork_a__17e8b0e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Fork_Fork_a__17e8b0e_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-edge-3"
                            xmi:uuid="8f7e1fbc-7903-4dd6-ac6e-7d2af35e6d57"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-edge-4"
                            xmi:uuid="233c06bb-82d9-450b-8c65-ee474c424c6c"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-Fork_a__17e8b0e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Fork_Fork_a__17e8b0e_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-edge-5"
                            xmi:uuid="d684ee09-85e6-46b4-badd-90f8b350702c"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-edge-6"
                            xmi:uuid="50c4631e-19eb-4993-b6d2-9f27da8b5ba9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-Fork_a__17e8b0e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Fork_Fork_a__17e8b0e_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-edge-7"
                            xmi:uuid="9bfe08a9-31ba-412c-898d-39716b073c60"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-edge-8"
                            xmi:uuid="514e6645-0962-4b05-bb80-242579c3243b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-Fork_a__17e8b0e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Fork_Fork_a__17e8b0e_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-edge-9"
                            xmi:uuid="eb329cd7-0138-4f4d-869e-4152c3ddb083"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-edge-10"
                            xmi:uuid="28615bd5-e8d5-4641-8bc4-3b59cc3af6f0"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62"
                            xmi:uuid="8199ccec-c85f-4516-80d7-797553b83d9c"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-edge-1"
                                xmi:uuid="0e63ba2b-0c06-42da-aec2-bb8e1ac708ad"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Tuple_1d17ca5-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_Structures_--__-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_Structures_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-edge-2"
                                xmi:uuid="57d9bdd0-aaa2-4f67-9818-8ed34d196c57"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Tuple_1d17ca5"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Call_WriteLine_"
                                xmi:uuid="3448f878-a462-43f1-8006-94479f45e53b"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="9b6ed71c-eb0b-4340-96a6-984ba7739f4e"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="f2989419-df1e-41fa-8ee5-055bffe6d0a1"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="eb56154c-5b75-479a-b7b6-9839de1e6bb5"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Tuple_1d17ca5"
                                xmi:uuid="45a8245c-f9b4-4981-a87e-79b2ae51d00c"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Tuple_1d17ca5-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_Structures_--__"
                                    xmi:uuid="63a39468-8256-4c6a-ae35-d98a8211116d"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Tuple_1d17ca5-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_Structures_--__-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_Structures_--__.result"
                                        xmi:uuid="312e0093-e4c1-47fd-9515-c42945e909f1"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case - Instantiation of Default values - Structures --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_1d1a62-Tuple_1d17ca5-Value__--_Running_test_case_-_Instantiation_of_Default_values_-_Structures_--__-value"
                                        xmi:uuid="d43df2a6-6d33-4be5-82e4-ba7ceb790930"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case - Instantiation of Default values - Structures --</value>
                                    </value>
                                    <name>Value("-- Running test case - Instantiation of Default values - Structures --")</name>
                                </node>
                                <name>Tuple@1d17ca5</name>
                            </node>
                            <name>ExpressionStatement@1d1a62</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88"
                            xmi:uuid="4e99db75-cc4b-49d4-8d0c-576082840531"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-edge"
                                xmi:uuid="fc5e7c5d-2c66-4e1c-b86a-0b536eb65b9c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-RightHandSide_db7a3d-Call_A_-Call_A_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-Fork_a__17e8b0e"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-Fork_a__17e8b0e"
                                xmi:uuid="b19e3516-647c-4370-8456-f6a6237c152e"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a)@17e8b0e</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-RightHandSide_db7a3d"
                                xmi:uuid="875f15be-c304-4d61-abec-12ce627a70df"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-RightHandSide_db7a3d-edge"
                                    xmi:uuid="eb459edf-3618-4eb1-9314-ff73811b8bab"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-RightHandSide_db7a3d-Create_A_-Create_A_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-RightHandSide_db7a3d-Call_A_-Call_A_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-RightHandSide_db7a3d-Call_A_"
                                    xmi:uuid="cf685d69-6ef0-418b-9f43-6c358835341c"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-RightHandSide_db7a3d-Call_A_-Call_A_.result_result_"
                                        xmi:uuid="dee86682-59e7-423c-a7d9-c05257f5163b"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-RightHandSide_db7a3d-Call_A_-Call_A_.target"
                                        xmi:uuid="d74f1d23-a46b-464b-8305-3afdf70d5f58"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A"
                                        />
                                    </target>
                                    <name>Call(A)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-A"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-RightHandSide_db7a3d-Create_A_"
                                    xmi:uuid="715ee739-fa1f-47cf-a794-60987894036e"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_97ce88-RightHandSide_db7a3d-Create_A_-Create_A_.result"
                                        xmi:uuid="afa49c79-0e74-47a2-833c-3a8839712695"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A"
                                        />
                                    </result>
                                    <name>Create(A)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A"
                                    />
                                </node>
                                <name>RightHandSide@db7a3d</name>
                            </node>
                            <name>ExpressionStatement@97ce88</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00"
                            xmi:uuid="9dd1de11-8594-4ea2-b9b3-a73e3bb137f8"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-edge-1"
                                xmi:uuid="286b7a1a-cb48-4401-a6fa-1646f1dca1d1"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Value__Default_value_of_a.b_1_.p__-Value__Default_value_of_a.b_1_.p__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-edge-2"
                                xmi:uuid="3aee5593-8625-4857-8c95-6dfb7d36473d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-edge-3"
                                xmi:uuid="941873ee-8605-4c30-95cd-d3f776476fc7"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Value_1_-Value_1_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-edge-4"
                                xmi:uuid="bab16323-b402-4f98-95db-6218d69bec19"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Call_AssertEquals_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Call_AssertEquals_"
                                xmi:uuid="19d6e4fd-ffc8-4c66-bd04-f6b6cb478933"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                    xmi:uuid="b19e5fc8-f5c0-46bb-a689-3295da3858f1"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertEquals).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                    xmi:uuid="e804ffaf-5c25-4b46-b4d7-389d75e2bbe2"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                    xmi:uuid="98da1eea-f02a-4686-9a5d-ed5baa422878"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value2)</name>
                                </argument>
                                <name>Call(AssertEquals)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189"
                                xmi:uuid="5625e79c-cc0f-4302-b855-25fd07f4feb2"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-edge-1"
                                    xmi:uuid="627991b9-96db-4950-9b4b-f10c49346f8f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_-Call_At_.argument_seq_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-edge-2"
                                    xmi:uuid="3bbd149c-3bbb-4d87-9e12-4d27f53b04af"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Value_1_-Value_1_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Fork_Call_At_.argument_index__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-edge-3"
                                    xmi:uuid="e18da50f-99a0-4903-9c68-e92d79d52d19"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-edge-4"
                                    xmi:uuid="be9d4155-6838-46f3-a7af-4495eab40503"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Fork_Call_At_.argument_index__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_-Call_At_.argument_index_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-edge-5"
                                    xmi:uuid="e47c50d5-f0e7-41d7-8063-e2ea323ef51a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_-Call_At_.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Fork_Call_At_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-edge-6"
                                    xmi:uuid="1c2df58a-27ed-4b5d-8c54-05cf7aa876f1"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Fork_Call_At_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Value__Default_value_of_a.b_1_.p__"
                                    xmi:uuid="d68cb947-afbd-4983-a0a8-bb67befbeb6e"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Value__Default_value_of_a.b_1_.p__-Value__Default_value_of_a.b_1_.p__.result"
                                        xmi:uuid="c4845b93-33f8-48ea-8199-9f3665d29c9b"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Default value of a.b[1].p").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Value__Default_value_of_a.b_1_.p__-value"
                                        xmi:uuid="8d887545-06f1-4dde-be0f-e3d417b7919c"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Default value of a.b[1].p</value>
                                    </value>
                                    <name>Value("Default value of a.b[1].p")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_"
                                    xmi:uuid="5e997d8a-e18f-49ac-bd87-bfb7f6110d12"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_-Call_At_.argument_seq_"
                                        xmi:uuid="5f700f12-f4a9-41a0-9d4f-5160718b5664"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_-Call_At_.argument_seq_-lowerValue"
                                            xmi:uuid="ebf6aa3f-93c3-4281-9446-1918ea650d5b"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_-Call_At_.argument_seq_-upperValue"
                                            xmi:uuid="a96ef930-2c3d-4b01-90be-8df2a35536e2"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(At).argument(seq)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_-Call_At_.argument_index_"
                                        xmi:uuid="df5631ad-8e7c-45c4-9306-6b8c261422fa"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(At).argument(index)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_-Call_At_.result__"
                                        xmi:uuid="8f3934e0-bc3c-4880-9f7c-dd7f55a91159"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Call_At_-Call_At_.result__-lowerValue"
                                            xmi:uuid="5e7074e2-d2f7-4330-9b0a-8f7b8e5c4205"
                                            xmi:type="uml:LiteralInteger"/>
                                        <name>Call(At).result()</name>
                                    </result>
                                    <name>Call(At)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6"
                                    xmi:uuid="0185acdd-b8a2-4aad-95dc-03d5d4790110"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-edge"
                                        xmi:uuid="c1b46401-46ba-445d-a3fa-4d2c96d2f049"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Fork_Fork_a__17e8b0e_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Read_b_-Read_b_.object"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Read_b_"
                                        xmi:uuid="4962c656-cf72-4f33-85ad-122e945a786f"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Read_b_-Read_b_.object"
                                            xmi:uuid="c0413f8c-1c17-40b9-8053-5df26425b550"
                                            xmi:type="uml:InputPin">
                                            <name>Read(b).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Read_b_-Read_b_.result"
                                            xmi:uuid="59b226d9-7862-4a43-a549-69fda671323b"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(b).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <name>Read(b)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-b"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Fork_Fork_a__17e8b0e_"
                                        xmi:uuid="ce548381-87dc-431c-9c6d-cab38faa1f9e"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Fork(a)@17e8b0e)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Value_1_"
                                        xmi:uuid="f70e8b91-1832-4e2d-968a-488c1a4f1c0e"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Value_1_-Value_1_.result"
                                            xmi:uuid="2306cbd7-ff6f-4502-a9ec-d28187d7cd45"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(1).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Tuple_15ed4c6-Value_1_-value"
                                            xmi:uuid="32563d43-6587-4a71-9c7d-f32e42a745e3"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>1</value>
                                        </value>
                                        <name>Value(1)</name>
                                    </node>
                                    <name>Tuple@15ed4c6</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Fork_Call_At_.argument_index__"
                                    xmi:uuid="7ba6b9f8-ec24-4993-9360-790d11964adf"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(At).argument(index))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Read_p_"
                                    xmi:uuid="93a255f5-739f-45c0-b7e3-2d669ed2f2d2"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Read_p_-Read_p_.object"
                                        xmi:uuid="64aeaddb-7580-4cd6-83ba-275e30c89808"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Read_p_-Read_p_.result"
                                        xmi:uuid="d27f6cd0-b893-46b2-bdde-5a8b0d31b9a0"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Fork_Call_At_.result___"
                                    xmi:uuid="01be81a8-96ff-46ad-a19c-52ba74fd820d"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(At).result())</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Value_1_"
                                    xmi:uuid="f7b9f60a-d926-4b54-94c6-977b8a8e7456"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Value_1_-Value_1_.result"
                                        xmi:uuid="cf6f156a-c6fe-4ae5-a3c2-c1839aaf9f41"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(1).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_239b00-Tuple_af4189-Value_1_-value"
                                        xmi:uuid="cf936f76-4b15-487a-9a44-bdfae485f7a9"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>1</value>
                                    </value>
                                    <name>Value(1)</name>
                                </node>
                                <name>Tuple@af4189</name>
                            </node>
                            <name>ExpressionStatement@239b00</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575"
                            xmi:uuid="c39a0dcb-3ce8-4168-ba54-fbbea4ebd1eb"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-edge-1"
                                xmi:uuid="cd9d827e-b674-4a8d-891a-d110f48535db"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Value__Default_value_of_a.b_2_.p__-Value__Default_value_of_a.b_2_.p__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-edge-2"
                                xmi:uuid="4b4beda7-9439-4b28-acfb-4e5199d78e8e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-edge-3"
                                xmi:uuid="8ac4be06-2821-4b64-949b-5a740f37e6be"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Value_2_-Value_2_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-edge-4"
                                xmi:uuid="71adfa08-b236-4f23-b856-0da3f36a4753"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Call_AssertEquals_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Call_AssertEquals_"
                                xmi:uuid="a394afa5-a5c6-4e05-a3f4-e51e8a2445b2"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                    xmi:uuid="562415a4-e971-4706-8a28-b002343b8771"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertEquals).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                    xmi:uuid="8d9894fa-c6b8-48fb-88fe-9438e0d374a7"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                    xmi:uuid="4b282a72-129f-480c-aa0b-74e31fab900e"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value2)</name>
                                </argument>
                                <name>Call(AssertEquals)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef"
                                xmi:uuid="5c799a81-db41-48b8-9742-dc278193d906"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-edge-1"
                                    xmi:uuid="47a6c2c2-2531-4118-9115-9676f1fe615a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_-Call_At_.argument_seq_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-edge-2"
                                    xmi:uuid="81db4bfa-4f28-4a77-b7af-c13caae80095"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Value_2_-Value_2_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Fork_Call_At_.argument_index__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-edge-3"
                                    xmi:uuid="560e692a-563a-444b-b1e9-78906a3d32db"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-edge-4"
                                    xmi:uuid="c1021cbb-70ff-4c4c-825f-ec870837e001"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Fork_Call_At_.argument_index__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_-Call_At_.argument_index_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-edge-5"
                                    xmi:uuid="c473531f-5df9-48d3-af86-0bdc3f1a1545"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_-Call_At_.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Fork_Call_At_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-edge-6"
                                    xmi:uuid="cfc267eb-6e07-4128-9a8e-d8cece951878"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Fork_Call_At_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Value__Default_value_of_a.b_2_.p__"
                                    xmi:uuid="2d6b5f58-3681-4f6d-bb8a-cc8dcb38921b"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Value__Default_value_of_a.b_2_.p__-Value__Default_value_of_a.b_2_.p__.result"
                                        xmi:uuid="36be8b15-dfa8-4ba3-9c63-148478ec0a18"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Default value of a.b[2].p").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Value__Default_value_of_a.b_2_.p__-value"
                                        xmi:uuid="3197bd5b-f1a2-4a5a-aa17-dd9832a2c771"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Default value of a.b[2].p</value>
                                    </value>
                                    <name>Value("Default value of a.b[2].p")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_"
                                    xmi:uuid="e341ad00-b93f-4535-addf-fcb39d50b398"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_-Call_At_.argument_seq_"
                                        xmi:uuid="029ded86-4391-47cb-93be-5a04b85cc379"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_-Call_At_.argument_seq_-lowerValue"
                                            xmi:uuid="5cbf5fad-95a0-470c-afaf-4fdc40dba5c4"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_-Call_At_.argument_seq_-upperValue"
                                            xmi:uuid="19389565-8f0f-4e0f-9eaa-95ce84f875d3"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(At).argument(seq)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_-Call_At_.argument_index_"
                                        xmi:uuid="be0c835c-d5e0-4ea9-bba7-f18085eae214"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(At).argument(index)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_-Call_At_.result__"
                                        xmi:uuid="73b36f92-6435-455f-b692-47be2d84539b"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Call_At_-Call_At_.result__-lowerValue"
                                            xmi:uuid="a01c61c7-5611-4f3f-9ebf-fbf616083c3a"
                                            xmi:type="uml:LiteralInteger"/>
                                        <name>Call(At).result()</name>
                                    </result>
                                    <name>Call(At)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c"
                                    xmi:uuid="57656aa5-48c8-40b6-9125-4e72a045698d"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-edge"
                                        xmi:uuid="de109c01-0752-4393-8c08-34626e2032ac"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Fork_Fork_a__17e8b0e_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Read_b_-Read_b_.object"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Read_b_"
                                        xmi:uuid="59e58da7-4a69-4f9a-8fd8-57d5c08607a6"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Read_b_-Read_b_.object"
                                            xmi:uuid="2d0fd099-a165-4e31-8731-61fb56813a41"
                                            xmi:type="uml:InputPin">
                                            <name>Read(b).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Read_b_-Read_b_.result"
                                            xmi:uuid="a530dd75-a8b0-4b5d-bf87-228e593f32bd"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(b).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <name>Read(b)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-b"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Fork_Fork_a__17e8b0e_"
                                        xmi:uuid="3ce3cdea-b045-4001-8799-69a0a242ff3e"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Fork(a)@17e8b0e)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Value_2_"
                                        xmi:uuid="10acf68a-bd68-42ef-b501-96ece9ffb3a4"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Value_2_-Value_2_.result"
                                            xmi:uuid="0a3c7ff4-20bc-4a6e-ac5b-9d26b9732e8d"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(2).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Tuple_12ce57c-Value_2_-value"
                                            xmi:uuid="41acf115-3f6b-406c-b5ed-2813130757e8"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>2</value>
                                        </value>
                                        <name>Value(2)</name>
                                    </node>
                                    <name>Tuple@12ce57c</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Fork_Call_At_.argument_index__"
                                    xmi:uuid="4ef54efd-6fc9-4e7b-a2dd-ccfeca473b4e"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(At).argument(index))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Read_p_"
                                    xmi:uuid="faaf9533-8773-44df-8c29-962283c844e3"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Read_p_-Read_p_.object"
                                        xmi:uuid="119880ef-9941-49ff-8fed-761e93bca2dc"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Read_p_-Read_p_.result"
                                        xmi:uuid="b5806908-01b3-4adb-bfe1-ef259b6f38d3"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Fork_Call_At_.result___"
                                    xmi:uuid="10f8dcc9-d98d-49a1-af7a-c7f04b421df5"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(At).result())</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Value_2_"
                                    xmi:uuid="b2e933da-02d2-425b-9020-f131048789ed"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Value_2_-Value_2_.result"
                                        xmi:uuid="eba928c9-8e28-4795-9211-d0be571110b1"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(2).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_3f4575-Tuple_1a015ef-Value_2_-value"
                                        xmi:uuid="cd50972c-7241-4f17-8fa9-5354506dc35f"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>2</value>
                                    </value>
                                    <name>Value(2)</name>
                                </node>
                                <name>Tuple@1a015ef</name>
                            </node>
                            <name>ExpressionStatement@3f4575</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb"
                            xmi:uuid="d1a4af6c-9a92-43a9-a570-850aa55cefac"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-edge-1"
                                xmi:uuid="2b916e8e-3960-4f2b-9779-0044c634db56"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Value__Default_value_of_a.b_3_.p__-Value__Default_value_of_a.b_3_.p__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-edge-2"
                                xmi:uuid="36682247-991a-47e6-bfea-3ee911ffd657"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-edge-3"
                                xmi:uuid="06c4ff67-d54e-44ef-b03c-5797b783b2d6"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Value_3_-Value_3_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-edge-4"
                                xmi:uuid="f1f585af-d0a1-4c5b-b1cd-ed24f1cd512e"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Call_AssertEquals_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Call_AssertEquals_"
                                xmi:uuid="7c475ad0-693c-4ef3-9e8d-0cf99f10251e"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                    xmi:uuid="e36e8590-6d35-4d1a-a5b6-50bf9d0ac982"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertEquals).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                    xmi:uuid="fa88d5dd-896c-4669-becc-05bc97c420b1"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                    xmi:uuid="7771a600-07a3-486a-8549-fc7db52f829b"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value2)</name>
                                </argument>
                                <name>Call(AssertEquals)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383"
                                xmi:uuid="bf84c431-82f3-4311-a4b4-be49b97e9b54"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-edge-1"
                                    xmi:uuid="f418000d-fa39-490c-a058-82f50101b9cb"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_-Call_At_.argument_seq_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-edge-2"
                                    xmi:uuid="412ca50d-86d0-449e-a87a-cef9ef49afa0"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Value_3_-Value_3_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Fork_Call_At_.argument_index__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-edge-3"
                                    xmi:uuid="463a0528-b944-4f7a-89ce-2669ba2b47da"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-edge-4"
                                    xmi:uuid="c05ccb89-15df-42b1-afab-1517a4bf1d43"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Fork_Call_At_.argument_index__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_-Call_At_.argument_index_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-edge-5"
                                    xmi:uuid="c5eecf37-cdf9-461d-bb5c-c7667557aa5f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_-Call_At_.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Fork_Call_At_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-edge-6"
                                    xmi:uuid="8cad26d2-f28a-4384-977d-db92e29e2c96"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Fork_Call_At_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Value__Default_value_of_a.b_3_.p__"
                                    xmi:uuid="93fb75ed-2e98-47c8-9150-22652e372d64"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Value__Default_value_of_a.b_3_.p__-Value__Default_value_of_a.b_3_.p__.result"
                                        xmi:uuid="18d84b5e-c460-4859-8bf2-375fed8b5eb6"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Default value of a.b[3].p").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Value__Default_value_of_a.b_3_.p__-value"
                                        xmi:uuid="374b3b72-7ffd-4d14-af92-d27c3c79b463"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Default value of a.b[3].p</value>
                                    </value>
                                    <name>Value("Default value of a.b[3].p")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_"
                                    xmi:uuid="57fd59eb-59d5-4535-8586-eb104fbb38be"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_-Call_At_.argument_seq_"
                                        xmi:uuid="c9bfafa9-d739-4bf7-be2a-c55b16df2d48"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_-Call_At_.argument_seq_-lowerValue"
                                            xmi:uuid="d646f147-c48a-47aa-9aff-171efe7dd66d"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_-Call_At_.argument_seq_-upperValue"
                                            xmi:uuid="8e165a14-3a9d-4310-a732-8e0ca9eb407d"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(At).argument(seq)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_-Call_At_.argument_index_"
                                        xmi:uuid="a2631416-2d45-4ade-8818-55dd7a74bf30"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(At).argument(index)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_-Call_At_.result__"
                                        xmi:uuid="ce95e8d5-3700-45c5-9707-ca23ead1e483"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Call_At_-Call_At_.result__-lowerValue"
                                            xmi:uuid="2da99bef-d65f-46a1-9d43-fee2098a695c"
                                            xmi:type="uml:LiteralInteger"/>
                                        <name>Call(At).result()</name>
                                    </result>
                                    <name>Call(At)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5"
                                    xmi:uuid="b1fa97a4-10b8-40e7-a8f9-96f17ff63b6f"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-edge"
                                        xmi:uuid="3a559ca1-cce6-4962-bb4a-47476538e178"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Fork_Fork_a__17e8b0e_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Read_b_-Read_b_.object"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Read_b_"
                                        xmi:uuid="686b31e7-3085-4b77-b837-fadbb33eca18"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Read_b_-Read_b_.object"
                                            xmi:uuid="6fd28de7-a152-4904-90b8-243ba9d18b10"
                                            xmi:type="uml:InputPin">
                                            <name>Read(b).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Read_b_-Read_b_.result"
                                            xmi:uuid="a096f865-86e3-4130-b24f-cc71117c9015"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(b).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <name>Read(b)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-b"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Fork_Fork_a__17e8b0e_"
                                        xmi:uuid="3f603763-2b10-49f1-8dac-bbfa5db0e53b"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Fork(a)@17e8b0e)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Value_3_"
                                        xmi:uuid="c5ac3ed0-511b-466f-9737-4ae4519b8526"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Value_3_-Value_3_.result"
                                            xmi:uuid="0b5c3983-d2b7-4d59-8aaf-8d49ce849985"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(3).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Tuple_a908b5-Value_3_-value"
                                            xmi:uuid="5c707097-b892-4a82-8cca-73ef80636248"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>3</value>
                                        </value>
                                        <name>Value(3)</name>
                                    </node>
                                    <name>Tuple@a908b5</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Fork_Call_At_.argument_index__"
                                    xmi:uuid="767b5f95-8464-451e-8561-cd41c8a70240"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(At).argument(index))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Read_p_"
                                    xmi:uuid="516b7327-ca59-4b0c-b3b5-b9cb6b87a166"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Read_p_-Read_p_.object"
                                        xmi:uuid="b9eeec2b-881e-45e5-8e9b-1dbcda90493a"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Read_p_-Read_p_.result"
                                        xmi:uuid="bce6abc7-6a29-42d1-bf90-a1353f416533"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Fork_Call_At_.result___"
                                    xmi:uuid="447eab57-3ce6-438b-8dd9-55c1a69dbb42"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(At).result())</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Value_3_"
                                    xmi:uuid="cab13289-7165-4239-b9eb-268b6947b36b"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Value_3_-Value_3_.result"
                                        xmi:uuid="3e06ee89-41f1-4ce4-b4e1-c871f169adb5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(3).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_2122eb-Tuple_94e383-Value_3_-value"
                                        xmi:uuid="e52ce9cf-fcd5-4f6e-8b0f-ed21f9f39f74"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>3</value>
                                    </value>
                                    <name>Value(3)</name>
                                </node>
                                <name>Tuple@94e383</name>
                            </node>
                            <name>ExpressionStatement@2122eb</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0"
                            xmi:uuid="c5eb7a9b-9813-49a8-bb9e-bdc235b8b3bf"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-edge-1"
                                xmi:uuid="156011a7-cdb5-49a7-a9dc-ae002f562cbf"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Value__Default_value_of_a.b_4_.p__-Value__Default_value_of_a.b_4_.p__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-edge-2"
                                xmi:uuid="04d20759-b35a-40f0-a891-b47ba1e458eb"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Read_p_-Read_p_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-edge-3"
                                xmi:uuid="8a18b169-c40d-4e21-b7c2-3297cb5de582"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Value_4_-Value_4_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-edge-4"
                                xmi:uuid="b15adf7c-ddb8-4430-ad5c-f65dccc9b467"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Call_AssertEquals_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Call_AssertEquals_"
                                xmi:uuid="d4026f3f-3b16-44aa-a3be-6bdae231edb8"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                    xmi:uuid="bd2ffa40-692c-4ee2-89f6-cc171743ae30"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertEquals).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                    xmi:uuid="ebc5905c-0325-44ad-b1dd-5034bc3dd6d6"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value1)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                    xmi:uuid="11bd9ff6-8226-46f0-91df-70d508712217"
                                    xmi:type="uml:InputPin">
                                    <name>Call(AssertEquals).argument(value2)</name>
                                </argument>
                                <name>Call(AssertEquals)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426"
                                xmi:uuid="21fcfa3b-172f-4108-825f-0de14dd6323d"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-edge-1"
                                    xmi:uuid="76dd91d4-7b27-479a-b1fd-af9252339d34"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_-Call_At_.argument_seq_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-edge-2"
                                    xmi:uuid="28857c6e-0476-440f-8b10-a699efb3299c"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Fork_Call_At_.argument_index__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-edge-3"
                                    xmi:uuid="5e5629ae-db62-4e25-8700-022dac806b48"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-edge-4"
                                    xmi:uuid="6d5120a5-814b-4168-bf9a-0b4b95d675b2"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Fork_Call_At_.argument_index__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_-Call_At_.argument_index_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-edge-5"
                                    xmi:uuid="1a1e6f52-03be-4c69-ae44-3b60e17c0992"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_-Call_At_.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Fork_Call_At_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-edge-6"
                                    xmi:uuid="96d01602-5d1b-4b41-9bb2-6d636e455891"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Fork_Call_At_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Value__Default_value_of_a.b_4_.p__"
                                    xmi:uuid="e9873ef2-3dac-41f0-8349-0d32aedec2d0"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Value__Default_value_of_a.b_4_.p__-Value__Default_value_of_a.b_4_.p__.result"
                                        xmi:uuid="1d9c658f-c04a-4e13-8a1a-91be5445fe4b"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Default value of a.b[4].p").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Value__Default_value_of_a.b_4_.p__-value"
                                        xmi:uuid="6d6e19f8-6948-4fa0-939f-4487eaaed12c"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Default value of a.b[4].p</value>
                                    </value>
                                    <name>Value("Default value of a.b[4].p")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_"
                                    xmi:uuid="276d7ba1-d7ed-4d87-81c6-208806362c9e"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_-Call_At_.argument_seq_"
                                        xmi:uuid="94d0e398-8318-410b-9397-79b4823a5654"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_-Call_At_.argument_seq_-lowerValue"
                                            xmi:uuid="b12ec6a0-f687-471a-9458-ca158341cee6"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_-Call_At_.argument_seq_-upperValue"
                                            xmi:uuid="7b9875a2-9a25-4cd6-b3d1-f1cb2403e4b5"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(At).argument(seq)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_-Call_At_.argument_index_"
                                        xmi:uuid="d1cd2ce3-a265-4350-8b58-bc1ccfedbd30"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(At).argument(index)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_-Call_At_.result__"
                                        xmi:uuid="1e46e193-0c4e-43cb-966d-5cf91a301608"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Call_At_-Call_At_.result__-lowerValue"
                                            xmi:uuid="f4e1111d-e22d-4b28-952b-9f9db509527c"
                                            xmi:type="uml:LiteralInteger"/>
                                        <name>Call(At).result()</name>
                                    </result>
                                    <name>Call(At)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6"
                                    xmi:uuid="5c5cfdeb-b033-41e0-8f18-616fec4d6bd6"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-edge"
                                        xmi:uuid="24b6787d-25e1-4e56-abc2-95cb45e066fc"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Fork_Fork_a__17e8b0e_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Read_b_-Read_b_.object"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Read_b_"
                                        xmi:uuid="d5267481-7de8-4376-a9b5-2ebad7e4913c"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Read_b_-Read_b_.object"
                                            xmi:uuid="b73057c1-91dc-4853-9e23-1593cd034734"
                                            xmi:type="uml:InputPin">
                                            <name>Read(b).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Read_b_-Read_b_.result"
                                            xmi:uuid="bb3ed7c5-f879-4a72-b727-32637304293d"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(b).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                            />
                                        </result>
                                        <name>Read(b)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-A-b"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Fork_Fork_a__17e8b0e_"
                                        xmi:uuid="ec014670-304b-40a4-b498-f8ccd94509eb"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Fork(a)@17e8b0e)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Value_4_"
                                        xmi:uuid="cba59b11-cc9b-41af-be98-d574eb96a48f"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Value_4_-Value_4_.result"
                                            xmi:uuid="2dfa1f9d-dbaa-4ea2-b3d0-4b83cb546ec6"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Tuple_2436b6-Value_4_-value"
                                            xmi:uuid="1706514e-c13d-4a69-b028-cb31bc66d1a5"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <name>Tuple@2436b6</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Fork_Call_At_.argument_index__"
                                    xmi:uuid="d2844c80-6220-496e-a96d-de69adef0f82"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(At).argument(index))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Read_p_"
                                    xmi:uuid="4bcb2b7a-2295-4da1-aa12-d06326fbe16f"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Read_p_-Read_p_.object"
                                        xmi:uuid="a762da28-76b8-4549-9063-cde03abc7687"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Read_p_-Read_p_.result"
                                        xmi:uuid="dd1ae515-13ff-42bf-a692-a2bb22033e47"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-B-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Fork_Call_At_.result___"
                                    xmi:uuid="23cf3dc0-5049-4b3d-ae65-cdd57146ad3e"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(At).result())</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Value_4_"
                                    xmi:uuid="2b38e351-eef0-4256-a894-351109dee6d9"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Value_4_-Value_4_.result"
                                        xmi:uuid="b349672e-9b60-4b88-81a3-00debcfa2189"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_17383e0-Tuple_3c8426-Value_4_-value"
                                        xmi:uuid="5c0cee5b-cfca-43da-9017-9e6beb0a914d"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <name>Tuple@3c8426</name>
                            </node>
                            <name>ExpressionStatement@17383e0</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b"
                            xmi:uuid="a6932f2d-53ff-4a08-9d4f-64ee91870813"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-edge-1"
                                xmi:uuid="2b71c4e6-6cd4-42c5-8007-53dd68c2ca21"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Tuple_31776e-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-edge-2"
                                xmi:uuid="cdf0d08f-677d-46ae-a691-a9f999e20f71"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Tuple_31776e"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Call_WriteLine_"
                                xmi:uuid="d53a70e5-4ffb-4394-9948-fcd660fdd29e"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="c55d29f4-9cda-405a-a450-88e2f974e5a3"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="c89a776a-2840-4de7-aab3-7fcb6e5be4a9"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="0f860b81-8782-4de2-9605-a306d1dd96f8"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Tuple_31776e"
                                xmi:uuid="a976b120-31b9-4ea1-bb7c-fa9a8d92f824"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Tuple_31776e-Value__--_End_of_test_case_--__"
                                    xmi:uuid="e3e546f8-71aa-4aeb-864b-a2deb2261f67"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Tuple_31776e-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"
                                        xmi:uuid="4cc419a1-1b72-43b2-94e5-c8c3fdd67524"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- End of test case --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_1-DefaultValues_-_Structures-Test_Case_-_Default_Values_-_Structures-Body_Test_Case_-_Default_Values_-_Structures_-ExpressionStatement_b4512b-Tuple_31776e-Value__--_End_of_test_case_--__-value"
                                        xmi:uuid="04550acc-2f08-4d1b-9fd9-4f6610d32e1d"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- End of test case --</value>
                                    </value>
                                    <name>Value("-- End of test case --")</name>
                                </node>
                                <name>Tuple@31776e</name>
                            </node>
                            <name>ExpressionStatement@b4512b</name>
                        </node>
                        <name>Body(Test Case - Default Values - Structures)</name>
                    </node>
                    <name>Test Case - Default Values - Structures</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <name>DefaultValues - Structures</name>
            </packagedElement>
            <name>Test Suite 1</name>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-Utils" xmi:uuid="f4218382-13a0-4805-82e9-5ec7dc72231f"
            xmi:type="uml:Package">
            <packagedElement xmi:id="Test_Suites-Utils-AbstractAssertCompositeHelper"
                xmi:uuid="85041cf9-4f12-4440-9275-3ccfc65beab7" xmi:type="uml:Class">
                <ownedComment xmi:id="Test_Suites-Utils-AbstractAssertCompositeHelper-ownedComment"
                    xmi:uuid="ff005c2b-9504-4a29-9016-a9cb0531f4fd" xmi:type="uml:Comment">
                    <body>// Testing instantiation of A_Star_Pattern
	WriteLine("Testing instantiation of A_Star_Pattern") ;
	a_star = new A_Star_Pattern();
	helper.assertStarPattern(a_star.b, a_star.c) ;</body>
                </ownedComment>
                <ownedOperation
                    xmi:id="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected"
                    xmi:uuid="967ec659-50e9-4904-9dad-0307788bb105" xmi:type="uml:Operation">
                    <ownedParameter
                        xmi:id="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected-message"
                        xmi:uuid="da517d7f-7805-4df3-9100-5a20ae19fcaa" xmi:type="uml:Parameter">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                        <name>message</name>
                    </ownedParameter>
                    <ownedParameter
                        xmi:id="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected-end1"
                        xmi:uuid="3aa10f47-0acc-48a6-8d53-03b68512eb11" xmi:type="uml:Parameter">
                        <name>end1</name>
                    </ownedParameter>
                    <ownedParameter
                        xmi:id="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected-end2"
                        xmi:uuid="47f28f8b-e629-40c4-8fdb-6e6922a48cf6" xmi:type="uml:Parameter">
                        <name>end2</name>
                    </ownedParameter>
                    <name>assertConnected</name>
                    <isAbstract>true</isAbstract>
                </ownedOperation>
                <ownedOperation
                    xmi:id="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected"
                    xmi:uuid="5a4c92da-91e4-4752-b9a7-0ed610aa81ec" xmi:type="uml:Operation">
                    <ownedParameter
                        xmi:id="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected-message"
                        xmi:uuid="8f16e889-519f-4784-b890-fe179b17bd4e" xmi:type="uml:Parameter">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                        <name>message</name>
                    </ownedParameter>
                    <ownedParameter
                        xmi:id="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected-end1"
                        xmi:uuid="ef1d3812-b1f5-43ce-9dad-97ef2a631db2" xmi:type="uml:Parameter">
                        <name>end1</name>
                    </ownedParameter>
                    <ownedParameter
                        xmi:id="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected-end2"
                        xmi:uuid="4e8da8b2-5da5-480e-9e39-bd3c88f5b6e3" xmi:type="uml:Parameter">
                        <name>end2</name>
                    </ownedParameter>
                    <name>assertNotConnected</name>
                    <isAbstract>true</isAbstract>
                </ownedOperation>
                <name>AbstractAssertCompositeHelper</name>
                <isAbstract>true</isAbstract>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Utils-AssertEmptyPattern"
                xmi:uuid="c0ebaf5f-8292-4fee-b51e-974be830e024" xmi:type="uml:Activity">
                <ownedComment xmi:id="Test_Suites-Utils-AssertEmptyPattern-ownedComment"
                    xmi:uuid="d59b9f5f-a845-4c87-8818-ca572df97370" xmi:type="uml:Comment">
                    <body>namespace 'Test Suites'::Utils::AbstractAssertCompositeHelper ;

private import Alf::Library::CollectionFunctions::size ;

activity AssertEmptyPattern(in ends1 : any[], in ends2 : any[]) {
	AssertEquals("EmptyPattern - ends1-&gt;size()", ends1-&gt;size(), 0) ;
	AssertEquals("EmptyPattern - ends2-&gt;size()", ends2-&gt;size(), 0) ;
}</body>
                </ownedComment>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertEmptyPattern-ends1"
                    xmi:uuid="d3ea878a-9034-40c3-aa7d-2b2841f8d248" xmi:type="uml:Parameter">
                    <lowerValue xmi:id="Test_Suites-Utils-AssertEmptyPattern-ends1-lowerValue"
                        xmi:uuid="8ded522c-7b65-4d3e-9e00-2917a5a5cc45"
                        xmi:type="uml:LiteralInteger"/>
                    <upperValue xmi:id="Test_Suites-Utils-AssertEmptyPattern-ends1-upperValue"
                        xmi:uuid="2617d814-4458-4c7e-902f-54414c896c0a"
                        xmi:type="uml:LiteralUnlimitedNatural">
                        <value>*</value>
                    </upperValue>
                    <isOrdered>true</isOrdered>
                    <isUnique>false</isUnique>
                    <name>ends1</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertEmptyPattern-ends2"
                    xmi:uuid="0b3c5cf3-7466-44f4-aa88-7292444a13ac" xmi:type="uml:Parameter">
                    <lowerValue xmi:id="Test_Suites-Utils-AssertEmptyPattern-ends2-lowerValue"
                        xmi:uuid="32ee38b1-03ef-4dae-b224-398b48048c1a"
                        xmi:type="uml:LiteralInteger"/>
                    <upperValue xmi:id="Test_Suites-Utils-AssertEmptyPattern-ends2-upperValue"
                        xmi:uuid="b6808002-e683-4cd1-a570-affd7a3fb37f"
                        xmi:type="uml:LiteralUnlimitedNatural">
                        <value>*</value>
                    </upperValue>
                    <isOrdered>true</isOrdered>
                    <isUnique>false</isUnique>
                    <name>ends2</name>
                </ownedParameter>
                <edge xmi:id="Test_Suites-Utils-AssertEmptyPattern-edge-1"
                    xmi:uuid="28f39a7e-02a4-40b8-95fe-1d6c09571f85" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Input_ends1_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Fork_ends1_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertEmptyPattern-edge-2"
                    xmi:uuid="83eb4428-e0eb-4285-8aa2-c55868f60384" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Input_ends2_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Fork_ends2_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertEmptyPattern-edge-3"
                    xmi:uuid="57349869-461a-41b7-b712-c1cd2230ac00" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Fork_ends1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertEmptyPattern-edge-4"
                    xmi:uuid="aaeca90d-cb1a-4ce8-a958-bff81bf4018c" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Fork_ends2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                    />
                </edge>
                <node xmi:id="Test_Suites-Utils-AssertEmptyPattern-Input_ends1_"
                    xmi:uuid="1a004b46-f8a1-4529-ae9a-ab2ca69b1ecb"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(ends1)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertEmptyPattern-ends1"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertEmptyPattern-Fork_ends1_"
                    xmi:uuid="505bb0ae-6935-474d-a881-aba1555ccf52" xmi:type="uml:ForkNode">
                    <name>Fork(ends1)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertEmptyPattern-Input_ends2_"
                    xmi:uuid="e4402e98-2212-4532-9d56-d52c96b29d0b"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(ends2)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertEmptyPattern-ends2"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertEmptyPattern-Fork_ends2_"
                    xmi:uuid="1ac645dd-7654-4b0d-871e-3924a89ce98b" xmi:type="uml:ForkNode">
                    <name>Fork(ends2)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_"
                    xmi:uuid="3ffb7de5-fc6d-4f7b-b6b4-134519caa5f0"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-edge"
                        xmi:uuid="8e0244a8-a821-4349-b917-a29a9a8d22ca" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e"/>
                        <target
                            xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e"
                        xmi:uuid="27622bb4-fa49-431c-8e73-63a26ae35e68"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-edge-1"
                            xmi:uuid="b666dc98-00d9-4b93-b74c-2b4536f87717"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Value__EmptyPattern_-_ends1-GTsize____-Value__EmptyPattern_-_ends1-GTsize____.result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-edge-2"
                            xmi:uuid="6ff2f53b-a2ff-4ffa-880e-8fdc53723a39"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-edge-3"
                            xmi:uuid="7a10f159-7952-492d-af60-4fb2e3c74058"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Value_0_-Value_0_.result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-edge-4"
                            xmi:uuid="0bb8fd38-d425-430e-8761-8c0cc9735bbc"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Call_AssertEquals_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Call_AssertEquals_"
                            xmi:uuid="1be0adfb-3c11-40ba-b07b-0cdb53ea5b57"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                xmi:uuid="b95ff5a0-31fa-4e2c-9cf3-0105cbc1e1bb"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertEquals).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                xmi:uuid="77f417e6-507c-4c45-987e-c2eb234a1a5f"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value1)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                xmi:uuid="05f7cf7e-d027-44da-bbe9-5b83f21dd618"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value2)</name>
                            </argument>
                            <name>Call(AssertEquals)</name>
                            <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4"
                            xmi:uuid="7690e71f-2066-42b6-8723-c570517ba400"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Value__EmptyPattern_-_ends1-GTsize____"
                                xmi:uuid="700a3cb0-9c9d-41e9-9888-daca1d5c4444"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Value__EmptyPattern_-_ends1-GTsize____-Value__EmptyPattern_-_ends1-GTsize____.result"
                                    xmi:uuid="d477fdc1-8def-4182-9418-af2931323e28"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("EmptyPattern - ends1-&gt;size()").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Value__EmptyPattern_-_ends1-GTsize____-value"
                                    xmi:uuid="382ba354-4d08-4841-b13e-8300b76c5a4b"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>EmptyPattern - ends1-&gt;size()</value>
                                </value>
                                <name>Value("EmptyPattern - ends1-&gt;size()")</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Call___Alf_Library_CollectionFunctions_size__any___"
                                xmi:uuid="7d02b799-120b-4211-982f-9348abd5dc09"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                    xmi:uuid="5657412f-76ee-4cab-84ed-08e694c6a262"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                        xmi:uuid="33992f3e-5204-4dc0-a71f-bf51ce5027c1"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                        xmi:uuid="2ece750f-5b5f-4f8a-9ed2-18830afd080f"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                    xmi:uuid="640a1055-9d9a-4e23-a738-2721a3bf56e8"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Value_0_"
                                xmi:uuid="61651ce6-6abe-4078-b450-36b3083d72ba"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Value_0_-Value_0_.result"
                                    xmi:uuid="5e307eb2-0425-4e03-8f1c-9108acf6b4f6"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(0).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_81642e-Tuple_1b817f4-Value_0_-value"
                                    xmi:uuid="aa01a6f7-d6a9-44ad-855e-beee4dfa2ce4"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"
                                    />
                                </value>
                                <name>Value(0)</name>
                            </node>
                            <name>Tuple@1b817f4</name>
                        </node>
                        <name>ExpressionStatement@81642e</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0"
                        xmi:uuid="2c28ddd8-4d30-4966-acc5-fb7d5a8a4741"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-edge-1"
                            xmi:uuid="f879c0f5-6e51-429c-a235-30b253e27ec6"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Value__EmptyPattern_-_ends2-GTsize____-Value__EmptyPattern_-_ends2-GTsize____.result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-edge-2"
                            xmi:uuid="405bae52-0827-4f7b-8d54-0ccc8f905bcd"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-edge-3"
                            xmi:uuid="11e240d7-942d-45db-90c1-10acbd330f1b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Value_0_-Value_0_.result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-edge-4"
                            xmi:uuid="320c45ad-2f30-4e05-9e70-64d47a291885"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Call_AssertEquals_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Call_AssertEquals_"
                            xmi:uuid="ba3bd08f-d663-4fb3-b5e8-cc609dab902a"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                xmi:uuid="b44a084d-f9d8-47b9-bf4c-597c7bd4c270"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertEquals).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                xmi:uuid="3d1ec487-1f59-4d30-ae8b-41b10c261cf6"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value1)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                xmi:uuid="0808ea33-293b-44a1-8777-9a14ab477144"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value2)</name>
                            </argument>
                            <name>Call(AssertEquals)</name>
                            <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647"
                            xmi:uuid="3d837adb-f2c3-4392-89aa-266f848d86d9"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Value__EmptyPattern_-_ends2-GTsize____"
                                xmi:uuid="ff7aff63-614b-4785-9c0b-cda802dadae9"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Value__EmptyPattern_-_ends2-GTsize____-Value__EmptyPattern_-_ends2-GTsize____.result"
                                    xmi:uuid="4d5447a0-9d56-4cdc-859a-34470106dfe8"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("EmptyPattern - ends2-&gt;size()").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Value__EmptyPattern_-_ends2-GTsize____-value"
                                    xmi:uuid="ad4a7272-d7b0-4949-9152-2833b78ab523"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>EmptyPattern - ends2-&gt;size()</value>
                                </value>
                                <name>Value("EmptyPattern - ends2-&gt;size()")</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Call___Alf_Library_CollectionFunctions_size__any___"
                                xmi:uuid="c4556a34-b12f-46bd-956b-b628570bad2f"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                    xmi:uuid="d23acd70-218e-4eef-a563-6b95fd980aa4"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                        xmi:uuid="3391fadf-1740-4349-9b37-8b7660413521"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                        xmi:uuid="7b169cb6-162b-4276-9828-dc535d7771cf"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                    xmi:uuid="f7b48076-3be0-4570-ba8b-bc5429f5e153"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Value_0_"
                                xmi:uuid="f709f960-780d-46f3-a2f6-bd5c5db4cfeb"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Value_0_-Value_0_.result"
                                    xmi:uuid="e1bd170c-2d6e-4aa4-8ead-840116a26641"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(0).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertEmptyPattern-Body_AssertEmptyPattern_-ExpressionStatement_19115f0-Tuple_1299647-Value_0_-value"
                                    xmi:uuid="f3a4f72e-7fbe-4ccf-9f65-fe65c31b7801"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"
                                    />
                                </value>
                                <name>Value(0)</name>
                            </node>
                            <name>Tuple@1299647</name>
                        </node>
                        <name>ExpressionStatement@19115f0</name>
                    </node>
                    <name>Body(AssertEmptyPattern)</name>
                </node>
                <name>AssertEmptyPattern</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Utils-AssertArrayPattern"
                xmi:uuid="d1b21b02-4608-4dab-80b4-0264bf3d9898" xmi:type="uml:Activity">
                <ownedComment xmi:id="Test_Suites-Utils-AssertArrayPattern-ownedComment"
                    xmi:uuid="5d96fc09-308c-41a1-9f96-bb61343f1653" xmi:type="uml:Comment">
                    <body>namespace 'Test Suites'::Utils ;

private import Alf::Library::CollectionFunctions::size ;
private import Alf::Library::PrimitiveBehaviors::IntegerFunctions::Min ;
private import Alf::Library::PrimitiveBehaviors::IntegerFunctions::ToString ;

activity AssertArrayPattern(in ends1 : any[], 
												in ends2 : any[], 
												in n : Integer,
												in helper : AbstractAssertCompositeHelper) { 
	// Check cardinalities
	AssertEquals("ArrayPattern - ends1-&gt;size()", ends1-&gt;size(), n) ;
	AssertEquals("ArrayPattern - ends2-&gt;size()", ends2-&gt;size(), n) ;
	upper = Min(ends1-&gt;size(), ends2-&gt;size()) ;
	// Check connections
	for (i in 1..upper) {
		for (j in 1..upper) {
			if (i == j) {
				helper.assertConnected("ArrayPattern - ends1[" + ToString(i) + "] is connected to ends2[" + ToString(j) + "]",ends1[i], ends2[j]) ;
			}
			else {
				helper.assertNotConnected("ArrayPattern - ends1[" + ToString(i) + "] is not connected to ends2[" + ToString(j) + "]",ends1[i], ends2[j]) ;
			}
		}
	}
}</body>
                </ownedComment>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertArrayPattern-ends1"
                    xmi:uuid="1c639264-b6f7-4295-98ec-f4a1d2ce4342" xmi:type="uml:Parameter">
                    <lowerValue xmi:id="Test_Suites-Utils-AssertArrayPattern-ends1-lowerValue"
                        xmi:uuid="01814f0f-4507-4c14-8fe2-d11f923abce1"
                        xmi:type="uml:LiteralInteger"/>
                    <upperValue xmi:id="Test_Suites-Utils-AssertArrayPattern-ends1-upperValue"
                        xmi:uuid="f91f2a90-4b10-4c8f-9b22-98c74d72edb5"
                        xmi:type="uml:LiteralUnlimitedNatural">
                        <value>*</value>
                    </upperValue>
                    <name>ends1</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertArrayPattern-ends2"
                    xmi:uuid="99e47b53-50e3-4204-be57-6f6ec6254201" xmi:type="uml:Parameter">
                    <lowerValue xmi:id="Test_Suites-Utils-AssertArrayPattern-ends2-lowerValue"
                        xmi:uuid="3a3121d7-6dd0-49b4-8c59-e57b83c48493"
                        xmi:type="uml:LiteralInteger"/>
                    <upperValue xmi:id="Test_Suites-Utils-AssertArrayPattern-ends2-upperValue"
                        xmi:uuid="9ae4811f-d0f5-4187-a9db-26b7fe909bad"
                        xmi:type="uml:LiteralUnlimitedNatural">
                        <value>*</value>
                    </upperValue>
                    <name>ends2</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertArrayPattern-n"
                    xmi:uuid="f63d26ba-8fd2-4a41-a1ac-41ecfe503a69" xmi:type="uml:Parameter">
                    <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                    <name>n</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertArrayPattern-helper"
                    xmi:uuid="08a5235d-766b-4108-8160-8b0a55264a00" xmi:type="uml:Parameter">
                    <name>helper</name>
                    <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                </ownedParameter>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-1"
                    xmi:uuid="84252bdb-26dc-4925-a485-b6a188487ea4" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Input_ends1_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_ends1_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-2"
                    xmi:uuid="e597c1ca-ba8a-4e2d-bc96-42b17a460eec" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Input_ends2_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_ends2_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-3"
                    xmi:uuid="b5463ddf-fd1e-44ce-90df-cbd1076fb12f" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Input_n_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_n_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-4"
                    xmi:uuid="3e9cef1f-dff9-487a-8414-8c8f67730018" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Input_helper_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_helper_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-5"
                    xmi:uuid="f07bd7de-ed54-4865-ac9c-40c227a210aa" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_n_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-6"
                    xmi:uuid="cf3adf62-4e81-45fe-8140-04d40947b608" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_ends1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-7"
                    xmi:uuid="f2603f8f-76f3-4fdd-a7ad-df6281a33fab" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_n_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-8"
                    xmi:uuid="a4480338-974b-4d9e-bab2-7d20162ffd82" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_ends2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-9"
                    xmi:uuid="325106e8-32ff-41a9-b5c2-c3037ef73e04" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_ends1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-1-argument"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-10"
                    xmi:uuid="1c1e7df7-2dd5-418a-b963-eb40377bdecf" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_ends2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-2-argument"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-11"
                    xmi:uuid="a9b5f569-3a97-4455-91bd-5a0ff5b75d8e" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_helper_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_helper_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-12"
                    xmi:uuid="7bdc87a6-3f74-41f6-86b7-6338f197dcc8" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_n_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_n_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-13"
                    xmi:uuid="e2d007a1-e82d-48f2-888e-e7548aa7361d" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_ends1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_ends1_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertArrayPattern-edge-14"
                    xmi:uuid="240f5e35-b2ac-4e14-ae1f-1241e0832b51" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertArrayPattern-Fork_ends2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_ends2_"
                    />
                </edge>
                <node xmi:id="Test_Suites-Utils-AssertArrayPattern-Input_ends1_"
                    xmi:uuid="23896cb4-eced-4723-a2ad-9ac42e9c4c01"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(ends1)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertArrayPattern-ends1"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertArrayPattern-Fork_ends1_"
                    xmi:uuid="585d1831-e490-4bf7-be77-8386017af463" xmi:type="uml:ForkNode">
                    <name>Fork(ends1)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertArrayPattern-Input_ends2_"
                    xmi:uuid="7cae444b-3328-4a89-abc8-4ae07301b902"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(ends2)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertArrayPattern-ends2"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertArrayPattern-Fork_ends2_"
                    xmi:uuid="9c40d50b-e964-4e34-86f7-74489a78cc61" xmi:type="uml:ForkNode">
                    <name>Fork(ends2)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertArrayPattern-Input_n_"
                    xmi:uuid="1fc1ee23-dbac-42ac-925d-b0ce6b6dd26a"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(n)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertArrayPattern-n"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertArrayPattern-Fork_n_"
                    xmi:uuid="2b46c58d-6d90-47f4-bfbc-724e1263eb16" xmi:type="uml:ForkNode">
                    <name>Fork(n)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertArrayPattern-Input_helper_"
                    xmi:uuid="a7d6147f-61bc-4fb9-b08c-d438eb09977c"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(helper)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertArrayPattern-helper"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertArrayPattern-Fork_helper_"
                    xmi:uuid="44c76232-e43c-4051-80cd-5e016225463c" xmi:type="uml:ForkNode">
                    <name>Fork(helper)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_"
                    xmi:uuid="f74b19e7-1bb8-485f-9b76-3bf4ce4988da"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-edge-1"
                        xmi:uuid="600c7eb0-3725-4d32-bfcf-656c64b54ffb" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c"/>
                        <target
                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9"
                        />
                    </edge>
                    <edge
                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-edge-2"
                        xmi:uuid="04a6df64-18a2-422c-b724-5d0e1c400a82" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9"/>
                        <target
                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091"
                        />
                    </edge>
                    <edge
                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-edge-3"
                        xmi:uuid="1497a7a3-d29b-4c57-abed-fbb22f2cc167" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-Fork_upper__1c06b8b"/>
                        <target
                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-loopVariableInput-1"
                        />
                    </edge>
                    <edge
                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-edge-4"
                        xmi:uuid="017da4ad-b9d7-4423-9f48-e40ab5fb578d" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-Fork_upper__1c06b8b"/>
                        <target
                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call_-_-Call_-_.argument_x_"
                        />
                    </edge>
                    <edge
                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-edge-5"
                        xmi:uuid="47f95977-380a-44b4-b7e2-437aad74cdfd" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091"/>
                        <target
                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c"
                        xmi:uuid="b1c7cca0-69a7-4464-8ea0-eb5ba7557210"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-edge-1"
                            xmi:uuid="e0a7068b-4f17-4677-8ad3-018fb1378a3e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Value__ArrayPattern_-_ends1-GTsize____-Value__ArrayPattern_-_ends1-GTsize____.result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-edge-2"
                            xmi:uuid="4e34dbae-645e-4438-a63d-1b4f83dbf5fa"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-edge-3"
                            xmi:uuid="2ce88848-c427-4a6d-a59e-b16350944c30"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Call_AssertEquals_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Call_AssertEquals_"
                            xmi:uuid="cab6b25e-8063-4f8b-96e7-c463558cf0f8"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                xmi:uuid="38fb2f4e-fd77-4785-8993-d9170e746c6d"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertEquals).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                xmi:uuid="f49bd532-afe8-443f-ba33-8586c05ee787"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value1)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                xmi:uuid="7daba451-f53d-4ae1-b189-b7e44504fdd9"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value2)</name>
                            </argument>
                            <name>Call(AssertEquals)</name>
                            <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91"
                            xmi:uuid="4c9a23ce-935d-4186-82f2-e2adbc126b8c"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Value__ArrayPattern_-_ends1-GTsize____"
                                xmi:uuid="6ae22102-c804-4494-9154-24279360c1d3"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Value__ArrayPattern_-_ends1-GTsize____-Value__ArrayPattern_-_ends1-GTsize____.result"
                                    xmi:uuid="6d27e7ec-fcce-479c-82cd-a476c2ba0f41"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("ArrayPattern - ends1-&gt;size()").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Value__ArrayPattern_-_ends1-GTsize____-value"
                                    xmi:uuid="77a12cff-cff8-4855-9c70-9a2ec6ba39d0"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>ArrayPattern - ends1-&gt;size()</value>
                                </value>
                                <name>Value("ArrayPattern - ends1-&gt;size()")</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Call___Alf_Library_CollectionFunctions_size__any___"
                                xmi:uuid="0a56792a-037b-48f4-b2d3-e467c4f3669c"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                    xmi:uuid="8019d7df-627c-4821-b277-6a8d185f94da"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                        xmi:uuid="ae9009b3-a9ac-4990-aa61-7fdae9e510e5"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                        xmi:uuid="ca975c70-c31c-4253-b3fc-85b172d4be95"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_8a8c5c-Tuple_ba0d91-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                    xmi:uuid="2c111495-1e23-4539-9bdb-d4285449b129"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <name>Tuple@ba0d91</name>
                        </node>
                        <name>ExpressionStatement@8a8c5c</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9"
                        xmi:uuid="0b47de3b-49bd-4d19-b156-cbeac5085b7d"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-edge-1"
                            xmi:uuid="f99a3715-a78b-4925-a304-ef4fecb405c6"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Value__ArrayPattern_-_ends2-GTsize____-Value__ArrayPattern_-_ends2-GTsize____.result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-edge-2"
                            xmi:uuid="43ee67fa-8b65-4b7a-9d8b-6d1a53f1a012"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-edge-3"
                            xmi:uuid="533ba3dc-6621-46e5-81e4-d07a1f627896"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Call_AssertEquals_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Call_AssertEquals_"
                            xmi:uuid="2e9e168d-f129-4b7f-948a-1e4f270a991f"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                xmi:uuid="1236d98d-afc6-401e-af1c-5336557d6774"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertEquals).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                xmi:uuid="cf631f2f-aa9b-4563-b6ba-1a55a7eb4e28"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value1)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                xmi:uuid="a643c624-8359-4dc9-8fa1-22dae3c1b209"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value2)</name>
                            </argument>
                            <name>Call(AssertEquals)</name>
                            <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1"
                            xmi:uuid="b80be7d7-df73-43ae-8cdf-7f354216016c"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Value__ArrayPattern_-_ends2-GTsize____"
                                xmi:uuid="7672e13b-9a5e-4e47-b1cc-dbf9da05b14b"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Value__ArrayPattern_-_ends2-GTsize____-Value__ArrayPattern_-_ends2-GTsize____.result"
                                    xmi:uuid="7c8d5dab-883f-4759-af4d-8a4ec465ecda"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("ArrayPattern - ends2-&gt;size()").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Value__ArrayPattern_-_ends2-GTsize____-value"
                                    xmi:uuid="a6f6abb7-d00f-4296-936d-eec859c9bf2d"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>ArrayPattern - ends2-&gt;size()</value>
                                </value>
                                <name>Value("ArrayPattern - ends2-&gt;size()")</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Call___Alf_Library_CollectionFunctions_size__any___"
                                xmi:uuid="30628982-ae0e-4096-a4ba-dafa76b7cf41"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                    xmi:uuid="1477dcf9-6163-476c-b496-d6735df9d351"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                        xmi:uuid="96d2a516-13f4-45fa-8218-aa90ca71839d"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                        xmi:uuid="179ce57c-e7b1-4c8e-bc07-1b2c8f58d505"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_12052e9-Tuple_2c61d1-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                    xmi:uuid="e023bbba-162c-40ca-ad89-d5964265f3a3"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <name>Tuple@2c61d1</name>
                        </node>
                        <name>ExpressionStatement@12052e9</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091"
                        xmi:uuid="a7cb1261-0951-4c2e-95d2-1999910c8469"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-edge"
                            xmi:uuid="f93ef5bb-09a5-466c-b08f-b346eb5f7466"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Call_Min_-Call_Min_.result_result_"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-Fork_upper__1c06b8b"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-Fork_upper__1c06b8b"
                            xmi:uuid="857284e4-cc75-4345-8d61-f4cba01c5f00" xmi:type="uml:ForkNode">
                            <name>Fork(upper)@1c06b8b</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38"
                            xmi:uuid="2a535a51-0406-426d-999f-117979c5c64a"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-edge-1"
                                xmi:uuid="104fe27c-fddb-42cc-9db4-9e2aaae558c4"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-1-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Call_Min_-Call_Min_.argument_x_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-edge-2"
                                xmi:uuid="7846f2db-59c4-40af-b047-258230042379"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-2-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Call_Min_-Call_Min_.argument_y_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-edge-3"
                                xmi:uuid="8a85ae18-f426-4694-854e-9f9f347cf672"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Call_Min_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Call_Min_"
                                xmi:uuid="1500989b-acb5-4f86-854a-14823cb81c7a"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-Min"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Call_Min_-Call_Min_.argument_x_"
                                    xmi:uuid="0b8c08f5-42c3-44ae-9eac-f9fe7dfa4cf5"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(Min).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Call_Min_-Call_Min_.argument_y_"
                                    xmi:uuid="fbd077b9-b373-43b6-b242-56dfe91887cb"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(Min).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Call_Min_-Call_Min_.result_result_"
                                    xmi:uuid="a138e69c-a607-44f1-a83a-2eb8a17f75c1"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(Min).result(result)</name>
                                </result>
                                <name>Call(Min)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a"
                                xmi:uuid="f468c2e5-228e-4e81-9794-04782fbc194e"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-1"
                                    xmi:uuid="8eadd5c0-0aab-48d4-bced-c3c8fcfae5fd"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-1-argument"
                                        xmi:uuid="816fe54a-8a78-4e4f-a438-1d07203fe236"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-1-argument-lowerValue"
                                            xmi:uuid="cceb34ff-5273-4ead-8569-6787dfa5933d"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-1-argument-upperValue"
                                            xmi:uuid="bacf95e4-e51a-4cd8-b37f-2c52583c5116"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-1-result"
                                        xmi:uuid="e951f941-f634-4399-befe-3585b435fd29"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                    </result>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                    <behavior
                                        href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-2"
                                    xmi:uuid="866ab245-c062-4aa2-ac93-1436cffee2e2"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-2-argument"
                                        xmi:uuid="805da334-0e80-4ece-9a4e-362b75128090"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-2-argument-lowerValue"
                                            xmi:uuid="64314739-4328-4e68-bdc9-2a46f7820308"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-2-argument-upperValue"
                                            xmi:uuid="4da38e68-031e-49bf-a02e-69da5ed1fe9d"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ExpressionStatement_4cf091-RightHandSide_1d48d38-Tuple_15b7e4a-node-2-result"
                                        xmi:uuid="2846746e-4bb9-4dfd-ad63-0fb867479928"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                    </result>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                    <behavior
                                        href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                    />
                                </node>
                                <name>Tuple@15b7e4a</name>
                            </node>
                            <name>RightHandSide@1d48d38</name>
                        </node>
                        <name>ExpressionStatement@4cf091</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a"
                        xmi:uuid="14637caf-c31d-460e-85d7-435d4b915b5b"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-edge-1"
                            xmi:uuid="7585e623-e696-4cd0-9579-a479f237414a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-1-result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Fork_Value_1_.result_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-edge-2"
                            xmi:uuid="cdd4fe5a-de82-4f47-b9da-a5188b395374"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-6-result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_counter_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-edge-3"
                            xmi:uuid="e7324134-d98a-4d6c-93d5-867c4cf598be"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call___-Call___.result_result_"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-loopVariableInput-8"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-edge-4"
                            xmi:uuid="1d88e158-b8ee-40ed-8442-a929f033c7fc"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Fork_Value_1_.result_"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_i_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-edge-5"
                            xmi:uuid="c1db94a6-18e1-4c5c-85e9-6169262045e1"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_"
                            xmi:uuid="566bf41d-2ca3-44d4-a7c7-53f6cea8e35c" xmi:type="uml:LoopNode">
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-upper"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-helper"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-n"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ends1"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ends2"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-12-result"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-14-result"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Values_ForStatement_133450a_"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-12"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-13"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-14"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-15"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Passthru_Passthru_upper__"/>
                            <test
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Call_LTEQ_"/>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-1"
                                xmi:uuid="74f19e28-7456-4b8c-a3e9-97f81444467f"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-loopVariable-1"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-1"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-2"
                                xmi:uuid="c7837cfc-969b-4639-8b0a-021c5f673701"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_133450a.loopVariable_helper_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_helper__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-3"
                                xmi:uuid="2279c3fe-a374-47ed-83b6-5a7e73ac51c4"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_133450a.loopVariable_n_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_n__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-4"
                                xmi:uuid="64a5e5ae-f9bd-4da7-ac58-d114ebbfe4af"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_133450a.loopVariable_ends1_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_ends1__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-5"
                                xmi:uuid="d7a31703-888d-4923-8380-f0d638f4f2b2"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_133450a.loopVariable_ends2_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_ends2__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-6"
                                xmi:uuid="86786061-b41e-49ad-884a-9ad8332efeb2"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_133450a.loopVariable_i_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_i__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-7"
                                xmi:uuid="48da5805-b3ca-4ea0-a70d-4c75fc3fd956"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_133450a.loopVariable_counter_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_counter__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-8"
                                xmi:uuid="57ed5895-d788-4712-a5c8-f6bd7c7b8a1d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-loopVariable-8"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-8"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-9"
                                xmi:uuid="7d2c3d7c-ad85-4351-b674-8bebab10bf02"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_counter__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-10"
                                xmi:uuid="06ae2ff3-5894-4c32-b835-af8214ca81cb"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-8"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-11"
                                xmi:uuid="40501220-5aa2-4b77-9e64-e03f803e6eb8"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_133450a.loopVariable_i_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Values_ForStatement_133450a_-Fork_i_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-12"
                                xmi:uuid="c7da8421-39f3-4882-b9bb-ebb8c21f7cda"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Values_ForStatement_133450a_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-13"
                                xmi:uuid="7fa9ad14-43f6-4233-9cf9-dc67e9849566"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Values_ForStatement_133450a_-Fork_i_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_i_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-14"
                                xmi:uuid="ce98d94f-2c9a-4014-91b8-c442f2031682"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_i__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-12-argument-1"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-15"
                                xmi:uuid="172d84da-ca4e-43e7-a7f2-71c9c2058ece"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-13-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-12-argument-2"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-16"
                                xmi:uuid="5716a48a-bb1c-4f96-b9f0-fa6847cb1d9e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_counter__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-14-argument-1"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-17"
                                xmi:uuid="517efa21-2247-42db-879a-ece9eb074596"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-15-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-14-argument-2"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-18"
                                xmi:uuid="8c46efd2-9ba5-439c-ba0b-9be56338c03a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-8"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-19"
                                xmi:uuid="6015fd60-f20e-4b8b-acea-36f40adb6e84"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-1"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-loopVariableInput-1"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-20"
                                xmi:uuid="e9e84359-84ee-457d-bfdd-d2c9681c40a0"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_helper__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_helper_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-21"
                                xmi:uuid="996f0325-2dd5-42a6-a92f-f90b8519ee82"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_n__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_n_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-22"
                                xmi:uuid="8040cb3f-6ec3-452c-9f9d-e47d3454379e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_ends1__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-23"
                                xmi:uuid="529712f1-3a97-4676-9451-217611499b3d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_ends2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-24"
                                xmi:uuid="57316183-60b7-4de5-96d0-edd076ecf08d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-1"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call_-_-Call_-_.argument_x_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-25"
                                xmi:uuid="98031077-362e-40ed-880c-af8c9406ad8d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-1"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-26"
                                xmi:uuid="94d6dacf-7e2f-432e-81c6-d74a3ebb9658"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_helper__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-27"
                                xmi:uuid="40537a04-fe9c-4653-a94b-b4f01c86552e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_n__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_n__-Passthru_Fork_n__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-28"
                                xmi:uuid="8bd3da7b-673e-40dc-8837-c06c57dab788"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_ends1__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-edge-29"
                                xmi:uuid="03b2b4db-f865-41f4-8218-bb1ca206d95c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_ends2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-1"
                                xmi:uuid="dd1cd0d3-e818-498a-98f1-bddbcbccafe0"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@133450a.loopVariable(upper))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_helper__"
                                xmi:uuid="b7b1c202-6d0b-47bc-ad69-c1a8e5dbe54b"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@133450a.loopVariable(helper))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_n__"
                                xmi:uuid="a5d13c45-b962-4154-8c49-a587eb955e8a"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@133450a.loopVariable(n))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_ends1__"
                                xmi:uuid="e333f2a3-4cd7-4241-8df9-fc91f3a09a28"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@133450a.loopVariable(ends1))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_ends2__"
                                xmi:uuid="7e189ef7-40d8-4d8b-81b3-0c684d7a2f8b"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@133450a.loopVariable(ends2))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_i__"
                                xmi:uuid="bd879aaa-a72d-4aad-9d90-7905e8b2cdcb"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@133450a.loopVariable(i))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Fork_ForStatement_133450a.loopVariable_counter__"
                                xmi:uuid="0b17bcd7-dadb-4806-9eea-8e54971c5258"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@133450a.loopVariable(counter))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-8"
                                xmi:uuid="f93d5ab7-64b7-48b2-b33a-6e2080c6cd08"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@133450a.loopVariable(upper))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Call_LTEQ_"
                                xmi:uuid="734de988-b190-41fa-b8e3-5b4adf3f4aab"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-le"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                    xmi:uuid="63ad47f0-8270-4a6f-8a75-98efca4baaa8"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(&lt;=).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                    xmi:uuid="88cc3817-9499-4717-9da4-0bb32896c47e"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(&lt;=).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Call_LTEQ_-Call_LTEQ_.result_result_"
                                    xmi:uuid="e01751d9-bb93-4cfc-a049-8ab9bc3f81aa"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(&lt;=).result(result)</name>
                                </result>
                                <name>Call(&lt;=)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Values_ForStatement_133450a_"
                                xmi:uuid="cd471eb9-64ac-4282-9d0e-0eeebe238636"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Values_ForStatement_133450a_-Fork_i_"
                                    xmi:uuid="21a8d880-2b4a-4f38-80d6-5e54f89ee957"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(i)</name>
                                </node>
                                <name>Values(ForStatement@133450a)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_"
                                xmi:uuid="37b93c38-9336-4fcf-8d47-82abdbf2401b"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-edge-1"
                                    xmi:uuid="cfc6b1b9-f535-494e-8303-2dcb425b4f3c"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-upper"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-edge-2"
                                    xmi:uuid="1f336c79-5d4b-4dd8-b572-7507cd8db7b7"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-helper"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-edge-3"
                                    xmi:uuid="e33cb241-aeaa-4a31-bca0-8a05ee6a57df"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_n__-Passthru_Fork_n__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-n"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-edge-4"
                                    xmi:uuid="26c7c10a-ba19-4170-b774-637ff7983e42"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ends1"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-edge-5"
                                    xmi:uuid="b25873ba-0878-47d5-b347-81bda1d74768"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ends2"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511"
                                    xmi:uuid="5e344a68-eff0-43e2-8359-b48d384ddeb3"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-edge-1"
                                        xmi:uuid="08987e7b-eb37-4756-949c-d10c979ec57d"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-1-result"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Fork_Value_1_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-edge-2"
                                        xmi:uuid="29423c31-0f79-428a-8aee-e574ff95556d"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-6-result"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_counter_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-edge-3"
                                        xmi:uuid="ea505447-3191-4c04-92cc-5429d317dbe9"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call___-Call___.result_result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-loopVariableInput-9"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-edge-4"
                                        xmi:uuid="9bc0158d-d2af-4d82-a195-fabdf558918a"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Fork_Value_1_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_j_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-edge-5"
                                        xmi:uuid="7a51f766-347c-49c4-b072-cb6674097265"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_"
                                        xmi:uuid="1b35cdd8-26eb-4027-9778-0507654a7cea"
                                        xmi:type="uml:LoopNode">
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-upper"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-helper"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-n"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-ends1"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-ends2"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-i"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-13-result"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-15-result"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Values_ForStatement_10c2511_"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-13"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-14"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-15"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-16"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Passthru_Passthru_upper__"/>
                                        <test
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Call_LTEQ_"/>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-1"
                                            xmi:uuid="3153f86e-1518-4925-86d9-fa5015b5d0fc"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-loopVariable-1"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-2"
                                            xmi:uuid="453fdf6b-8367-4622-b9d6-fd4a040b57ca"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_10c2511.loopVariable_helper_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_helper__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-3"
                                            xmi:uuid="ac92fd4c-71b5-4ff1-93ab-d50d8c125d3f"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_10c2511.loopVariable_n_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_n__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-4"
                                            xmi:uuid="38b5e356-1b49-47a2-8d68-f765f3abf6ae"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_10c2511.loopVariable_ends1_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_ends1__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-5"
                                            xmi:uuid="d841cf8c-05c9-40de-ba64-2cbd7da68611"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_10c2511.loopVariable_ends2_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_ends2__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-6"
                                            xmi:uuid="51085896-741a-46dc-add8-bbda8db90580"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_10c2511.loopVariable_i_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_i__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-7"
                                            xmi:uuid="06c7565d-e7ef-4ed0-9dd2-bec6fb6e1ab8"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_10c2511.loopVariable_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_j__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-8"
                                            xmi:uuid="1143919b-a368-4398-95dd-c82a30a9718a"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_10c2511.loopVariable_counter_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_counter__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-9"
                                            xmi:uuid="df9db174-b0f0-484d-bf19-24f4cb74e685"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-loopVariable-9"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-9"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-10"
                                            xmi:uuid="65942bcb-4fbc-48bc-993b-8f9a615e7835"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_counter__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-11"
                                            xmi:uuid="a0a061e2-da38-4089-9628-dc5d0e7cac28"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-9"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-12"
                                            xmi:uuid="3bddb19b-41b9-469a-9661-58160cd7b0af"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_10c2511.loopVariable_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Values_ForStatement_10c2511_-Fork_j_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-13"
                                            xmi:uuid="04f1460a-57a2-43df-aa3c-5f79597c7e3d"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Values_ForStatement_10c2511_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-14"
                                            xmi:uuid="76570e33-2365-4bbb-acd8-1f30fec9bf31"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Values_ForStatement_10c2511_-Fork_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Test_EQEQ_-Test_EQEQ_.second"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-15"
                                            xmi:uuid="11cf35e5-21e1-40cb-b661-00a0b5b1d9e1"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Values_ForStatement_10c2511_-Fork_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-6-argument"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-16"
                                            xmi:uuid="8f595de8-1961-40b2-baf7-6066ba1dff81"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Values_ForStatement_10c2511_-Fork_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-13"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-17"
                                            xmi:uuid="05a5c942-8e62-4009-bd87-fc60293d09c3"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Values_ForStatement_10c2511_-Fork_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-6-argument"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-18"
                                            xmi:uuid="ad09de9c-40a8-48de-9be6-8126859a782a"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Values_ForStatement_10c2511_-Fork_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-13"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-19"
                                            xmi:uuid="5e97ee42-38f7-4bba-a3cd-ac6ef6d39f09"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_j__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-13-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-20"
                                            xmi:uuid="222b76b3-16dd-4976-ab41-90bba2b2030e"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-14-result"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-13-argument-2"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-21"
                                            xmi:uuid="f66e0113-d18d-4a13-9e9a-00fa8fe5a595"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_counter__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-15-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-22"
                                            xmi:uuid="69d4ec74-f7d5-49d1-a101-2f3d79448934"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-16-result"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-15-argument-2"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-23"
                                            xmi:uuid="ab1141a8-bff4-4c0d-b721-c496b95e8b53"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-9"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-24"
                                            xmi:uuid="a0936130-6f34-40d2-9c85-1e139cf10955"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Test_EQEQ_-Test_EQEQ_.first"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-25"
                                            xmi:uuid="2d173ad7-c66e-4a49-8ac3-7a185925129d"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-2-argument"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-26"
                                            xmi:uuid="aa1393d4-62da-4b91-ad53-17e47b9a0465"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_ends1__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-10-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-27"
                                            xmi:uuid="4498a0a7-996d-44eb-a81f-8acf7c4ac8df"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-11"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-28"
                                            xmi:uuid="dacd7e5e-ae8b-4dff-9f49-759e38e2e9d9"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_ends2__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-12-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-29"
                                            xmi:uuid="071e3416-dc28-448d-a8d8-59cb7d6a1988"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_helper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Call_assertConnected_-Call_assertConnected_.target"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-30"
                                            xmi:uuid="b98d5a66-de62-45b3-86af-9f7b752f7665"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-2-argument"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-31"
                                            xmi:uuid="6fa350c6-9dfb-4dbf-951d-53cb68a6684c"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_ends1__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-10-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-32"
                                            xmi:uuid="3dfd8810-640d-46c9-9fb2-1f8ba7650941"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-11"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-33"
                                            xmi:uuid="f24f4a7f-c4b1-45d1-8e31-8fadefdc5795"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_ends2__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-12-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-34"
                                            xmi:uuid="8afd2ca6-ab9d-43ea-af29-2ac273cbd74a"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_helper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Call_assertNotConnected_-Call_assertNotConnected_.target"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-35"
                                            xmi:uuid="653aac73-2cc2-4e31-97b9-9766ead9015b"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-1"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-36"
                                            xmi:uuid="aa706c85-8529-46a0-912c-987a0092f09e"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_helper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-37"
                                            xmi:uuid="99d980f5-f20e-4a9f-a785-3c5d985e55bc"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_n__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_n__-Passthru_Fork_n__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-38"
                                            xmi:uuid="4e383d08-0a87-45f2-9672-69aebbf94095"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_ends1__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-39"
                                            xmi:uuid="555845c9-5f72-403f-92c8-626cf6890c99"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_ends2__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-edge-40"
                                            xmi:uuid="f45a0542-ae65-4ff8-9f54-3b40002c1081"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_i__-Passthru_Fork_i__.input"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-1"
                                            xmi:uuid="20a78efc-2a76-4aea-bbd6-e17d419e6a6d"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@10c2511.loopVariable(upper))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_helper__"
                                            xmi:uuid="334bea08-757e-4bba-adad-68c81009a02c"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@10c2511.loopVariable(helper))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_n__"
                                            xmi:uuid="a91525c6-9772-48ca-bac3-e47f570c1601"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@10c2511.loopVariable(n))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_ends1__"
                                            xmi:uuid="29a08942-36a2-4766-b885-6164ed2e7c04"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@10c2511.loopVariable(ends1))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_ends2__"
                                            xmi:uuid="9bfa98e9-fcaf-437e-8670-4db2dfd53ae6"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@10c2511.loopVariable(ends2))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_i__"
                                            xmi:uuid="6d1a4bc1-13f6-4407-bb65-e69504ffbb9a"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@10c2511.loopVariable(i))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_j__"
                                            xmi:uuid="62f86ced-019c-49ad-bed7-c21ace5d3d2d"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@10c2511.loopVariable(j))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Fork_ForStatement_10c2511.loopVariable_counter__"
                                            xmi:uuid="7c7dd685-fd65-4cb8-b0fe-77c71d908af1"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@10c2511.loopVariable(counter))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-9"
                                            xmi:uuid="f3e4af10-c5a1-4305-a00f-5b4f7da6ccd9"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@10c2511.loopVariable(upper))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Call_LTEQ_"
                                            xmi:uuid="48ff0e79-f75f-4555-a034-71022736c5a0"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-le"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                                xmi:uuid="1754efad-d6e4-4bbe-8680-0e2823eef43d"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(&lt;=).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                                xmi:uuid="6a710676-e922-459e-af5a-8e1d6f41120c"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(&lt;=).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Call_LTEQ_-Call_LTEQ_.result_result_"
                                                xmi:uuid="44f03061-9a21-4410-8e24-9a142799daee"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                <name>Call(&lt;=).result(result)</name>
                                            </result>
                                            <name>Call(&lt;=)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Values_ForStatement_10c2511_"
                                            xmi:uuid="e3047f9a-035f-43ae-913d-cb881ed3a4eb"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Values_ForStatement_10c2511_-Fork_j_"
                                                xmi:uuid="98e22e3b-4263-4b51-b4e8-3cc941bf682a"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(j)</name>
                                            </node>
                                            <name>Values(ForStatement@10c2511)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_"
                                            xmi:uuid="afbbc029-9c4d-45fc-959d-e68b5279750e"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-edge-1"
                                                xmi:uuid="90fcc63d-f8d5-4a5c-b438-2fd78e48b2fa"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-upper"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-edge-2"
                                                xmi:uuid="06721738-7bdb-4d90-84f1-dc25d4250e23"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-helper"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-edge-3"
                                                xmi:uuid="71812d60-fe92-4ceb-8689-dc522c2038c0"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_n__-Passthru_Fork_n__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-n"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-edge-4"
                                                xmi:uuid="499654e3-9661-4da9-99a4-6bab6b642f34"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-ends1"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-edge-5"
                                                xmi:uuid="e05ce0da-9545-45c6-9e5f-d242f5a48f6b"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-ends2"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-edge-6"
                                                xmi:uuid="15fba9c7-1bae-4a4c-adc9-a34da1869554"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_i__-Passthru_Fork_i__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-i"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1"
                                                xmi:uuid="55619844-df20-4d5b-a127-936bc0ccd4e7"
                                                xmi:type="uml:ConditionalNode">
                                                <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Test_EQEQ_"
                                                  xmi:uuid="d23e1ce1-08cf-4836-a335-fe2a24f8ebe4"
                                                  xmi:type="uml:TestIdentityAction">
                                                  <first
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Test_EQEQ_-Test_EQEQ_.first"
                                                  xmi:uuid="a4649635-e90a-46e3-8457-10c9d3d4599e"
                                                  xmi:type="uml:InputPin">
                                                  <name>Test(==).first</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </first>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Test_EQEQ_-Test_EQEQ_.result"
                                                  xmi:uuid="56adf683-b1d3-4278-9ffe-ea411433f333"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>Test(==).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <second
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Test_EQEQ_-Test_EQEQ_.second"
                                                  xmi:uuid="90a17428-62ff-40d8-a23f-f786b066fd6d"
                                                  xmi:type="uml:InputPin">
                                                  <name>Test(==).second</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </second>
                                                  <name>Test(==)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229"
                                                  xmi:uuid="6241ca77-4b36-48c1-b50e-012e9aed1600"
                                                  xmi:type="uml:StructuredActivityNode">
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-edge-1"
                                                  xmi:uuid="0e64f3ce-d40a-419a-94df-fa890a4c40fc"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-9-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Call_assertConnected_-Call_assertConnected_.argument_message_"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-edge-2"
                                                  xmi:uuid="4adae411-ae21-4722-ab43-fd8a182ac8b1"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-10-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Call_assertConnected_-Call_assertConnected_.argument_end1_"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-edge-3"
                                                  xmi:uuid="ce4656ac-2ec1-43da-8ca2-f30fcbb9c46d"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-12-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Call_assertConnected_-Call_assertConnected_.argument_end2_"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-edge-4"
                                                  xmi:uuid="3c2401c5-2105-44e4-81d3-e1eea305648b"
                                                  xmi:type="uml:ControlFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Call_assertConnected_"
                                                  />
                                                  </edge>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Call_assertConnected_"
                                                  xmi:uuid="d6e5bef0-a57f-4fce-b909-0b43226b6bc1"
                                                  xmi:type="uml:CallOperationAction">
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Call_assertConnected_-Call_assertConnected_.argument_message_"
                                                  xmi:uuid="d06eddf1-a3e7-46d8-96d7-6af27b6ef6cc"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(assertConnected).argument(message)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Call_assertConnected_-Call_assertConnected_.argument_end1_"
                                                  xmi:uuid="bea14f73-9748-493f-8f55-48a829892322"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertConnected).argument(end1)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Call_assertConnected_-Call_assertConnected_.argument_end2_"
                                                  xmi:uuid="1f12cc12-7e78-4603-bdac-95665125e9ff"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertConnected).argument(end2)</name>
                                                  </argument>
                                                  <target
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Call_assertConnected_-Call_assertConnected_.target"
                                                  xmi:uuid="fdda45c3-2e1b-4867-afb1-b7675a6fade2"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertConnected).target</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                  />
                                                  </target>
                                                  <name>Call(assertConnected)</name>
                                                  <operation
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected"
                                                  />
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d"
                                                  xmi:uuid="8b18f07d-a815-4f60-acd2-2b84439f8865"
                                                  xmi:type="uml:StructuredActivityNode">
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-edge-1"
                                                  xmi:uuid="1dfbd563-d667-4e70-8e90-d098902719a4"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value__ArrayPattern_-_ends1___-Value__ArrayPattern_-_ends1___.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-3-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-edge-2"
                                                  xmi:uuid="d1570e4a-55da-4662-87dc-59a4994c9ac7"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-2-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-3-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-edge-3"
                                                  xmi:uuid="a2dac8cd-9919-4f9e-9f10-9bee222a0a16"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-3-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-5-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-edge-4"
                                                  xmi:uuid="e0a6e0ff-d7f8-4d50-b5ed-b9f1678dee54"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value____is_connected_to_ends2___-Value____is_connected_to_ends2___.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-5-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-edge-5"
                                                  xmi:uuid="cc895ad0-f4b5-41b1-b36c-85e3b371231b"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-5-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-7-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-edge-6"
                                                  xmi:uuid="1dfd0a68-d660-4c3e-ae01-1bc0268509ba"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-6-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-7-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-edge-7"
                                                  xmi:uuid="1a1c219c-27c9-435a-bd4a-803e3ed9feed"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-7-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-9-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-edge-8"
                                                  xmi:uuid="cb61c126-beaf-4d9f-8d57-f9c5809a5c1d"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value_____-Value_____.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-9-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-edge-9"
                                                  xmi:uuid="f0be09b2-34c1-41d6-aea0-dd22ae4b3eca"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-11"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-10-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-edge-10"
                                                  xmi:uuid="73c149d7-9ac8-48ad-bdb7-ff8f37e812b8"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-13"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-12-argument-2"
                                                  />
                                                  </edge>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value__ArrayPattern_-_ends1___"
                                                  xmi:uuid="8934b2da-3bf0-4684-ac31-273fe9342e5c"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value__ArrayPattern_-_ends1___-Value__ArrayPattern_-_ends1___.result"
                                                  xmi:uuid="44c15422-0c12-4106-93c9-ac81569fc23f"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("ArrayPattern - ends1[").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value__ArrayPattern_-_ends1___-value"
                                                  xmi:uuid="c49f977a-4528-4574-a4bc-1f13f8865034"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>ArrayPattern - ends1[</value>
                                                  </value>
                                                  <name>Value("ArrayPattern - ends1[")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-2"
                                                  xmi:uuid="7200ecb0-0f86-4f17-90c8-0b1bc469f25b"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-ToString"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-2-argument"
                                                  xmi:uuid="5fa8b92a-8f57-4eab-862d-8011f8a7ded2"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(ToString).argument(x)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-2-result"
                                                  xmi:uuid="4c759184-3dba-4c07-ad5e-ee6bfccab4d9"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(ToString).result(result)</name>
                                                  </result>
                                                  <name>Call(ToString)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-3"
                                                  xmi:uuid="c93c9d5b-9802-4bba-acb9-69698f2b3cd3"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-3-argument-1"
                                                  xmi:uuid="9ba91da8-402e-4775-ace2-b6af8563ea51"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-3-argument-2"
                                                  xmi:uuid="599190f5-d3e2-4f6e-9a8e-a96d945df04e"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-3-result"
                                                  xmi:uuid="e8263f3d-e4ff-430c-9a55-6bb86d9b38df"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value____is_connected_to_ends2___"
                                                  xmi:uuid="82873c28-bc46-4d0a-af4e-d7beb9194129"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value____is_connected_to_ends2___-Value____is_connected_to_ends2___.result"
                                                  xmi:uuid="dd39a317-e50f-45eb-b9c3-60ec1c4989e1"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("] is connected to ends2[").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value____is_connected_to_ends2___-value"
                                                  xmi:uuid="5b0f1791-8711-45d6-85eb-881cb98c3eef"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>] is connected to ends2[</value>
                                                  </value>
                                                  <name>Value("] is connected to ends2[")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-5"
                                                  xmi:uuid="5041837e-1253-4535-bf11-68a3e5c3fc99"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-5-argument-1"
                                                  xmi:uuid="884e5ba4-c960-4713-a5d3-81f6419c2867"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-5-argument-2"
                                                  xmi:uuid="4ca29e90-8fcb-4742-98fa-bc56a04e349c"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-5-result"
                                                  xmi:uuid="5ece287a-32fa-4959-8ba8-456cbe118014"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-6"
                                                  xmi:uuid="9e66c50e-eb49-45e0-b9c1-353752563080"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-ToString"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-6-argument"
                                                  xmi:uuid="1ff345a7-09e5-4709-af91-e7e6f2306460"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(ToString).argument(x)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-6-result"
                                                  xmi:uuid="65d48ab7-d606-4d54-b02d-cc0fc697f119"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(ToString).result(result)</name>
                                                  </result>
                                                  <name>Call(ToString)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-7"
                                                  xmi:uuid="d1202d49-aae5-4e38-8aca-515753e659d4"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-7-argument-1"
                                                  xmi:uuid="353d0542-d838-43cf-8aff-a6fac7ce8cb1"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-7-argument-2"
                                                  xmi:uuid="c2c57876-b938-4f2d-9cc3-8600bd70db8a"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-7-result"
                                                  xmi:uuid="3487abb1-b243-4567-8ba3-63b2369fde48"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value_____"
                                                  xmi:uuid="b54496ac-cb35-4257-a858-ecc6c081915a"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value_____-Value_____.result"
                                                  xmi:uuid="f47998f7-0395-43df-9cda-56dbf4d9293b"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("]").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-Value_____-value"
                                                  xmi:uuid="120113a2-d305-4886-bbe4-a5667ceffa86"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>]</value>
                                                  </value>
                                                  <name>Value("]")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-9"
                                                  xmi:uuid="0696fe7f-0d22-4d0e-b7de-37858eeb3032"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-9-argument-1"
                                                  xmi:uuid="a34c37c4-70e6-4cd2-b512-9d93288d7650"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-9-argument-2"
                                                  xmi:uuid="fbfbd302-45c7-4f3b-822c-9da847a47b34"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-9-result"
                                                  xmi:uuid="cc683d78-1836-46b5-93f9-dee1bcb75d20"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-10"
                                                  xmi:uuid="a8faf4e6-0fdb-4d77-b6e8-3a313397b01f"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-10-argument-1"
                                                  xmi:uuid="afbc12c2-4ec7-4c15-b934-ef8a458a3c3a"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-10-argument-1-lowerValue"
                                                  xmi:uuid="f3d2f619-f816-48d3-a172-0a5bb4f57599"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-10-argument-1-upperValue"
                                                  xmi:uuid="64510641-3c69-4d23-90a6-c1ce1c1d8ebd"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Call(At).argument(seq)</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-10-argument-2"
                                                  xmi:uuid="ccaa97b1-04b8-455e-98f3-96c252649713"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(At).argument(index)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-10-result"
                                                  xmi:uuid="99f044f9-0efa-40ad-bbb9-8fa945452236"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-10-result-lowerValue"
                                                  xmi:uuid="85c6d302-9c30-4503-ac20-4bf475f5c091"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <name>Call(At).result()</name>
                                                  </result>
                                                  <name>Call(At)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-11"
                                                  xmi:uuid="42d730cd-e0e8-4a55-a544-d97ec507ad92"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(Call(At).argument(index))</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-12"
                                                  xmi:uuid="bd6c098d-b8f5-4bae-a99b-e56ecb883a01"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-12-argument-1"
                                                  xmi:uuid="fda75383-4d52-4c22-ba5f-6da7aec41b22"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-12-argument-1-lowerValue"
                                                  xmi:uuid="ac363911-8882-48f1-adbf-de0d37e6fd9f"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-12-argument-1-upperValue"
                                                  xmi:uuid="cd296d63-fbb7-433b-9c0f-0dcdc8f1fb32"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Call(At).argument(seq)</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-12-argument-2"
                                                  xmi:uuid="6cbf6532-9f89-4732-89b5-6649be93dadc"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(At).argument(index)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-12-result"
                                                  xmi:uuid="0e8b05e0-6f5e-4a41-9919-f764d5fd2041"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-12-result-lowerValue"
                                                  xmi:uuid="0c4e598b-4bb6-45d1-a80c-3be30fde3a9c"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <name>Call(At).result()</name>
                                                  </result>
                                                  <name>Call(At)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229-Tuple_166639d-node-13"
                                                  xmi:uuid="d48d94e4-603d-45e8-a845-6bae5174af8c"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(Call(At).argument(index))</name>
                                                  </node>
                                                  <name>Tuple@166639d</name>
                                                  </node>
                                                  <name>ExpressionStatement@84c229</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Value_true_"
                                                  xmi:uuid="e9aca04e-13bc-49d0-8a97-e574bcce2a11"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Value_true_-Value_true_.result"
                                                  xmi:uuid="129ca63d-068f-426d-9211-092462edfcc4"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <name>Value(true).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Value_true_-value"
                                                  xmi:uuid="a50cb49b-2bc3-4e8a-ad85-a66ff2bfe0b1"
                                                  xmi:type="uml:LiteralBoolean">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                  <value>true</value>
                                                  </value>
                                                  <name>Value(true)</name>
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d"
                                                  xmi:uuid="26acdd5a-5d46-4887-a6b1-f411d5a869d4"
                                                  xmi:type="uml:StructuredActivityNode">
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-edge-1"
                                                  xmi:uuid="6292ade0-ebe2-41a7-8eb8-588a88dcac70"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-9-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Call_assertNotConnected_-Call_assertNotConnected_.argument_message_"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-edge-2"
                                                  xmi:uuid="9df45130-255d-4ce7-9514-77e8ff952335"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-10-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Call_assertNotConnected_-Call_assertNotConnected_.argument_end1_"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-edge-3"
                                                  xmi:uuid="cff834ff-4450-411e-99e1-03f5f4f8e22c"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-12-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Call_assertNotConnected_-Call_assertNotConnected_.argument_end2_"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-edge-4"
                                                  xmi:uuid="91c7ed56-7c3f-40a6-bc20-e4fce4145fbd"
                                                  xmi:type="uml:ControlFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Call_assertNotConnected_"
                                                  />
                                                  </edge>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Call_assertNotConnected_"
                                                  xmi:uuid="d23c7044-bfd1-4806-bfe1-acc8a351c7b9"
                                                  xmi:type="uml:CallOperationAction">
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Call_assertNotConnected_-Call_assertNotConnected_.argument_message_"
                                                  xmi:uuid="b35e5d7b-acdb-4d55-9200-c7eee3046b36"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(assertNotConnected).argument(message)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Call_assertNotConnected_-Call_assertNotConnected_.argument_end1_"
                                                  xmi:uuid="7fa0a6c3-3d25-4129-beb6-86fe5a264054"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertNotConnected).argument(end1)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Call_assertNotConnected_-Call_assertNotConnected_.argument_end2_"
                                                  xmi:uuid="fea97625-e710-4fa1-a04e-f956feea1a27"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertNotConnected).argument(end2)</name>
                                                  </argument>
                                                  <target
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Call_assertNotConnected_-Call_assertNotConnected_.target"
                                                  xmi:uuid="d71f1733-5646-42d7-8fb2-914e620d86da"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertNotConnected).target</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                  />
                                                  </target>
                                                  <name>Call(assertNotConnected)</name>
                                                  <operation
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected"
                                                  />
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9"
                                                  xmi:uuid="f71f5784-31c6-4a3b-ab8e-180f43b64153"
                                                  xmi:type="uml:StructuredActivityNode">
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-edge-1"
                                                  xmi:uuid="ec395948-36e1-499f-ab26-6f2a8e5ada8b"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value__ArrayPattern_-_ends1___-Value__ArrayPattern_-_ends1___.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-3-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-edge-2"
                                                  xmi:uuid="0cdc01ca-d449-4ed5-aaa3-c76f4f735e7f"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-2-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-3-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-edge-3"
                                                  xmi:uuid="d8850037-5456-464f-bbf2-80b45e45b57d"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-3-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-5-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-edge-4"
                                                  xmi:uuid="1e6b46e6-160c-4f63-8b44-f5ed2db72d04"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value____is_not_connected_to_ends2___-Value____is_not_connected_to_ends2___.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-5-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-edge-5"
                                                  xmi:uuid="c2db3159-4d92-4b3b-8010-16dec324a397"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-5-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-7-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-edge-6"
                                                  xmi:uuid="147249b7-fdef-4e86-affe-6f1631642e01"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-6-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-7-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-edge-7"
                                                  xmi:uuid="48b83d3c-d047-4421-afb7-e02dba659624"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-7-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-9-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-edge-8"
                                                  xmi:uuid="4b5aceb3-58d6-47be-8fa7-747aca745adf"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value_____-Value_____.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-9-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-edge-9"
                                                  xmi:uuid="e640d5db-8ab3-43de-84cd-787609dfb349"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-11"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-10-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-edge-10"
                                                  xmi:uuid="eeae4e00-824e-4281-bd42-ea7e66abc5f6"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-13"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-12-argument-2"
                                                  />
                                                  </edge>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value__ArrayPattern_-_ends1___"
                                                  xmi:uuid="f7c6a50a-fe39-432e-9212-f1e95f835ebb"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value__ArrayPattern_-_ends1___-Value__ArrayPattern_-_ends1___.result"
                                                  xmi:uuid="31823061-8523-4522-9925-a0821c5a3861"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("ArrayPattern - ends1[").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value__ArrayPattern_-_ends1___-value"
                                                  xmi:uuid="f9947856-89b9-4026-adf4-2efd53d5d9a5"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>ArrayPattern - ends1[</value>
                                                  </value>
                                                  <name>Value("ArrayPattern - ends1[")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-2"
                                                  xmi:uuid="23384756-ffd4-4dd5-81b9-a487d2aca5d8"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-ToString"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-2-argument"
                                                  xmi:uuid="88f5b538-b6f4-4c30-8672-12dc5239cce4"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(ToString).argument(x)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-2-result"
                                                  xmi:uuid="981b24b4-c7ad-4f35-a4eb-c87aea12ead8"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(ToString).result(result)</name>
                                                  </result>
                                                  <name>Call(ToString)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-3"
                                                  xmi:uuid="83c6ec46-4793-4312-a108-7fe323f4adb0"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-3-argument-1"
                                                  xmi:uuid="650ae8af-0db6-4b07-8654-aa0c833a5b03"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-3-argument-2"
                                                  xmi:uuid="1c3c2ef2-a248-46ce-9067-6eebdfe93e9f"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-3-result"
                                                  xmi:uuid="c1d67425-6f7f-4c42-b9a5-89b41f4a6578"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value____is_not_connected_to_ends2___"
                                                  xmi:uuid="d12035c6-6e12-4a34-b4c0-403057b28cde"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value____is_not_connected_to_ends2___-Value____is_not_connected_to_ends2___.result"
                                                  xmi:uuid="544ad64d-23fb-4f08-ac20-ef79605a9b63"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("] is not connected to ends2[").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value____is_not_connected_to_ends2___-value"
                                                  xmi:uuid="c8fb1c6c-17b8-46b5-8c56-fe834af1f0cf"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>] is not connected to ends2[</value>
                                                  </value>
                                                  <name>Value("] is not connected to ends2[")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-5"
                                                  xmi:uuid="23817ef1-d689-4d2a-beb0-b9d1d2ed2b55"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-5-argument-1"
                                                  xmi:uuid="a43f3fe8-edee-4232-b650-83ff93f8cb36"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-5-argument-2"
                                                  xmi:uuid="481ee941-b245-48f4-a205-a2a6eaf28d7f"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-5-result"
                                                  xmi:uuid="8e51cbab-3976-41ce-b0ae-993982e96b28"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-6"
                                                  xmi:uuid="a811f2e5-ea1d-4695-9a6e-16d3a2632698"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-ToString"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-6-argument"
                                                  xmi:uuid="e6ebf5d7-4523-4d8a-b66f-b2839a3ed9f2"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(ToString).argument(x)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-6-result"
                                                  xmi:uuid="d0915863-d514-4fab-90d1-7696b51edf69"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(ToString).result(result)</name>
                                                  </result>
                                                  <name>Call(ToString)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-7"
                                                  xmi:uuid="fa2064ee-b79d-4c08-b1cf-fb3fc6cd89d1"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-7-argument-1"
                                                  xmi:uuid="a98725ca-703d-4322-adbe-400f9d1231dd"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-7-argument-2"
                                                  xmi:uuid="81329685-2e92-4188-805b-9ad9ef1047c7"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-7-result"
                                                  xmi:uuid="1f228839-380f-420e-b4f3-88c132ad5f50"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value_____"
                                                  xmi:uuid="63362066-112a-43ef-934c-f37d185598a3"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value_____-Value_____.result"
                                                  xmi:uuid="5d49e90c-0a85-455c-bd15-0cd91c270379"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("]").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-Value_____-value"
                                                  xmi:uuid="d96a0892-9c7e-4f12-aba4-901bda4e1818"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>]</value>
                                                  </value>
                                                  <name>Value("]")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-9"
                                                  xmi:uuid="14421eca-000e-46b3-af9b-78b6e0ed111c"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-9-argument-1"
                                                  xmi:uuid="d5f47475-f405-46b4-984b-a1a04df4ba86"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-9-argument-2"
                                                  xmi:uuid="919a5633-50d4-48c0-a759-2c7f5cb5d2b8"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-9-result"
                                                  xmi:uuid="58235edd-8b49-4e22-90c2-656fbea50a0d"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-10"
                                                  xmi:uuid="f290ad0a-8819-4414-88e9-756d53b24a53"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-10-argument-1"
                                                  xmi:uuid="74d7d913-1811-4ea9-afc0-c9e6d3336b76"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-10-argument-1-lowerValue"
                                                  xmi:uuid="d9ea70a0-cc3e-4fac-a99c-0dde9cd30b53"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-10-argument-1-upperValue"
                                                  xmi:uuid="5869b262-c309-45eb-9b25-88324e945fe2"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Call(At).argument(seq)</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-10-argument-2"
                                                  xmi:uuid="90f438b9-dad9-4b4f-b5b2-223cb1c35a62"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(At).argument(index)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-10-result"
                                                  xmi:uuid="505cfd1c-4720-483a-8061-5c27e9da3d89"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-10-result-lowerValue"
                                                  xmi:uuid="fb5e6bea-192c-4cd6-8a0d-abdaf05024ea"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <name>Call(At).result()</name>
                                                  </result>
                                                  <name>Call(At)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-11"
                                                  xmi:uuid="3dbc60e9-4f4c-44c6-af68-36a7fad984f8"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(Call(At).argument(index))</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-12"
                                                  xmi:uuid="d74ed378-e0cd-4155-8893-d6ddf68806c2"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-12-argument-1"
                                                  xmi:uuid="ca234814-0acb-4ca5-9884-853ee06f18cb"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-12-argument-1-lowerValue"
                                                  xmi:uuid="f13b3fc5-9fe2-43b4-a3b0-cd7552ef74a9"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-12-argument-1-upperValue"
                                                  xmi:uuid="ff568925-6494-4f59-8a9c-195308a48c9e"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Call(At).argument(seq)</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-12-argument-2"
                                                  xmi:uuid="add38f38-b506-49c6-8202-45f0a63dc828"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(At).argument(index)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-12-result"
                                                  xmi:uuid="6506eb35-9945-4034-99c7-90d1285a2db5"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-12-result-lowerValue"
                                                  xmi:uuid="0049902f-995a-4c99-b784-05de65392dd9"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <name>Call(At).result()</name>
                                                  </result>
                                                  <name>Call(At)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d-Tuple_cc2f9-node-13"
                                                  xmi:uuid="e7871df6-4fe9-49e8-81a9-f87526922d3b"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(Call(At).argument(index))</name>
                                                  </node>
                                                  <name>Tuple@cc2f9</name>
                                                  </node>
                                                  <name>ExpressionStatement@add63d</name>
                                                </node>
                                                <clause
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-clause-1"
                                                  xmi:uuid="efaafbd2-4e14-4a15-977a-03d09f7f6ef5"
                                                  xmi:type="uml:Clause">
                                                  <body
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_84c229"/>
                                                  <successorClause
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-clause-2"/>
                                                  <test
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Test_EQEQ_"/>
                                                  <decider
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Test_EQEQ_-Test_EQEQ_.result"
                                                  />
                                                </clause>
                                                <clause
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-clause-2"
                                                  xmi:uuid="9d400342-8760-47ba-808a-e4e2fe6f8214"
                                                  xmi:type="uml:Clause">
                                                  <body
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-ExpressionStatement_add63d"/>
                                                  <predecessorClause
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-clause-1"/>
                                                  <test
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Value_true_"/>
                                                  <decider
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-IfStatement_10affd1-Value_true_-Value_true_.result"
                                                  />
                                                </clause>
                                                <name>IfStatement@10affd1</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_upper__1c06b8b_"
                                                xmi:uuid="22dfdee0-0166-4cb3-90dd-57074499323c"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_upper__1c06b8b_-edge"
                                                  xmi:uuid="c60fef2a-ec5c-4872-a205-6dfaa860b120"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.input"
                                                  xmi:uuid="a95a681a-6037-4558-9d30-68a43c4f929c"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.input-lowerValue"
                                                  xmi:uuid="f28e0d64-688a-4a7c-8025-61ebb9285d9c"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <name>Passthru(Fork(upper)@1c06b8b).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.output"
                                                  xmi:uuid="15632477-f055-4b1c-a6c5-bad268cf3102"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.output-lowerValue"
                                                  xmi:uuid="eee29821-5a4c-4ec7-a0ec-57137436d71d"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <name>Passthru(Fork(upper)@1c06b8b).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(upper)@1c06b8b)</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_helper__"
                                                xmi:uuid="0d80cc7a-c239-4418-8a9d-d3206ddb4bdf"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_helper__-edge"
                                                  xmi:uuid="e4fb9f98-590d-451c-8ba9-7e1d5608ba31"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                                  xmi:uuid="a6c5fdb9-5b58-4a0c-a62a-a1140dbec865"
                                                  xmi:type="uml:InputPin">
                                                  <name>Passthru(Fork(helper)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                  />
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                                  xmi:uuid="64dc6460-6d6b-4610-a41e-a641c02cf7c6"
                                                  xmi:type="uml:OutputPin">
                                                  <name>Passthru(Fork(helper)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                  />
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(helper))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_n__"
                                                xmi:uuid="cb481d6f-9f3f-489e-8803-57ac6ea48131"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_n__-edge"
                                                  xmi:uuid="53e6cd13-436a-4eb9-9004-ba371d357650"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_n__-Passthru_Fork_n__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_n__-Passthru_Fork_n__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_n__-Passthru_Fork_n__.input"
                                                  xmi:uuid="72d10606-f7cf-4174-8eff-29cad0e69846"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Passthru(Fork(n)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_n__-Passthru_Fork_n__.output"
                                                  xmi:uuid="cfc621eb-a128-4f1d-9c3b-26d7decd3fb4"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Passthru(Fork(n)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(n))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__"
                                                xmi:uuid="0a33f4ca-e351-4fb9-b7df-4a74cf26b9b0"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-edge"
                                                  xmi:uuid="baad52ba-0b77-4b13-b3f5-5622929c7217"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                                  xmi:uuid="135f4f8d-13c7-4140-af56-82a24505f4de"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-lowerValue"
                                                  xmi:uuid="e4c82e92-fd8f-4f50-a5fd-33be3b84b1c5"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-upperValue"
                                                  xmi:uuid="b85430b4-5443-4de9-a622-e22dbc711c57"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends1)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                                  xmi:uuid="314ffe44-cda9-496c-9e7e-a90e35021a3e"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-lowerValue"
                                                  xmi:uuid="b8864508-fb39-4a74-bfde-e6c13eb1b3aa"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-upperValue"
                                                  xmi:uuid="856a38af-908c-47ff-98b7-3de3a4065158"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends1)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(ends1))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__"
                                                xmi:uuid="d7f65129-ddba-4d85-ba27-aa678e4b2a9f"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-edge"
                                                  xmi:uuid="7405b9a8-380a-4dd4-8532-518a4e882b07"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                                  xmi:uuid="60d67d78-25ec-412d-96c3-a2a045b15083"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-lowerValue"
                                                  xmi:uuid="263ff104-fe24-412a-9995-7fc165e46842"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-upperValue"
                                                  xmi:uuid="c6989a54-c834-495f-ae4e-99c550196738"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends2)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                                  xmi:uuid="aa66f06f-be2d-4e56-b8c4-fa663cc283b5"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-lowerValue"
                                                  xmi:uuid="0a44c46a-3fb4-42f9-a5fb-99d496a6702d"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-upperValue"
                                                  xmi:uuid="21e26abb-54b2-4936-8185-d63fd7df456b"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends2)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(ends2))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_i__"
                                                xmi:uuid="08aecfb1-ddf7-45c0-8e9e-11865cb25940"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_i__-edge"
                                                  xmi:uuid="d78952bc-acf3-4d38-9cac-29092d7ad5be"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_i__-Passthru_Fork_i__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_i__-Passthru_Fork_i__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_i__-Passthru_Fork_i__.input"
                                                  xmi:uuid="d1749310-c4a1-4f78-b7cc-57da18baa2ac"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                  <name>Passthru(Fork(i)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-Passthru_Fork_i__-Passthru_Fork_i__.output"
                                                  xmi:uuid="904a1b82-1357-40b3-819b-e184ea7e818f"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                  <name>Passthru(Fork(i)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(i))</name>
                                            </node>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-upper"
                                                xmi:uuid="abec7d73-5970-4675-a3c0-9aa92b798baa"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-upper-lowerValue"
                                                  xmi:uuid="127ab64c-76fa-495a-8574-6d3eaaea117d"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <name>upper</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-helper"
                                                xmi:uuid="bf9451ff-d420-4adb-ae39-cc43fc184dd2"
                                                xmi:type="uml:OutputPin">
                                                <name>helper</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                />
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-n"
                                                xmi:uuid="021d6a9f-6418-4261-b874-b177a58281d5"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>n</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-ends1"
                                                xmi:uuid="e151d9f2-a1f8-4b3d-9c0d-38ed7e4a17c4"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-ends1-lowerValue"
                                                  xmi:uuid="75708f33-01b1-4a8b-bd70-203645cf6bab"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-ends1-upperValue"
                                                  xmi:uuid="617a2037-8a79-4ecc-b28c-0feee2ec7db6"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ends1</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-ends2"
                                                xmi:uuid="94797f96-b208-47f4-ade7-d3c8d686839d"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-ends2-lowerValue"
                                                  xmi:uuid="88419b79-e74f-4cbc-943b-2350ce5e4a93"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-ends2-upperValue"
                                                  xmi:uuid="252c2db1-2fea-4721-b4f1-cea2611ae874"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ends2</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Body_ForStatement_10c2511_-i"
                                                xmi:uuid="24063de0-f402-4f79-8b2a-526a29c72209"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>i</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <name>Body(ForStatement@10c2511)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-13"
                                            xmi:uuid="dcf20a05-ef22-4aa9-8a76-09995270869a"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-13-argument-1"
                                                xmi:uuid="2e3c7168-96d0-4a2c-8ed7-447edb24db11"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-13-argument-2"
                                                xmi:uuid="bb02e191-5cfe-41b1-86c2-8d78edc88f44"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-13-result"
                                                xmi:uuid="13533b56-81fd-4e46-a1f3-ef87edf315bd"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).result(result)</name>
                                            </result>
                                            <name>Call(+)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-14"
                                            xmi:uuid="844af62b-963a-49b0-97a4-ad0eec5aec7f"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-14-result"
                                                xmi:uuid="e95a8e82-20b2-4e73-bbac-d93c38aefe13"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-14-value"
                                                xmi:uuid="903f11fc-87ec-4f18-92fb-6a1b7ec5a722"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-15"
                                            xmi:uuid="42f9dada-2a49-4401-bdff-a5b4189402cd"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-15-argument-1"
                                                xmi:uuid="231a4f0c-1eac-44e8-ac20-690977f164bc"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-15-argument-2"
                                                xmi:uuid="673ebb86-98d6-43f7-bb2e-b3436e108013"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-15-result"
                                                xmi:uuid="9bc4ce6d-dc46-4cb1-acc5-0bd9fd4f8a20"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).result(result)</name>
                                            </result>
                                            <name>Call(+)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-16"
                                            xmi:uuid="fc660d64-e12e-48c8-9e4e-a6d194151c14"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-16-result"
                                                xmi:uuid="0cc465fd-dc65-49e6-bd41-d3f5e3f01c60"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-node-16-value"
                                                xmi:uuid="80434131-c278-4a3d-8971-7d6a0638591d"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Passthru_Passthru_upper__"
                                            xmi:uuid="b39b977f-f9cf-4709-8ac4-f174cf49242f"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Passthru_Passthru_upper__-edge"
                                                xmi:uuid="62fa655c-2814-426a-ba0d-9e47ef4e8a51"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                                />
                                            </edge>
                                            <structuredNodeInput
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                                xmi:uuid="a37cbf10-4987-4ad1-887f-7fc678c25045"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Passthru(Passthru(upper)).input</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeInput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                                xmi:uuid="81886021-7762-45e7-8964-4061e565de18"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Passthru(Passthru(upper)).output</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <name>Passthru(Passthru(upper))</name>
                                        </node>
                                        <loopVariable
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-loopVariable-1"
                                            xmi:uuid="b995ff02-4378-4a35-97ce-54e0d37199fd"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-loopVariable-1-lowerValue"
                                                xmi:uuid="1cb8066a-08ef-41ab-b8eb-e8feb97c4c73"
                                                xmi:type="uml:LiteralInteger"/>
                                            <name>ForStatement@10c2511.loopVariable(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_10c2511.loopVariable_helper_"
                                            xmi:uuid="11fbab05-54f7-4685-98d7-275a7a6a338d"
                                            xmi:type="uml:OutputPin">
                                            <name>ForStatement@10c2511.loopVariable(helper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                            />
                                        </loopVariable>
                                        <loopVariable xmi:id="ForStatement_10c2511.loopVariable_n_"
                                            xmi:uuid="099b7e18-d1a0-42b0-9d7f-cebf4572ce7a"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@10c2511.loopVariable(n)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_10c2511.loopVariable_ends1_"
                                            xmi:uuid="25e78023-dfaf-47a3-b1fa-6eab0d96befb"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="ForStatement_10c2511.loopVariable_ends1_-lowerValue"
                                                xmi:uuid="1c10e375-34b3-4124-8500-df6687a63a32"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="ForStatement_10c2511.loopVariable_ends1_-upperValue"
                                                xmi:uuid="b7d6f8bc-dfaf-4169-9319-7ef0c4d3e1d5"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@10c2511.loopVariable(ends1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_10c2511.loopVariable_ends2_"
                                            xmi:uuid="988787ff-8e96-48d5-930a-65bc33c6d0b3"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="ForStatement_10c2511.loopVariable_ends2_-lowerValue"
                                                xmi:uuid="5fdce4c1-d89d-4cbe-ba6d-f0f05e9b6746"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="ForStatement_10c2511.loopVariable_ends2_-upperValue"
                                                xmi:uuid="15137850-01cb-43a7-bc96-3363414d6f12"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@10c2511.loopVariable(ends2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable xmi:id="ForStatement_10c2511.loopVariable_i_"
                                            xmi:uuid="571f578d-9b16-43b5-b08c-2e60a8279c1f"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@10c2511.loopVariable(i)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable xmi:id="ForStatement_10c2511.loopVariable_j_"
                                            xmi:uuid="3e147ec0-d8de-45ea-99ed-074515aab747"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <lowerValue
                                                xmi:id="ForStatement_10c2511.loopVariable_j_-lowerValue"
                                                xmi:uuid="aba04d5d-9c1e-47f4-ab8c-85308e084a98"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="ForStatement_10c2511.loopVariable_j_-upperValue"
                                                xmi:uuid="53c05392-0558-4c1c-a2f6-c4bb76ddd780"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@10c2511.loopVariable(j)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_10c2511.loopVariable_counter_"
                                            xmi:uuid="b8db8144-51d8-47f5-b44a-c2a7c51f6034"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@10c2511.loopVariable(counter)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-loopVariable-9"
                                            xmi:uuid="93139450-9fdd-4175-baf0-7ad669428271"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@10c2511.loopVariable(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-loopVariableInput-1"
                                            xmi:uuid="3b233283-4f44-4750-9086-3dccabac394d"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-loopVariableInput-1-lowerValue"
                                                xmi:uuid="c070f174-bc01-4b92-a490-de065c584d2c"
                                                xmi:type="uml:LiteralInteger"/>
                                            <name>ForStatement@10c2511.loopVariableInput(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_helper_"
                                            xmi:uuid="ff5a249c-33ef-4b59-8948-e3a8a1712072"
                                            xmi:type="uml:InputPin">
                                            <name>ForStatement@10c2511.loopVariableInput(helper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                            />
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_n_"
                                            xmi:uuid="a286fffd-866e-4f92-a022-c0d235d5e388"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@10c2511.loopVariableInput(n)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_ends1_"
                                            xmi:uuid="ed0e7559-b379-4676-a01c-c4347c676745"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_ends1_-lowerValue"
                                                xmi:uuid="34217aaf-0ec8-4488-8667-ed1dc59c0af8"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_ends1_-upperValue"
                                                xmi:uuid="4237c86d-cef0-4e8e-8ade-18e10f585f34"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@10c2511.loopVariableInput(ends1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_ends2_"
                                            xmi:uuid="a05c7ea6-09f2-4fc7-992c-2a344330cbd0"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_ends2_-lowerValue"
                                                xmi:uuid="1bbc5a3e-c008-4df2-b9fa-945799100603"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_ends2_-upperValue"
                                                xmi:uuid="ff2c7f4c-1454-416e-8146-3e6918909091"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@10c2511.loopVariableInput(ends2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_i_"
                                            xmi:uuid="aaf04f57-974c-4a83-8fd8-4fed0628ef17"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@10c2511.loopVariableInput(i)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_j_"
                                            xmi:uuid="d37c5f63-62bd-4905-b427-72bc1eb843f2"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@10c2511.loopVariableInput(j)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.loopVariableInput_counter_"
                                            xmi:uuid="1c84d2f6-d14c-44d3-a851-983d171d83b9"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@10c2511.loopVariableInput(counter)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-loopVariableInput-9"
                                            xmi:uuid="c2921127-c409-48f3-8b49-8d4c3ebe16f8"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@10c2511.loopVariableInput(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-result-1"
                                            xmi:uuid="070c74ce-cff7-441c-94b1-d42c27e09fb4"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-result-1-lowerValue"
                                                xmi:uuid="8c8c5078-ffe9-460a-8f08-6c910783ad0c"
                                                xmi:type="uml:LiteralInteger"/>
                                            <name>ForStatement@10c2511.result(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_helper_"
                                            xmi:uuid="bf15b011-ba31-4440-bf28-931f7e3d00a6"
                                            xmi:type="uml:OutputPin">
                                            <name>ForStatement@10c2511.result(helper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                            />
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_n_"
                                            xmi:uuid="93b7bf98-10fd-4815-89f4-b11879e7690d"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@10c2511.result(n)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_ends1_"
                                            xmi:uuid="167bd248-88bb-423e-8e6a-38dcbb19bbe7"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_ends1_-lowerValue"
                                                xmi:uuid="465eda49-31fb-487b-b4c5-c0ab5589951d"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_ends1_-upperValue"
                                                xmi:uuid="1f2de389-6ced-4256-9390-bc38469e81aa"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@10c2511.result(ends1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_ends2_"
                                            xmi:uuid="4813941a-3ef1-40ef-a62f-2d48b3d0d74e"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_ends2_-lowerValue"
                                                xmi:uuid="7775a67a-2382-4e9f-aeca-b3ea721ed30f"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_ends2_-upperValue"
                                                xmi:uuid="70d21125-458d-4f7a-a89e-a3ed03e3c0c6"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@10c2511.result(ends2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_i_"
                                            xmi:uuid="2bd6b422-af19-416c-8509-6b50a377847b"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@10c2511.result(i)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_j_"
                                            xmi:uuid="22a781e0-221d-4df0-9a30-42da6a3b0acc"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_j_-lowerValue"
                                                xmi:uuid="eb70ab92-8bea-40e5-966a-e522fd6c84bb"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_j_-upperValue"
                                                xmi:uuid="9a42a3f0-1698-4665-9172-493ee5a56e71"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@10c2511.result(j)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-ForStatement_10c2511.result_counter_"
                                            xmi:uuid="d41ec975-8f2c-4910-a8a8-39b2ecd3c904"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@10c2511.result(counter)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-result-9"
                                            xmi:uuid="71832236-0a65-4098-8aa3-5f41b3d8a03b"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@10c2511.result(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <name>Loop(ForStatement@10c2511)</name>
                                        <isTestedFirst>true</isTestedFirst>
                                        <decider
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-Loop_ForStatement_10c2511_-Call_LTEQ_-Call_LTEQ_.result_result_"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_"
                                        xmi:uuid="cd8df259-d8d4-4a0d-8827-e6fb1d75ed89"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-edge-1"
                                            xmi:uuid="af02d38e-51f8-4d78-a7c8-c8aed28a9a26"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Fork_Value_1_.result_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call_-_-Call_-_.argument_y_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-edge-2"
                                            xmi:uuid="7ddbd6f6-dbe7-41f3-8a01-9f6c0390bd96"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call_-_-Call_-_.result_result_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call___-Call___.argument_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-edge-3"
                                            xmi:uuid="7c0f3d1f-727c-44f2-88e5-977d445294ec"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-4-result"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call___-Call___.argument_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-1"
                                            xmi:uuid="9ce241c6-dadf-496a-8724-7fcadef2ea80"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-1-result"
                                                xmi:uuid="dace4590-9e18-4819-8279-1f2ec0c45096"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-1-value"
                                                xmi:uuid="92b27df3-3b6f-453a-8d0c-5917a4e43ce6"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Fork_Value_1_.result_"
                                            xmi:uuid="0e2e776c-5d81-4c41-bd4b-a4b1fde90d96"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(Value(1).result)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call_-_"
                                            xmi:uuid="5e94063b-ac95-40a6-be83-60736af2c5c4"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-minus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call_-_-Call_-_.argument_x_"
                                                xmi:uuid="d500f202-5145-48a8-86f3-7a2af31c38f5"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(-).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call_-_-Call_-_.argument_y_"
                                                xmi:uuid="1d1ac4e6-266a-4de9-bed6-a150ecfd1914"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(-).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call_-_-Call_-_.result_result_"
                                                xmi:uuid="b9b4aa75-97b4-4ce7-a38d-b1d555cfdc54"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(-).result(result)</name>
                                            </result>
                                            <name>Call(-)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-4"
                                            xmi:uuid="081e46be-aaba-4da8-b4b9-ed81124ac2fd"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-4-result"
                                                xmi:uuid="755579eb-bfac-40a0-8a12-03c564f6ae9d"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-4-value"
                                                xmi:uuid="f2bdff70-cca7-4811-9d3f-eadb5999c419"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call___"
                                            xmi:uuid="4db5d9f3-2119-41aa-9a4d-021ea732bb51"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call___-Call___.argument_x_"
                                                xmi:uuid="65d4b523-5666-48f9-a767-6bfd07cc3eae"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call___-Call___.argument_y_"
                                                xmi:uuid="3cb37724-fc5b-4a5a-a713-4a3b4f0b6c07"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-Call___-Call___.result_result_"
                                                xmi:uuid="1f289305-4aa0-408b-ac94-f8cd596a8288"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).result(result)</name>
                                            </result>
                                            <name>Call(+)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-6"
                                            xmi:uuid="6d8d705c-4dfe-436d-a14c-11f4346997ae"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-6-result"
                                                xmi:uuid="e8218813-798c-4fa6-be9e-38df02c95a62"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ForStatement_10c2511-LoopVariables_ForStatement_10c2511_-node-6-value"
                                                xmi:uuid="e755eb87-6b06-4802-b2a8-6ebe61b9dc5e"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <name>LoopVariables(ForStatement@10c2511)</name>
                                    </node>
                                    <name>ForStatement@10c2511</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_upper__1c06b8b_"
                                    xmi:uuid="3bee5da3-0142-4b29-8c49-c35acfad65a5"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_upper__1c06b8b_-edge"
                                        xmi:uuid="0cc521f3-da86-4c76-a074-aaee722b5135"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.input"
                                        xmi:uuid="dd95c132-7480-4ab8-8e06-f7d47252bb50"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.input-lowerValue"
                                            xmi:uuid="d17ee5a6-723f-45b8-8ec4-0df84b2d2f26"
                                            xmi:type="uml:LiteralInteger"/>
                                        <name>Passthru(Fork(upper)@1c06b8b).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.output"
                                        xmi:uuid="ffba5e9e-f718-42d1-be9a-ebff42487fb5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_upper__1c06b8b_-Passthru_Fork_upper__1c06b8b_.output-lowerValue"
                                            xmi:uuid="e5b7606d-6168-4a31-9316-b106acbb46d8"
                                            xmi:type="uml:LiteralInteger"/>
                                        <name>Passthru(Fork(upper)@1c06b8b).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(upper)@1c06b8b)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_helper__"
                                    xmi:uuid="bf1fd761-1269-49e9-9a37-937417b52f5a"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_helper__-edge"
                                        xmi:uuid="1b1b79e9-ad64-4ca6-9092-efb6bc621088"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                        xmi:uuid="57b77001-feb7-4e4b-b298-11b0ce0898de"
                                        xmi:type="uml:InputPin">
                                        <name>Passthru(Fork(helper)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                        />
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                        xmi:uuid="cd9ec11d-effb-436c-a957-3b7e6e36f706"
                                        xmi:type="uml:OutputPin">
                                        <name>Passthru(Fork(helper)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                        />
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(helper))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_n__"
                                    xmi:uuid="251fc7af-29bf-4483-812d-a3690fa6b9ce"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_n__-edge"
                                        xmi:uuid="312ed929-8c09-4318-ba5c-02580b47de84"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_n__-Passthru_Fork_n__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_n__-Passthru_Fork_n__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_n__-Passthru_Fork_n__.input"
                                        xmi:uuid="1b1004b3-9d56-4430-8f1b-8cec7fc42030"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Passthru(Fork(n)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_n__-Passthru_Fork_n__.output"
                                        xmi:uuid="4a196140-19a4-4789-95d5-3100409dd036"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Passthru(Fork(n)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(n))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__"
                                    xmi:uuid="7eb73413-b0bd-41fb-8848-9b008a23bbc6"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-edge"
                                        xmi:uuid="1f82269a-8bdb-4226-9d60-32d3836f8582"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                        xmi:uuid="9d13c7df-b1bc-49de-aafa-f3b604488ea6"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-lowerValue"
                                            xmi:uuid="b632dfe7-3e7e-4a32-89a7-4b726f883540"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-upperValue"
                                            xmi:uuid="d3364549-7d6b-4de3-927b-5e1049c6fdd8"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends1)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                        xmi:uuid="b8fc916b-b125-4ee0-b74f-8628074de35a"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-lowerValue"
                                            xmi:uuid="0dc1667b-f091-408e-88c3-6838d99fe347"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-upperValue"
                                            xmi:uuid="cd4b785b-f1cf-43d1-8524-2e956b775f70"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends1)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(ends1))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__"
                                    xmi:uuid="d12d7c11-a66c-4f4f-ab35-ed1ab3e27a92"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-edge"
                                        xmi:uuid="77a44df9-2a57-4d6a-8787-13d5ba98c6ea"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                        xmi:uuid="b1d5ad35-ff3e-4211-8b9b-88d16d9c50ec"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-lowerValue"
                                            xmi:uuid="653551c4-786b-4103-8a6b-c1bc37793446"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-upperValue"
                                            xmi:uuid="903c43ee-ca1c-408d-8891-de71ecd53d75"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends2)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                        xmi:uuid="c35e0689-f74b-4515-99cb-8529cacd8cb3"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-lowerValue"
                                            xmi:uuid="19932259-85dc-4970-afde-98b632bc027a"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-upperValue"
                                            xmi:uuid="263754f5-d95d-4493-9677-6a5b1a5b8c7d"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends2)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(ends2))</name>
                                </node>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-upper"
                                    xmi:uuid="2e368a8d-876d-4efd-b62c-c9d9e313c0c0"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-upper-lowerValue"
                                        xmi:uuid="4a0c574c-0288-4ed3-b24e-51c59b1efe53"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>upper</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-helper"
                                    xmi:uuid="385f79b6-c4b1-484b-ba34-2d09b9c22637"
                                    xmi:type="uml:OutputPin">
                                    <name>helper</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-n"
                                    xmi:uuid="af097bad-b3f4-46e8-ad22-b1c7acc2975f"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>n</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ends1"
                                    xmi:uuid="9bcf7c34-44fa-4f4a-83d4-750357ee0b9d"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ends1-lowerValue"
                                        xmi:uuid="38edb0fe-aa15-4142-9e03-014798fa9ebb"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ends1-upperValue"
                                        xmi:uuid="a4c67be9-1210-4370-bd3c-13f3c58afc73"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>ends1</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ends2"
                                    xmi:uuid="c8cef9f1-40c5-4d34-b702-6be52836beeb"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ends2-lowerValue"
                                        xmi:uuid="4cd7b2d4-beb0-4f05-8c4a-521418bfb126"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Body_ForStatement_133450a_-ends2-upperValue"
                                        xmi:uuid="99ddafd1-9260-44d3-bc67-aea1a233fd34"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>ends2</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>Body(ForStatement@133450a)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-12"
                                xmi:uuid="dca4c37f-b228-479f-b858-ad29e7e268a3"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-12-argument-1"
                                    xmi:uuid="d328249c-a616-4139-8ca0-e1786b6449d7"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-12-argument-2"
                                    xmi:uuid="d644ae55-3284-4e39-86ab-3cf36cd50e9a"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-12-result"
                                    xmi:uuid="b39f470f-b0ab-4391-b179-4f92aa98cce3"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).result(result)</name>
                                </result>
                                <name>Call(+)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-13"
                                xmi:uuid="d8753bd8-2269-4576-aa34-2a39d6afce20"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-13-result"
                                    xmi:uuid="fa7d3d5e-bcf1-434f-8877-5d2665f03d1c"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-13-value"
                                    xmi:uuid="95f9adf6-9fa6-487a-bf6f-75a3dec7d268"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-14"
                                xmi:uuid="f33c205d-11cb-4e17-853a-147977059c31"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-14-argument-1"
                                    xmi:uuid="266131cd-741c-43fe-a237-dce84ab10c29"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-14-argument-2"
                                    xmi:uuid="e99eade6-aefc-4ad6-974a-e80b17c9f14c"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-14-result"
                                    xmi:uuid="b7ba1e96-95dc-45af-940a-7fe9f445a6a0"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).result(result)</name>
                                </result>
                                <name>Call(+)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-15"
                                xmi:uuid="e8280e8c-7bcd-43b6-8dc9-bb6cfadb127f"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-15-result"
                                    xmi:uuid="387794a9-6901-4df5-bc88-6841d26fc659"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-node-15-value"
                                    xmi:uuid="1fcf48c5-e3c7-45a7-a8a2-a6669151e3c1"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Passthru_Passthru_upper__"
                                xmi:uuid="46e188ed-4256-472c-bb5f-154d9b79cbc4"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Passthru_Passthru_upper__-edge"
                                    xmi:uuid="d65d48e6-891c-4e77-82fd-5084d79e276a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                    />
                                </edge>
                                <structuredNodeInput
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                    xmi:uuid="4f9c18b2-31ac-46f8-a2fc-ef2f37e28480"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Passthru(Passthru(upper)).input</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeInput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                    xmi:uuid="566c0997-0d70-46db-b7fc-60b50c9a3f05"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Passthru(Passthru(upper)).output</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>Passthru(Passthru(upper))</name>
                            </node>
                            <loopVariable
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-loopVariable-1"
                                xmi:uuid="ca8af2be-8000-41f7-95fc-eede9e55101a"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-loopVariable-1-lowerValue"
                                    xmi:uuid="9797d3fa-b3f3-4927-b551-f73d6b5ba1c8"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>ForStatement@133450a.loopVariable(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_133450a.loopVariable_helper_"
                                xmi:uuid="78155add-79f3-4a75-a702-f0cd4f77ba20"
                                xmi:type="uml:OutputPin">
                                <name>ForStatement@133450a.loopVariable(helper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                                <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_133450a.loopVariable_n_"
                                xmi:uuid="85bd4a48-6cee-4454-b8d9-501bb5c786c0"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@133450a.loopVariable(n)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_133450a.loopVariable_ends1_"
                                xmi:uuid="fabcb584-670e-4f82-9851-b079d674cd29"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="ForStatement_133450a.loopVariable_ends1_-lowerValue"
                                    xmi:uuid="11aac85a-8c31-4e04-9152-1b3a1d916441"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="ForStatement_133450a.loopVariable_ends1_-upperValue"
                                    xmi:uuid="268b4e37-cadc-441f-984b-36b3058a2342"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@133450a.loopVariable(ends1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_133450a.loopVariable_ends2_"
                                xmi:uuid="24d29839-974f-4f87-9840-a7ed3306c419"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="ForStatement_133450a.loopVariable_ends2_-lowerValue"
                                    xmi:uuid="3fcd6289-c140-4077-896b-1d10c2c2e057"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="ForStatement_133450a.loopVariable_ends2_-upperValue"
                                    xmi:uuid="d363ed05-1399-48ef-8a7b-706c3c0b5586"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@133450a.loopVariable(ends2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_133450a.loopVariable_i_"
                                xmi:uuid="f08f23f7-f1c9-4216-aac6-4a831dcc1ffb"
                                xmi:type="uml:OutputPin">
                                <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <lowerValue xmi:id="ForStatement_133450a.loopVariable_i_-lowerValue"
                                    xmi:uuid="4857395d-cdfa-4d41-b39f-7d82c71300a2"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue xmi:id="ForStatement_133450a.loopVariable_i_-upperValue"
                                    xmi:uuid="a130921d-416a-4769-a011-e626e9ca7b9f"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@133450a.loopVariable(i)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_133450a.loopVariable_counter_"
                                xmi:uuid="8fcce389-df7f-4879-b75c-5a151d8c7fc7"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@133450a.loopVariable(counter)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-loopVariable-8"
                                xmi:uuid="c15abe5d-a3e3-4638-bbbd-b6f18a9e001c"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@133450a.loopVariable(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-loopVariableInput-1"
                                xmi:uuid="6e585628-49cb-4003-98c8-ca9cf95900b2"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-loopVariableInput-1-lowerValue"
                                    xmi:uuid="24006264-06e9-4007-a29f-7ff083162012"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>ForStatement@133450a.loopVariableInput(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_helper_"
                                xmi:uuid="c7fe0028-b50b-43fe-a184-f05211064078"
                                xmi:type="uml:InputPin">
                                <name>ForStatement@133450a.loopVariableInput(helper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                                <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_n_"
                                xmi:uuid="79372dc8-0f97-4c75-8fcb-e4361c68223a"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@133450a.loopVariableInput(n)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_ends1_"
                                xmi:uuid="83e2bae6-ba85-449f-8be7-a8f8db41a5bb"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_ends1_-lowerValue"
                                    xmi:uuid="0b86a2c2-4743-415e-9fe3-6d64fef8667c"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_ends1_-upperValue"
                                    xmi:uuid="c165f160-b58d-4083-8543-cc9b79fa0908"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@133450a.loopVariableInput(ends1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_ends2_"
                                xmi:uuid="020963a9-d1f2-4f21-92c4-bf61b5ba29cf"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_ends2_-lowerValue"
                                    xmi:uuid="eecabe88-c477-450c-acd2-3b57a71edfd4"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_ends2_-upperValue"
                                    xmi:uuid="828b2c99-a3ce-4c35-9c89-4150e6d491f5"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@133450a.loopVariableInput(ends2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_i_"
                                xmi:uuid="238b86fc-8907-4efa-b220-bec031cedded"
                                xmi:type="uml:InputPin">
                                <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <name>ForStatement@133450a.loopVariableInput(i)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.loopVariableInput_counter_"
                                xmi:uuid="7a2e81cc-0be5-4b21-9a43-9cb66a8157da"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@133450a.loopVariableInput(counter)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-loopVariableInput-8"
                                xmi:uuid="a0a8a812-b7d4-4110-88fb-73145c2064fd"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@133450a.loopVariableInput(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <result
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-result-1"
                                xmi:uuid="6fc94c62-3fa4-4c61-9825-28870aaaae5f"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-result-1-lowerValue"
                                    xmi:uuid="7262af9c-c278-4227-99b0-998ec1b562b1"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>ForStatement@133450a.result(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_helper_"
                                xmi:uuid="9a6572ec-3852-40af-a956-3ea4aab4ca87"
                                xmi:type="uml:OutputPin">
                                <name>ForStatement@133450a.result(helper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                                <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_n_"
                                xmi:uuid="4ff7090c-4e0c-4cf9-9730-3073ecb794a7"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@133450a.result(n)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_ends1_"
                                xmi:uuid="8973eac9-e2bc-4457-9e39-984a5e30b479"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_ends1_-lowerValue"
                                    xmi:uuid="22bcb743-7918-40a5-811c-b1d82dc5266b"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_ends1_-upperValue"
                                    xmi:uuid="2b04eeec-e2a6-4211-ae25-1b2da315d6f3"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@133450a.result(ends1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_ends2_"
                                xmi:uuid="3edaa468-d98c-4e43-b5bd-351c1c0af445"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_ends2_-lowerValue"
                                    xmi:uuid="654a600e-ed5e-4511-bb4e-71f47ef9be81"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_ends2_-upperValue"
                                    xmi:uuid="e407234a-dd24-47cd-b5b6-cbc9f49a3185"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@133450a.result(ends2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_i_"
                                xmi:uuid="cd960635-ef36-469d-9940-45f809d45acc"
                                xmi:type="uml:OutputPin">
                                <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_i_-lowerValue"
                                    xmi:uuid="ac5829ff-7cbf-4cac-8fd1-150eacae9f02"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_i_-upperValue"
                                    xmi:uuid="1adad21f-d6b5-4791-a01e-5287d4892666"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@133450a.result(i)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-ForStatement_133450a.result_counter_"
                                xmi:uuid="79d4af5c-0e61-49a1-8a65-e6197c4cc145"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@133450a.result(counter)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-result-8"
                                xmi:uuid="4d79e758-914c-45e4-98f6-e651a9dd60a4"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@133450a.result(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <name>Loop(ForStatement@133450a)</name>
                            <isTestedFirst>true</isTestedFirst>
                            <decider
                                xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-Loop_ForStatement_133450a_-Call_LTEQ_-Call_LTEQ_.result_result_"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_"
                            xmi:uuid="7d739f8f-7564-432b-9f96-a4feafa84e97"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-edge-1"
                                xmi:uuid="4cc936af-a37c-45f3-a3cb-6a0e93a40e14"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Fork_Value_1_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call_-_-Call_-_.argument_y_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-edge-2"
                                xmi:uuid="094a3592-97b7-4c37-ac62-31f0a83900ef"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call_-_-Call_-_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call___-Call___.argument_x_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-edge-3"
                                xmi:uuid="25c1e7d4-10fc-4b46-a6bf-b9f48b292016"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-4-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call___-Call___.argument_y_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-1"
                                xmi:uuid="34b187ec-7f50-4a35-8f1c-058bf03f6cfa"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-1-result"
                                    xmi:uuid="71493ceb-4ac0-4044-bfec-84847f9c9aa1"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-1-value"
                                    xmi:uuid="2ddf9e37-b01e-43a5-b50b-2292d70323c1"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Fork_Value_1_.result_"
                                xmi:uuid="64ad1092-6003-4852-8ee4-8974b917e6e4"
                                xmi:type="uml:ForkNode">
                                <name>Fork(Value(1).result)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call_-_"
                                xmi:uuid="0577fa37-4afe-4db4-bb1c-340235ca44f0"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-minus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call_-_-Call_-_.argument_x_"
                                    xmi:uuid="c1c091b6-8967-4a20-b57a-78483504d299"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(-).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call_-_-Call_-_.argument_y_"
                                    xmi:uuid="0e745a5c-d298-4bce-8fcd-e12a021eab23"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(-).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call_-_-Call_-_.result_result_"
                                    xmi:uuid="debcd4fb-0fbc-472d-8f5a-60cde1ce8316"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(-).result(result)</name>
                                </result>
                                <name>Call(-)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-4"
                                xmi:uuid="c5382b47-72ef-4c0e-ad81-52d6734c7e9c"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-4-result"
                                    xmi:uuid="0156b1ad-b804-4164-bb71-71745eaa3d4a"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-4-value"
                                    xmi:uuid="97dfbc9a-1c50-4380-9e29-e794785def3d"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call___"
                                xmi:uuid="5043cbc9-876d-4e43-a7e5-10cac4050eae"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call___-Call___.argument_x_"
                                    xmi:uuid="91deec0c-4e1a-4f0a-9a96-1664cd3a5ff8"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call___-Call___.argument_y_"
                                    xmi:uuid="2f4d10a0-001d-4023-9923-7cbd8a9d5f6f"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-Call___-Call___.result_result_"
                                    xmi:uuid="61607c05-af3b-4d3e-af9c-52be5e8ae835"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).result(result)</name>
                                </result>
                                <name>Call(+)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-6"
                                xmi:uuid="2bf69735-6d44-4016-b39a-15cfeb7bcbaa"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-6-result"
                                    xmi:uuid="7c4e5d7b-04c8-470a-abf2-31397486766b"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertArrayPattern-Body_AssertArrayPattern_-ForStatement_133450a-LoopVariables_ForStatement_133450a_-node-6-value"
                                    xmi:uuid="c5b213bb-c277-45ee-9d21-df0679ebc75b"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <name>LoopVariables(ForStatement@133450a)</name>
                        </node>
                        <name>ForStatement@133450a</name>
                    </node>
                    <name>Body(AssertArrayPattern)</name>
                </node>
                <name>AssertArrayPattern</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Utils-AssertStarPattern"
                xmi:uuid="6a42adba-c18e-4a6f-8d14-539b19291010" xmi:type="uml:Activity">
                <ownedComment xmi:id="Test_Suites-Utils-AssertStarPattern-ownedComment"
                    xmi:uuid="47480bfd-fc15-4596-a934-2b0555e3ad42" xmi:type="uml:Comment">
                    <body>namespace 'Test Suites'::Utils ;

private import Alf::Library::CollectionFunctions::size ;
private import Alf::Library::PrimitiveBehaviors::IntegerFunctions::ToString ;

activity AssertStarPattern(in ends1 : any[],
											 in ends2 : any[], 
											 in n1 : Integer, 
											 in n2 : Integer,
											 in helper : AbstractAssertCompositeHelper) { 
	// Check cardinalities
	AssertEquals("StarPattern - ends1-&gt;size()", ends1-&gt;size(), n1) ;
	AssertEquals("StarPattern - ends2-&gt;size()", ends2-&gt;size(), n2) ;
	// Checks connections
	for (i in 1..ends1-&gt;size()) {
		for (j in 1..ends2-&gt;size()) {
			helper.assertConnected("StarPattern - ends1[" + ToString(i) + "] is connected to ends2[" + ToString(j) + "]",ends1[i], ends2[j]) ;
		}
	}
}</body>
                </ownedComment>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertStarPattern-ends1"
                    xmi:uuid="e362afcd-fca9-40ce-b497-433828f49eb2" xmi:type="uml:Parameter">
                    <lowerValue xmi:id="Test_Suites-Utils-AssertStarPattern-ends1-lowerValue"
                        xmi:uuid="52be4f28-0385-4328-908f-71e3de9a8a08"
                        xmi:type="uml:LiteralInteger"/>
                    <upperValue xmi:id="Test_Suites-Utils-AssertStarPattern-ends1-upperValue"
                        xmi:uuid="95c9f182-03b1-4d01-82b7-882216dc39f2"
                        xmi:type="uml:LiteralUnlimitedNatural">
                        <value>*</value>
                    </upperValue>
                    <name>ends1</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertStarPattern-ends2"
                    xmi:uuid="ed1319c8-b15d-45cd-a8fa-c7ac9206a1bf" xmi:type="uml:Parameter">
                    <lowerValue xmi:id="Test_Suites-Utils-AssertStarPattern-ends2-lowerValue"
                        xmi:uuid="2094eee9-5281-4d20-a4b8-ef2d09a68cf3"
                        xmi:type="uml:LiteralInteger"/>
                    <upperValue xmi:id="Test_Suites-Utils-AssertStarPattern-ends2-upperValue"
                        xmi:uuid="c613536b-9a14-4dcc-a28c-e36ecfedc51e"
                        xmi:type="uml:LiteralUnlimitedNatural">
                        <value>*</value>
                    </upperValue>
                    <name>ends2</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertStarPattern-n1"
                    xmi:uuid="9b8657a3-3fa2-43c4-b8a4-00ee2120a909" xmi:type="uml:Parameter">
                    <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                    <name>n1</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertStarPattern-n2"
                    xmi:uuid="e96ad197-a033-4e0f-8068-87952e3d7984" xmi:type="uml:Parameter">
                    <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                    <name>n2</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertStarPattern-helper"
                    xmi:uuid="4a87fc99-8bb8-4a4c-aee9-600407f33c63" xmi:type="uml:Parameter">
                    <name>helper</name>
                    <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                </ownedParameter>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-1"
                    xmi:uuid="ddd62cee-6141-4a70-9614-c41d780d47b2" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Input_ends1_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_ends1_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-2"
                    xmi:uuid="93d3e468-354b-4980-87ee-c6f4946a2d7b" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Input_ends2_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_ends2_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-3"
                    xmi:uuid="ee0113ac-3d9d-4ec6-b714-588fc8def231" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Input_n1_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_n1_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-4"
                    xmi:uuid="159ce526-24bb-4e9f-8713-c57c5b655a72" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Input_n2_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_n2_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-5"
                    xmi:uuid="39e913e5-2508-43b2-994b-c0f1c5176a26" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Input_helper_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_helper_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-6"
                    xmi:uuid="fa3e514f-3f2b-408e-8233-d2283ced79a9" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_n1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-7"
                    xmi:uuid="57957ca7-51e8-4192-a12b-d4153c2c1beb" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_ends1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-8"
                    xmi:uuid="2ba1f733-ea11-4927-aeb3-19ea85c5803c" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_n2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-9"
                    xmi:uuid="e8586914-6a42-4385-b6ea-ebfd200a6639" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_ends2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-10"
                    xmi:uuid="e19f3fe6-cf79-41a8-a9bf-eeb168159de2" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_n1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_n1_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-11"
                    xmi:uuid="a5f2b4b8-ab32-4b9c-ac70-a2da8c7b94f5" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_helper_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_helper_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-12"
                    xmi:uuid="b7d53f9c-4cbd-4c57-85e3-4a58a0090ab4" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_n2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_n2_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-13"
                    xmi:uuid="b5e7b6b9-2b21-43e7-894c-c6d8291f5e72" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_ends1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_ends1_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-14"
                    xmi:uuid="95940fb7-200e-460e-8e94-700a05416ce1" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_ends2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_ends2_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertStarPattern-edge-15"
                    xmi:uuid="4b1c0a70-19f4-4dbd-a09d-e85d93fca908" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertStarPattern-Fork_ends1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                    />
                </edge>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Input_ends1_"
                    xmi:uuid="9e7f90f8-075d-4c56-a926-ec39cf0723f6"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(ends1)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertStarPattern-ends1"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Fork_ends1_"
                    xmi:uuid="527dbb18-37d3-42bd-ab74-e46d1ccb93e4" xmi:type="uml:ForkNode">
                    <name>Fork(ends1)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Input_ends2_"
                    xmi:uuid="ef3b3c91-d697-407b-abf2-fd15c56da32d"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(ends2)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertStarPattern-ends2"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Fork_ends2_"
                    xmi:uuid="bd5e213e-fb0d-4abe-9088-ccf68edb6588" xmi:type="uml:ForkNode">
                    <name>Fork(ends2)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Input_n1_"
                    xmi:uuid="71428309-0b57-427a-a1e6-abf40a3bbf35"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(n1)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertStarPattern-n1"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Fork_n1_"
                    xmi:uuid="9f211b04-0176-477b-8186-5289f1943354" xmi:type="uml:ForkNode">
                    <name>Fork(n1)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Input_n2_"
                    xmi:uuid="bfa33345-4aa8-4838-8fde-27dd0b2fd095"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(n2)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertStarPattern-n2"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Fork_n2_"
                    xmi:uuid="3af10ce1-3975-42c0-b8ab-4dec9effb1c5" xmi:type="uml:ForkNode">
                    <name>Fork(n2)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Input_helper_"
                    xmi:uuid="b496a8af-0cb9-4764-b7f1-514321f0b09f"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(helper)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertStarPattern-helper"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Fork_helper_"
                    xmi:uuid="3f5fc456-e7f5-4254-a134-6b6715760324" xmi:type="uml:ForkNode">
                    <name>Fork(helper)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_"
                    xmi:uuid="92e9a71b-d34b-459c-9dd7-65ff72b11840"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-edge-1"
                        xmi:uuid="6ae94c27-cd6f-4222-9fe8-a178888b1368" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6"/>
                        <target
                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd"
                        />
                    </edge>
                    <edge
                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-edge-2"
                        xmi:uuid="82e6bea5-ea63-4dac-8a31-0d8072c1a965" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd"/>
                        <target
                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6"
                        xmi:uuid="90f04488-d8d7-4d4c-9d73-3627bf61d364"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-edge-1"
                            xmi:uuid="c9126d02-0ff5-4d89-a52a-e4de7cf7c614"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Value__StarPattern_-_ends1-GTsize____-Value__StarPattern_-_ends1-GTsize____.result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-edge-2"
                            xmi:uuid="7a005ae9-f081-4327-a56c-135fc8f36514"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-edge-3"
                            xmi:uuid="5f623652-c5ee-4c90-88d0-ad7c2e53d0f1"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Call_AssertEquals_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Call_AssertEquals_"
                            xmi:uuid="4bc3c905-d296-41e7-bb9b-9e32a8a0b4ee"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                xmi:uuid="8af5c1a6-67d5-4cc6-9f3f-a2bc6ac8fe8d"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertEquals).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                xmi:uuid="be0145d7-7c21-49d2-8aeb-6ccc51ca6606"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value1)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                xmi:uuid="68e3cdc0-eb6f-42b7-9e57-c50b75b51686"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value2)</name>
                            </argument>
                            <name>Call(AssertEquals)</name>
                            <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e"
                            xmi:uuid="b6fcc97f-82bb-4ab0-8149-4216976cecc1"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Value__StarPattern_-_ends1-GTsize____"
                                xmi:uuid="bace1c9d-91d1-4e33-b36d-3798c1694e9d"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Value__StarPattern_-_ends1-GTsize____-Value__StarPattern_-_ends1-GTsize____.result"
                                    xmi:uuid="598dff80-108c-4c78-b2a1-4d913e9ea4e9"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("StarPattern - ends1-&gt;size()").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Value__StarPattern_-_ends1-GTsize____-value"
                                    xmi:uuid="4e36c944-1a9e-4387-a928-64c04bc3712b"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>StarPattern - ends1-&gt;size()</value>
                                </value>
                                <name>Value("StarPattern - ends1-&gt;size()")</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Call___Alf_Library_CollectionFunctions_size__any___"
                                xmi:uuid="629ea0e0-e3d3-4044-84e3-be3929cee49c"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                    xmi:uuid="213b1556-d8e6-4bcf-9d61-6bf5f4faa975"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                        xmi:uuid="8a014f38-54ca-4061-8715-fcd26a2d1001"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                        xmi:uuid="746dd39a-4ecb-4e0e-b02f-1dfecdbc7918"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_1e915f6-Tuple_15a309e-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                    xmi:uuid="5dfdeb59-1b6e-4987-9f74-fe7239180652"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <name>Tuple@15a309e</name>
                        </node>
                        <name>ExpressionStatement@1e915f6</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd"
                        xmi:uuid="ebf25588-3b8a-4b37-bdf9-d1db5466e25e"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-edge-1"
                            xmi:uuid="f83f1347-e00a-48b9-bca1-4a59c79aaf98"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Value__StarPattern_-_ends2-GTsize____-Value__StarPattern_-_ends2-GTsize____.result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-edge-2"
                            xmi:uuid="e571d7cb-ed84-49c2-ad58-2e0c70cf7d1e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-edge-3"
                            xmi:uuid="d188a633-81f2-476c-b4fd-c14fc2c9f293"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Call_AssertEquals_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Call_AssertEquals_"
                            xmi:uuid="bff7154d-bd05-4a30-bcf8-9af83d01635a"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                xmi:uuid="4041df5b-b141-4391-9d98-baaf9ce0c813"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertEquals).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                xmi:uuid="02f544f5-b851-404e-b6ec-b94c1e2253ec"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value1)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                xmi:uuid="44f0c191-44cf-42fe-92b2-9ae795a01ae5"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value2)</name>
                            </argument>
                            <name>Call(AssertEquals)</name>
                            <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d"
                            xmi:uuid="87bf9da5-fab8-4074-9115-e018a7481f3a"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Value__StarPattern_-_ends2-GTsize____"
                                xmi:uuid="bfa67fbf-443f-443e-a54d-11383d183936"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Value__StarPattern_-_ends2-GTsize____-Value__StarPattern_-_ends2-GTsize____.result"
                                    xmi:uuid="a2bf7605-1918-4edb-a8f8-8ddae88121b9"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("StarPattern - ends2-&gt;size()").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Value__StarPattern_-_ends2-GTsize____-value"
                                    xmi:uuid="bcf6891a-8fb3-4df8-8098-1835e7258afb"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>StarPattern - ends2-&gt;size()</value>
                                </value>
                                <name>Value("StarPattern - ends2-&gt;size()")</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Call___Alf_Library_CollectionFunctions_size__any___"
                                xmi:uuid="3ba48af7-8545-4fd5-8045-01bb8225c8be"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                    xmi:uuid="5ae39e22-8ac4-450b-8d5f-924c519029d8"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                        xmi:uuid="b2eb1011-47c1-44b6-821a-354e195a49c7"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                        xmi:uuid="79039d3a-38de-4b06-abf1-cccbaa4b2f51"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ExpressionStatement_d333fd-Tuple_a7703d-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                    xmi:uuid="f45d0a9c-905d-4b20-b949-3ec653ec80f3"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <name>Tuple@a7703d</name>
                        </node>
                        <name>ExpressionStatement@d333fd</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9"
                        xmi:uuid="67700ad7-ddaf-4fe8-a08d-2f049deb6407"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-edge-1"
                            xmi:uuid="a361c5ac-e3c7-4fcf-ba40-68e31329e810"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-1-result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Fork_Value_1_.result_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-edge-2"
                            xmi:uuid="73dff9d4-acd5-472b-bae9-827c36829633"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-7-result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_counter_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-edge-3"
                            xmi:uuid="86e0228b-b3d0-47f6-aaad-ff39093097c5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___-Call___.result_result_"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_upper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-edge-4"
                            xmi:uuid="922acae1-3dd1-4dc6-bb9c-fa519c2fbc9f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Fork_Value_1_.result_"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_i_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-edge-5"
                            xmi:uuid="c533d235-88b5-487b-b6ba-db2cd073299a"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_"
                            xmi:uuid="510ca0a0-9b84-45eb-b33f-bde78c1ddd0c" xmi:type="uml:LoopNode">
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-n1"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-helper"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-n2"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ends1"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ends2"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-12-result"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-14-result"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Values_ForStatement_cd25f9_"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-12"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-13"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-14"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-15"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Passthru_Passthru_upper__"/>
                            <test
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Call_LTEQ_"/>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-1"
                                xmi:uuid="0421b93b-8818-4eb4-bcfd-8b4bab913583"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_cd25f9.loopVariable_n1_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_n1__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-2"
                                xmi:uuid="7e960907-cb99-4cf2-8b61-8c05f875fcd2"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_cd25f9.loopVariable_helper_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_helper__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-3"
                                xmi:uuid="884a5c2c-51db-47b6-916a-66fc9236f91a"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_cd25f9.loopVariable_n2_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_n2__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-4"
                                xmi:uuid="ba9bb6ec-75ae-4346-97ac-139ccf74d145"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_cd25f9.loopVariable_ends1_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_ends1__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-5"
                                xmi:uuid="152973b3-9f78-48af-a9af-a32d4907e9c0"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_cd25f9.loopVariable_ends2_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_ends2__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-6"
                                xmi:uuid="986fdd1e-a3f4-4e83-87ba-56bb483b3a01"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_cd25f9.loopVariable_i_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_i__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-7"
                                xmi:uuid="355b32ec-f87b-4cb7-aa70-dc520139031b"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_cd25f9.loopVariable_counter_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_counter__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-8"
                                xmi:uuid="14c2d204-85f0-435c-b432-7fd4f2c102a3"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_cd25f9.loopVariable_upper_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_upper__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-9"
                                xmi:uuid="b1c2166a-30ea-47c5-a7bb-a922b2f57905"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_counter__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-10"
                                xmi:uuid="53b46a0a-1e61-464e-a1a9-b4794f0b9bf9"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_upper__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-11"
                                xmi:uuid="e8182293-da86-4472-9380-c9d336ec9565"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_cd25f9.loopVariable_i_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Values_ForStatement_cd25f9_-Fork_i_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-12"
                                xmi:uuid="56baf7b3-f678-42f3-822c-af48feb890b1"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Values_ForStatement_cd25f9_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-13"
                                xmi:uuid="7922e73b-cdd1-43c0-bf8e-65613908ea59"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Values_ForStatement_cd25f9_-Fork_i_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_i_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-14"
                                xmi:uuid="787ac573-9822-4333-a606-f99d4f87ef19"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_i__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-12-argument-1"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-15"
                                xmi:uuid="45a2127b-23d5-4500-8110-ed3cb960ca94"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-13-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-12-argument-2"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-16"
                                xmi:uuid="601aba15-fcf7-4fd9-ae84-d921ad4cdbea"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_counter__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-14-argument-1"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-17"
                                xmi:uuid="ef44963e-d7ac-4f31-9399-0b29ecea560e"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-15-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-14-argument-2"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-18"
                                xmi:uuid="dc2b9a9a-e30d-4a63-bcd4-3b41927e56f2"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_upper__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-19"
                                xmi:uuid="7bc2efde-631b-46b3-8ce0-c1f1e04dd985"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_n1__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-20"
                                xmi:uuid="0c52942f-627a-4388-be93-65b5d27ee623"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_helper__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_helper_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-21"
                                xmi:uuid="e45be1c7-d2d0-47ed-982b-e2f632582426"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_n2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-22"
                                xmi:uuid="1cd5104a-f2b4-407b-b612-f4fb7282f8ce"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_ends1__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-23"
                                xmi:uuid="a30a455c-a406-40e1-a5d8-15607719275f"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_ends2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-24"
                                xmi:uuid="c7462572-5042-4b01-b079-9a6c71ce4809"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_ends2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-25"
                                xmi:uuid="5d523cda-5792-4732-b611-ae71fab0f548"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_n1__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-26"
                                xmi:uuid="897be5dd-e767-481a-883b-f59c7a9f8c9c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_helper__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-27"
                                xmi:uuid="a78eba9a-29df-4271-97b3-0e27ac7075f9"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_n2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-28"
                                xmi:uuid="aa4d5c5e-e357-4cac-aafb-59b6ee66e35d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_ends1__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-edge-29"
                                xmi:uuid="a8dbe001-d1d7-4c52-9404-526fad80fa32"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_ends2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_n1__"
                                xmi:uuid="6eda1a25-3258-45ca-8710-2a532812bef9"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@cd25f9.loopVariable(n1))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_helper__"
                                xmi:uuid="0010eca8-34f5-48b9-9a6a-0e47582615db"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@cd25f9.loopVariable(helper))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_n2__"
                                xmi:uuid="a6b0fc7f-b043-4c8e-af18-696c62a5bab5"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@cd25f9.loopVariable(n2))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_ends1__"
                                xmi:uuid="75c24bc8-d35b-497e-aa27-252619ccbb9b"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@cd25f9.loopVariable(ends1))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_ends2__"
                                xmi:uuid="3a5d5f5a-ea05-4d01-99c4-f1398b88eaaf"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@cd25f9.loopVariable(ends2))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_i__"
                                xmi:uuid="af070d9a-67f2-4263-a812-5d861a963bd7"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@cd25f9.loopVariable(i))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_counter__"
                                xmi:uuid="76b48f48-2375-4235-8d24-4978a47ba79d"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@cd25f9.loopVariable(counter))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Fork_ForStatement_cd25f9.loopVariable_upper__"
                                xmi:uuid="d5a0baae-6196-43ca-996f-d180f66127fb"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@cd25f9.loopVariable(upper))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Call_LTEQ_"
                                xmi:uuid="37e2f34f-fc38-4803-8eb1-b6385b04caad"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-le"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                    xmi:uuid="d7d4e3e5-118a-4f2e-9266-8229210c3861"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(&lt;=).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                    xmi:uuid="20c1de51-eea6-4783-bea8-889c0face785"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(&lt;=).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Call_LTEQ_-Call_LTEQ_.result_result_"
                                    xmi:uuid="762dee01-6fa9-4b7a-a419-5860c5b46156"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(&lt;=).result(result)</name>
                                </result>
                                <name>Call(&lt;=)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Values_ForStatement_cd25f9_"
                                xmi:uuid="ec150c3e-7710-4aa7-a7e6-f038e4c20fbc"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Values_ForStatement_cd25f9_-Fork_i_"
                                    xmi:uuid="63eceb47-69d5-45e3-a1e4-9679de19bb7a"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(i)</name>
                                </node>
                                <name>Values(ForStatement@cd25f9)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_"
                                xmi:uuid="752f2c6f-3900-4325-8ee4-aa909e54123d"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-edge-1"
                                    xmi:uuid="f2a280ab-8f55-4c1d-b474-984504d90f6f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-n1"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-edge-2"
                                    xmi:uuid="99351378-0d0b-4a82-ac7a-9af42d4aba6f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-helper"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-edge-3"
                                    xmi:uuid="bd6be7b4-2e0e-43fe-8ed6-147e1ef6cd83"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-n2"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-edge-4"
                                    xmi:uuid="9a704af9-9a13-4654-a7b4-71b68b82ca40"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ends1"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-edge-5"
                                    xmi:uuid="da991be0-ff8d-4d3c-9250-bcb032a41c32"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ends2"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0"
                                    xmi:uuid="f6ed7e66-2536-4187-9777-992b84dcb8e8"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-edge-1"
                                        xmi:uuid="fb4be913-e17f-44ba-badf-127bc61fc655"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-1-result"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Fork_Value_1_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-edge-2"
                                        xmi:uuid="a46f5240-ebb1-44ea-85cd-17e8140af0c6"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-7-result"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_counter_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-edge-3"
                                        xmi:uuid="c1aec95d-928b-465a-975c-9a097e50a1c1"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___-Call___.result_result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_upper_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-edge-4"
                                        xmi:uuid="de11c552-aefe-412f-99e8-2f9c84b47677"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Fork_Value_1_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_j_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-edge-5"
                                        xmi:uuid="adb83c98-c34b-4c34-85dc-1388017e80d1"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_"
                                        xmi:uuid="108079c4-71b0-4bfe-afb5-e78b555348f8"
                                        xmi:type="uml:LoopNode">
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-n1"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-helper"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-n2"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ends1"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ends2"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-i"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-13-result"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-15-result"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Values_ForStatement_fb1ce0_"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-13"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-14"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-15"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-16"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Passthru_Passthru_upper__"/>
                                        <test
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Call_LTEQ_"/>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-1"
                                            xmi:uuid="c8678fb6-2d2d-4187-b48c-ee0c1e3bdc83"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_fb1ce0.loopVariable_n1_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_n1__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-2"
                                            xmi:uuid="03d5db35-5388-486f-a61e-109bb51bbfb1"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_fb1ce0.loopVariable_helper_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_helper__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-3"
                                            xmi:uuid="dd1ba340-fba5-47ff-88b4-636eb6998d74"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_fb1ce0.loopVariable_n2_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_n2__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-4"
                                            xmi:uuid="0a643414-8add-4616-a3ef-b7165b0ba1cc"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_fb1ce0.loopVariable_ends1_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_ends1__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-5"
                                            xmi:uuid="228f8f3c-6528-414b-a0c4-6d00f020e135"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_fb1ce0.loopVariable_ends2_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_ends2__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-6"
                                            xmi:uuid="bca7bdf5-c540-4cb3-b1b8-981185f473a2"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_fb1ce0.loopVariable_i_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_i__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-7"
                                            xmi:uuid="f49b0cc1-94e8-4454-bf41-e439b3a92500"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_fb1ce0.loopVariable_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_j__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-8"
                                            xmi:uuid="9558d08d-d4fb-4572-9e26-c87ec433ef7d"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_fb1ce0.loopVariable_counter_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_counter__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-9"
                                            xmi:uuid="3f1ca0c5-1250-451e-a026-490b2683005c"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_fb1ce0.loopVariable_upper_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_upper__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-10"
                                            xmi:uuid="0e7d9321-9f1d-4289-88b7-288619719ad0"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_counter__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-11"
                                            xmi:uuid="fd0ca8cf-3602-4b37-adec-1cfdcb279530"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_upper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-12"
                                            xmi:uuid="b773214c-cf58-45ab-8dbc-39b54a1082cb"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_fb1ce0.loopVariable_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Values_ForStatement_fb1ce0_-Fork_j_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-13"
                                            xmi:uuid="423bc1fb-4cca-4532-9b14-02e82b9151e6"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Values_ForStatement_fb1ce0_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-14"
                                            xmi:uuid="5a93093d-e085-4536-9913-cc6218c9e1b4"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Values_ForStatement_fb1ce0_-Fork_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-6-argument"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-15"
                                            xmi:uuid="b67fe7b7-c994-4860-9697-d0b6049787f5"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Values_ForStatement_fb1ce0_-Fork_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-13"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-16"
                                            xmi:uuid="d8485eb6-e3c3-4cdb-bc55-798f9bcdb8a2"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_j__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-13-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-17"
                                            xmi:uuid="94fb564d-9875-487c-810a-fb4b5b2c65fe"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-14-result"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-13-argument-2"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-18"
                                            xmi:uuid="7bfb7bba-d27d-462f-b137-249c321e3aaf"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_counter__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-15-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-19"
                                            xmi:uuid="a5bf2edf-6cde-4cea-bbe4-bf3bad2e2ed4"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-16-result"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-15-argument-2"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-20"
                                            xmi:uuid="e241e8ea-b430-49e2-bd88-c34a60bd377a"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_upper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-21"
                                            xmi:uuid="91089545-0b7c-4c1a-a54f-a121d1b79c64"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-2-argument"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-22"
                                            xmi:uuid="b1bba3b4-66d8-4e2c-b5f5-555fb422c784"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_ends1__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-10-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-23"
                                            xmi:uuid="ba4874ff-5893-4cde-9103-9e4a0f0ce59a"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-11"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-24"
                                            xmi:uuid="bc745540-67b4-43d3-aa41-69b929cca7e9"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_ends2__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-12-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-25"
                                            xmi:uuid="e8f9faf4-ede2-4835-85ed-12c81aefa615"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_helper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Call_assertConnected_-Call_assertConnected_.target"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-26"
                                            xmi:uuid="063fe9bf-f4eb-4625-8136-ab0869a99c57"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_n1__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-27"
                                            xmi:uuid="58bf4d83-14f1-4f17-8674-f239a085af78"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_helper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-28"
                                            xmi:uuid="3b0877a1-5619-43de-a338-d29d0ed6c0fd"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_n2__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-29"
                                            xmi:uuid="ef98d2ed-84c7-42d8-9309-d54aa5a84c41"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_ends1__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-30"
                                            xmi:uuid="0573b50c-d1f4-4fbc-a895-bbb5b4b165eb"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_ends2__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-edge-31"
                                            xmi:uuid="c7515714-23d6-476c-8801-71db46460d28"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_i__-Passthru_Fork_i__.input"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_n1__"
                                            xmi:uuid="b7a8ec9f-a654-40d3-b4e2-2fea3b901196"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@fb1ce0.loopVariable(n1))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_helper__"
                                            xmi:uuid="46915c90-c8f9-4e4c-b86c-14a37bd8533b"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@fb1ce0.loopVariable(helper))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_n2__"
                                            xmi:uuid="98cf31e5-3c24-4b7d-9b67-39c494f4fc74"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@fb1ce0.loopVariable(n2))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_ends1__"
                                            xmi:uuid="27264ab4-8d74-464c-9e5e-5b39c4fc67c7"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@fb1ce0.loopVariable(ends1))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_ends2__"
                                            xmi:uuid="1779e8be-c4d7-4587-812d-23fc9d662e4d"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@fb1ce0.loopVariable(ends2))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_i__"
                                            xmi:uuid="5fe528fa-a5fb-4d35-85f5-2d9f7a29d952"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@fb1ce0.loopVariable(i))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_j__"
                                            xmi:uuid="c20c20cc-3268-476c-a3d7-492643693485"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@fb1ce0.loopVariable(j))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_counter__"
                                            xmi:uuid="59be55f6-bb58-44cd-af85-b1922dd8f192"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@fb1ce0.loopVariable(counter))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Fork_ForStatement_fb1ce0.loopVariable_upper__"
                                            xmi:uuid="2796dff5-3889-430a-b8a8-9b608bcb0fa8"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@fb1ce0.loopVariable(upper))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Call_LTEQ_"
                                            xmi:uuid="87101a81-46c5-417f-8608-b456085b74e7"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-le"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                                xmi:uuid="756504b8-4c3a-4c6d-a472-6d026e866357"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(&lt;=).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                                xmi:uuid="ff41d353-cd67-459c-aadc-58e03b326060"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(&lt;=).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Call_LTEQ_-Call_LTEQ_.result_result_"
                                                xmi:uuid="7a77a449-3b63-4431-9760-edab40107d94"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                <name>Call(&lt;=).result(result)</name>
                                            </result>
                                            <name>Call(&lt;=)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Values_ForStatement_fb1ce0_"
                                            xmi:uuid="dfbdd484-6f63-4b2d-b3ce-99d017209a92"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Values_ForStatement_fb1ce0_-Fork_j_"
                                                xmi:uuid="882e4a9a-df1d-496d-a1e0-ccf6766feaf2"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(j)</name>
                                            </node>
                                            <name>Values(ForStatement@fb1ce0)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_"
                                            xmi:uuid="30d7686b-c8bf-4a3b-84f5-e138e6a856fd"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-edge-1"
                                                xmi:uuid="1317091e-c84e-4625-ac15-a8d3c7ba21e9"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-n1"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-edge-2"
                                                xmi:uuid="24e0c291-c782-4324-bb6f-246fee3dbf14"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-helper"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-edge-3"
                                                xmi:uuid="e714b5fb-6e57-40bb-8bf2-e1d3d87d2c6e"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-n2"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-edge-4"
                                                xmi:uuid="47fefab9-8588-48f7-86b8-badfdd8a0f44"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ends1"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-edge-5"
                                                xmi:uuid="88551fbd-d0f5-4bee-bbca-218db373fce7"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ends2"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-edge-6"
                                                xmi:uuid="d363a93c-5f6f-455c-8212-755d999ae3be"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_i__-Passthru_Fork_i__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-i"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1"
                                                xmi:uuid="4918b88c-e02a-46bc-a506-f38d068f71f1"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-edge-1"
                                                  xmi:uuid="00c1ebc0-4641-4eee-afd5-9b8c587f8f83"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-9-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Call_assertConnected_-Call_assertConnected_.argument_message_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-edge-2"
                                                  xmi:uuid="a117a557-afd1-4f34-96f7-4fb1b7181c1e"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-10-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Call_assertConnected_-Call_assertConnected_.argument_end1_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-edge-3"
                                                  xmi:uuid="da91b8bd-24e9-40db-9d18-1c38055b80f6"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-12-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Call_assertConnected_-Call_assertConnected_.argument_end2_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-edge-4"
                                                  xmi:uuid="2926ef12-8a7a-4ac6-bc46-76544d4ecf3c"
                                                  xmi:type="uml:ControlFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Call_assertConnected_"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Call_assertConnected_"
                                                  xmi:uuid="b3b6c263-d18f-46e8-a04a-30943ecbe194"
                                                  xmi:type="uml:CallOperationAction">
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Call_assertConnected_-Call_assertConnected_.argument_message_"
                                                  xmi:uuid="b2563ea1-6ac1-4663-b4d3-0b94798d5031"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(assertConnected).argument(message)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Call_assertConnected_-Call_assertConnected_.argument_end1_"
                                                  xmi:uuid="c01a7cb6-a3eb-481c-8b89-254b43604bd6"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertConnected).argument(end1)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Call_assertConnected_-Call_assertConnected_.argument_end2_"
                                                  xmi:uuid="4a0853bd-1ec2-47f3-98b6-afbc91c73d1e"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertConnected).argument(end2)</name>
                                                  </argument>
                                                  <target
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Call_assertConnected_-Call_assertConnected_.target"
                                                  xmi:uuid="aea5d840-98d1-4049-bef4-097c54317e09"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertConnected).target</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                  />
                                                  </target>
                                                  <name>Call(assertConnected)</name>
                                                  <operation
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertConnected"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04"
                                                  xmi:uuid="15c926c7-86c7-4b05-b59a-3233df45215d"
                                                  xmi:type="uml:StructuredActivityNode">
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-edge-1"
                                                  xmi:uuid="55cf46b1-2d0a-426a-96bb-78c6b2cd0082"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value__StarPattern_-_ends1___-Value__StarPattern_-_ends1___.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-3-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-edge-2"
                                                  xmi:uuid="ce048fcd-5064-4706-b9b1-b5c1b3fb69b3"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-2-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-3-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-edge-3"
                                                  xmi:uuid="f15f7424-dabc-4440-8490-2d8fe8ab76ac"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-3-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-5-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-edge-4"
                                                  xmi:uuid="37b435a8-d1be-4120-8965-39ee4cf06ca2"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value____is_connected_to_ends2___-Value____is_connected_to_ends2___.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-5-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-edge-5"
                                                  xmi:uuid="ea4548fc-b109-4c92-ae0e-5c493898ff34"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-5-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-7-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-edge-6"
                                                  xmi:uuid="3e7a86d6-c5f4-4d93-b8c6-2ad56ac4b72f"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-6-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-7-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-edge-7"
                                                  xmi:uuid="d94a6126-a6ac-4c17-8e55-0720c62961a3"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-7-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-9-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-edge-8"
                                                  xmi:uuid="ed9c817b-6b29-4c64-b18a-4fb13fdb2351"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value_____-Value_____.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-9-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-edge-9"
                                                  xmi:uuid="a49fd80f-2847-47b5-adf5-ff14172f5392"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-11"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-10-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-edge-10"
                                                  xmi:uuid="bd0235c3-e57c-4e3c-bd8f-a38acccf4548"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-13"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-12-argument-2"
                                                  />
                                                  </edge>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value__StarPattern_-_ends1___"
                                                  xmi:uuid="9d813912-2058-447c-aae9-fedfc082a92b"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value__StarPattern_-_ends1___-Value__StarPattern_-_ends1___.result"
                                                  xmi:uuid="9b28b992-bb28-4c02-b8df-624ebda04e12"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("StarPattern - ends1[").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value__StarPattern_-_ends1___-value"
                                                  xmi:uuid="553d9b72-c43d-49c9-9705-562633c77bd1"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>StarPattern - ends1[</value>
                                                  </value>
                                                  <name>Value("StarPattern - ends1[")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-2"
                                                  xmi:uuid="ca8d149d-44d7-4b0f-bb02-ca1378aba715"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-ToString"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-2-argument"
                                                  xmi:uuid="300ad8c7-692c-49a3-9b98-c9d1a139b75e"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(ToString).argument(x)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-2-result"
                                                  xmi:uuid="93676f44-bf5e-4a15-a2d9-2d4025241e08"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(ToString).result(result)</name>
                                                  </result>
                                                  <name>Call(ToString)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-3"
                                                  xmi:uuid="1fb14346-954e-48cb-a6be-3a08da8e73ef"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-3-argument-1"
                                                  xmi:uuid="899ee4e6-b894-481d-9095-bef244e28b1b"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-3-argument-2"
                                                  xmi:uuid="69a05287-6470-4d5d-bf34-492d5954bc1f"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-3-result"
                                                  xmi:uuid="53701299-1cab-4996-8469-f1cea728e8b8"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value____is_connected_to_ends2___"
                                                  xmi:uuid="8bff9e45-8c7a-43c1-a845-da21a8632bc5"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value____is_connected_to_ends2___-Value____is_connected_to_ends2___.result"
                                                  xmi:uuid="11efda03-463f-4335-8252-e2f8c49527de"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("] is connected to ends2[").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value____is_connected_to_ends2___-value"
                                                  xmi:uuid="5792d838-560b-4150-8ba6-ad2825549447"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>] is connected to ends2[</value>
                                                  </value>
                                                  <name>Value("] is connected to ends2[")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-5"
                                                  xmi:uuid="43ab4233-bbdd-4f63-b653-12c95aa40b10"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-5-argument-1"
                                                  xmi:uuid="bb454458-51d4-42aa-8605-9c450593b22c"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-5-argument-2"
                                                  xmi:uuid="271daa82-ea91-4f57-b6ed-ec58db93ff71"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-5-result"
                                                  xmi:uuid="f1cfc0e3-8d7b-4fba-ae1c-c36b3440e26c"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-6"
                                                  xmi:uuid="11b9caac-936f-4856-9088-fe65eafb2996"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-ToString"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-6-argument"
                                                  xmi:uuid="39b313da-782c-48d9-a774-ff97216d27b0"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(ToString).argument(x)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-6-result"
                                                  xmi:uuid="8682fb7d-d207-4b80-b00e-c8d251592775"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(ToString).result(result)</name>
                                                  </result>
                                                  <name>Call(ToString)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-7"
                                                  xmi:uuid="9cd945b0-43be-4e07-9628-33dc699b375c"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-7-argument-1"
                                                  xmi:uuid="9584d2b7-dbaa-4456-ac3d-79b540494fb9"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-7-argument-2"
                                                  xmi:uuid="29a2e4a9-d62e-4a9f-9c34-2792fcf79524"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-7-result"
                                                  xmi:uuid="02500a86-5f05-4b36-89b5-537360d3ac3e"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value_____"
                                                  xmi:uuid="0d262d29-630e-4816-9227-a5c949316737"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value_____-Value_____.result"
                                                  xmi:uuid="f829df00-dd35-470f-81a6-b13732138fe5"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("]").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-Value_____-value"
                                                  xmi:uuid="1e3d20c4-55a9-4a04-b666-9ba79b5134b7"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>]</value>
                                                  </value>
                                                  <name>Value("]")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-9"
                                                  xmi:uuid="18c22f7a-045b-434a-a714-9ccc58bfd0df"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-9-argument-1"
                                                  xmi:uuid="1fb0ca88-6077-442b-8cf5-ec1330f90864"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-9-argument-2"
                                                  xmi:uuid="093c1c04-6c18-48e5-a9e0-ef4a4db96b66"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-9-result"
                                                  xmi:uuid="33f4642b-7909-47df-bcfa-aab82cee91d7"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-10"
                                                  xmi:uuid="d95ce4db-1eeb-467d-a58e-47916a64e4a7"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-10-argument-1"
                                                  xmi:uuid="bb797b70-a8a7-47b8-88bd-680ea3f8967c"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-10-argument-1-lowerValue"
                                                  xmi:uuid="1f12efaa-4e31-4d0a-86cf-02f59ebdf074"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-10-argument-1-upperValue"
                                                  xmi:uuid="fff7ac97-e973-47c8-a146-1d2d5dea2fab"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Call(At).argument(seq)</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-10-argument-2"
                                                  xmi:uuid="a097ee16-8918-4fa9-a7ca-bf6dee4de040"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(At).argument(index)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-10-result"
                                                  xmi:uuid="bbb31115-51c6-4bf0-9af5-c8bf9e5b80bf"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-10-result-lowerValue"
                                                  xmi:uuid="04271e5d-3421-4a5b-b302-ecb47f0f9103"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <name>Call(At).result()</name>
                                                  </result>
                                                  <name>Call(At)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-11"
                                                  xmi:uuid="1b9e0a2c-85ef-4137-a250-a85178f808ae"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(Call(At).argument(index))</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-12"
                                                  xmi:uuid="dd71082d-24bf-45ed-be3e-783ce713f17a"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-12-argument-1"
                                                  xmi:uuid="a8bfb4b6-2dcd-4ddc-8375-39a7c921c2af"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-12-argument-1-lowerValue"
                                                  xmi:uuid="950bdeae-94b8-46f4-988d-c977a4044bef"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-12-argument-1-upperValue"
                                                  xmi:uuid="ca8e4d84-2c13-49c3-b386-1629101aab60"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Call(At).argument(seq)</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-12-argument-2"
                                                  xmi:uuid="e84f1b0e-b7c0-4d3d-967b-86118e7fc64b"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(At).argument(index)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-12-result"
                                                  xmi:uuid="0edb4d76-093a-4a4f-acf6-aa52bea8d2a6"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-12-result-lowerValue"
                                                  xmi:uuid="f7eced62-6c6f-4850-8566-e136ab5877cf"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <name>Call(At).result()</name>
                                                  </result>
                                                  <name>Call(At)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ExpressionStatement_10215e1-Tuple_ac6f04-node-13"
                                                  xmi:uuid="e7020871-c215-42c1-9990-d92578c63bf4"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(Call(At).argument(index))</name>
                                                  </node>
                                                  <name>Tuple@ac6f04</name>
                                                </node>
                                                <name>ExpressionStatement@10215e1</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n1__"
                                                xmi:uuid="4bd99c4f-43e3-4db9-b12c-96d9fb8ed3d8"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n1__-edge"
                                                  xmi:uuid="bd20a0b5-226c-436b-9737-bca6756dd572"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"
                                                  xmi:uuid="de0e6133-37a9-4256-b9d3-aaa2a415547a"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Passthru(Fork(n1)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"
                                                  xmi:uuid="04f195f1-0bbd-451f-af9d-5763f5fde5a1"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Passthru(Fork(n1)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(n1))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_helper__"
                                                xmi:uuid="b58f0993-1dc2-40ed-be02-8e6540529043"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_helper__-edge"
                                                  xmi:uuid="7f037f1d-3545-4d51-a465-06df701dd6bb"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                                  xmi:uuid="a20eaa0a-4224-4158-95d5-4a28424e6e7c"
                                                  xmi:type="uml:InputPin">
                                                  <name>Passthru(Fork(helper)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                  />
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                                  xmi:uuid="314da138-8c9f-414f-ace7-ef32950bf9ae"
                                                  xmi:type="uml:OutputPin">
                                                  <name>Passthru(Fork(helper)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                  />
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(helper))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n2__"
                                                xmi:uuid="04bffb7d-c2e5-44b2-9e67-c9e1a87b5db8"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n2__-edge"
                                                  xmi:uuid="8c75f899-733f-4bc6-9d68-75f1cb38fe45"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"
                                                  xmi:uuid="90b0e91e-3ccf-492b-8d45-a5cf28b8ad0f"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Passthru(Fork(n2)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"
                                                  xmi:uuid="0eba1331-b3b9-4263-89b6-56078e3342b5"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Passthru(Fork(n2)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(n2))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__"
                                                xmi:uuid="bad691fd-c8dd-468e-8a54-76c0e05a1041"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-edge"
                                                  xmi:uuid="dd7491d4-43da-42b7-b444-3fcd62896af8"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                                  xmi:uuid="cf0cfd53-9a25-4a92-9b85-9ca43b400457"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-lowerValue"
                                                  xmi:uuid="3ebee679-6ba6-461e-a980-9449309ee681"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-upperValue"
                                                  xmi:uuid="b665d73f-66fc-4306-b87f-3d044236959b"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends1)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                                  xmi:uuid="2eda86aa-7c2e-4084-a3ed-386013efb7aa"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-lowerValue"
                                                  xmi:uuid="11df1e86-0e28-4feb-a5a3-f3244ff79a21"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-upperValue"
                                                  xmi:uuid="caa8cbf6-710d-4240-bce6-d21b6fb0f4d6"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends1)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(ends1))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__"
                                                xmi:uuid="8b4075fd-03fc-45cc-b57e-23a77a65371a"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-edge"
                                                  xmi:uuid="4d9413a7-1847-4d82-bc55-d6f95c6e4819"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                                  xmi:uuid="f6b6d771-64cc-4e6d-8609-42712ed3a039"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-lowerValue"
                                                  xmi:uuid="2d53c1d0-5832-44d3-a399-20f41a4bcec3"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-upperValue"
                                                  xmi:uuid="1baff0c8-1251-47bf-a4e4-f73619385838"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends2)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                                  xmi:uuid="ed0539ba-a7ec-43ce-b1bb-a2b62bd6d6ff"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-lowerValue"
                                                  xmi:uuid="06541126-79f1-4fe9-b7fd-bac4c2ae5e47"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-upperValue"
                                                  xmi:uuid="24578bf6-c17e-4abc-a501-32cc7f5a3a66"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends2)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(ends2))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_i__"
                                                xmi:uuid="4cc28e86-356b-4c4d-9bd8-43bd3373aad5"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_i__-edge"
                                                  xmi:uuid="da36040c-e17a-4d84-b56f-30fa6159fc5b"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_i__-Passthru_Fork_i__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_i__-Passthru_Fork_i__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_i__-Passthru_Fork_i__.input"
                                                  xmi:uuid="8f7db38f-6c26-41f5-b8e8-78ecc1316a27"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                  <name>Passthru(Fork(i)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-Passthru_Fork_i__-Passthru_Fork_i__.output"
                                                  xmi:uuid="1578e3a1-0a62-466f-b71a-146fe844b009"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                  <name>Passthru(Fork(i)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(i))</name>
                                            </node>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-n1"
                                                xmi:uuid="de663193-6121-493d-b4c8-d95fb89072c2"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>n1</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-helper"
                                                xmi:uuid="5ec995a8-40f2-4098-8d3c-d9a2055f20ec"
                                                xmi:type="uml:OutputPin">
                                                <name>helper</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                />
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-n2"
                                                xmi:uuid="3636ed9d-d2e9-48b5-92be-ea6b9d4b9c6f"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>n2</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ends1"
                                                xmi:uuid="1b38cbc0-1a91-446c-a04c-19e687eeb241"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ends1-lowerValue"
                                                  xmi:uuid="6410dd26-952d-46d5-832e-fb70001f1380"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ends1-upperValue"
                                                  xmi:uuid="afee28a7-bac9-48f2-90f2-64248b30f870"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ends1</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ends2"
                                                xmi:uuid="c8156e2d-f2c0-453f-8f2a-29418f812ecd"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ends2-lowerValue"
                                                  xmi:uuid="db58e203-503b-4ee9-9c3c-867e056dff09"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-ends2-upperValue"
                                                  xmi:uuid="ba05fa5b-560d-4b86-b9e7-a2f1c5dbf817"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ends2</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Body_ForStatement_fb1ce0_-i"
                                                xmi:uuid="ef0884cf-9f60-40f0-b3e0-e853d83838fa"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>i</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <name>Body(ForStatement@fb1ce0)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-13"
                                            xmi:uuid="088044e5-e99b-4bff-a39d-d05bca8dfe0d"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-13-argument-1"
                                                xmi:uuid="6becc20c-9a72-4fc7-bcb3-f165a67054ee"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-13-argument-2"
                                                xmi:uuid="ff4ecd32-8533-42dc-b98a-d13e939460f9"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-13-result"
                                                xmi:uuid="d9ae49d5-238f-4065-864a-00df13f31ac3"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).result(result)</name>
                                            </result>
                                            <name>Call(+)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-14"
                                            xmi:uuid="b4c8b8c2-9d51-4a79-85b2-6a8e64cf584a"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-14-result"
                                                xmi:uuid="64a040f9-9124-41bb-b307-bbc2f484e5e8"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-14-value"
                                                xmi:uuid="025ee5d9-ab5d-4849-846a-80c13e92c7b7"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-15"
                                            xmi:uuid="65f7a745-59dc-4883-84ff-abd0a8f75990"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-15-argument-1"
                                                xmi:uuid="09c90529-53fc-46fb-9474-845e6b819e81"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-15-argument-2"
                                                xmi:uuid="82a3cc1c-5d28-4226-9ea9-1a8f76a1131a"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-15-result"
                                                xmi:uuid="b451d8cf-6228-4b93-a17b-41717c7250ea"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).result(result)</name>
                                            </result>
                                            <name>Call(+)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-16"
                                            xmi:uuid="81901568-da20-44ac-bbec-829e070a7771"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-16-result"
                                                xmi:uuid="c4692a1e-3e27-411b-8816-0abc412a4e9f"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-node-16-value"
                                                xmi:uuid="f352dabc-0143-4445-8ddb-f73fc63ab748"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Passthru_Passthru_upper__"
                                            xmi:uuid="29c1c620-dd52-4d7e-a1f4-2a4682bd0fb8"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Passthru_Passthru_upper__-edge"
                                                xmi:uuid="aee32c27-bee2-4f83-9433-52cfa6a4bd3d"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                                />
                                            </edge>
                                            <structuredNodeInput
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                                xmi:uuid="cdc45414-194d-4c3a-bba7-7cfa183ed126"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Passthru(Passthru(upper)).input</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeInput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                                xmi:uuid="6416da98-c4e6-425d-bd78-e305346e4451"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Passthru(Passthru(upper)).output</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <name>Passthru(Passthru(upper))</name>
                                        </node>
                                        <loopVariable xmi:id="ForStatement_fb1ce0.loopVariable_n1_"
                                            xmi:uuid="94de275f-eaa1-4198-9285-338d549fdc09"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.loopVariable(n1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_fb1ce0.loopVariable_helper_"
                                            xmi:uuid="0f1aa0e1-c22f-4c4f-8fee-eb629fdb3412"
                                            xmi:type="uml:OutputPin">
                                            <name>ForStatement@fb1ce0.loopVariable(helper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                            />
                                        </loopVariable>
                                        <loopVariable xmi:id="ForStatement_fb1ce0.loopVariable_n2_"
                                            xmi:uuid="e0e94dfd-31dc-4779-af29-f59bfb53f293"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.loopVariable(n2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_fb1ce0.loopVariable_ends1_"
                                            xmi:uuid="fa65db65-533e-428a-9a5f-60e09fb46a87"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="ForStatement_fb1ce0.loopVariable_ends1_-lowerValue"
                                                xmi:uuid="d5fa025c-4c70-40e5-be5a-fbbac4539f5a"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="ForStatement_fb1ce0.loopVariable_ends1_-upperValue"
                                                xmi:uuid="941228a9-9c20-49d6-a886-a2c9349a9941"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@fb1ce0.loopVariable(ends1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_fb1ce0.loopVariable_ends2_"
                                            xmi:uuid="3af36abd-475a-4c14-8ff0-6185acc9c7e6"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="ForStatement_fb1ce0.loopVariable_ends2_-lowerValue"
                                                xmi:uuid="d14ac2ad-a65c-4792-877b-6d3aa7170acd"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="ForStatement_fb1ce0.loopVariable_ends2_-upperValue"
                                                xmi:uuid="994d9150-61dd-4b31-af44-2214c64627f7"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@fb1ce0.loopVariable(ends2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable xmi:id="ForStatement_fb1ce0.loopVariable_i_"
                                            xmi:uuid="3364166f-b416-42dc-9493-115dae5ea9ae"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@fb1ce0.loopVariable(i)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable xmi:id="ForStatement_fb1ce0.loopVariable_j_"
                                            xmi:uuid="c6ee17a3-1950-4be9-b7d4-c4acb7d4d0e9"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <lowerValue
                                                xmi:id="ForStatement_fb1ce0.loopVariable_j_-lowerValue"
                                                xmi:uuid="56537ae0-5cb1-4430-8563-223b26c6c92e"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="ForStatement_fb1ce0.loopVariable_j_-upperValue"
                                                xmi:uuid="50c92a53-8888-42a1-a24d-93d32ff62638"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@fb1ce0.loopVariable(j)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_fb1ce0.loopVariable_counter_"
                                            xmi:uuid="fe721603-5904-40b6-a7db-2cd781dd84b4"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.loopVariable(counter)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_fb1ce0.loopVariable_upper_"
                                            xmi:uuid="c7f8b0b4-b282-42a3-b1c8-d74dfcbacd4e"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.loopVariable(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_n1_"
                                            xmi:uuid="8ea22a14-5f64-453f-b403-4f23520a2c6c"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.loopVariableInput(n1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_helper_"
                                            xmi:uuid="f365d6bf-216e-4dc7-8c16-eaac2398d2f3"
                                            xmi:type="uml:InputPin">
                                            <name>ForStatement@fb1ce0.loopVariableInput(helper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                            />
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_n2_"
                                            xmi:uuid="dd8a1189-79c7-461c-bbe5-7a7eedf29ff4"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.loopVariableInput(n2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_ends1_"
                                            xmi:uuid="f1cbacdf-3bd1-4f79-8cea-c2c66ee0383f"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_ends1_-lowerValue"
                                                xmi:uuid="87230654-56d3-45b4-bb80-9557444e6c3c"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_ends1_-upperValue"
                                                xmi:uuid="68ae1db9-5328-4e0d-9fc0-a88729e7617c"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@fb1ce0.loopVariableInput(ends1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_ends2_"
                                            xmi:uuid="1ac49ae0-d953-49b5-9568-5dc06b84d286"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_ends2_-lowerValue"
                                                xmi:uuid="7802e8fb-0dcc-42fd-8901-4927d15def7d"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_ends2_-upperValue"
                                                xmi:uuid="e69f1496-b1fc-4927-a311-3fcead1133cb"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@fb1ce0.loopVariableInput(ends2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_i_"
                                            xmi:uuid="8222e051-3ca2-4a88-8327-8f23739e53aa"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@fb1ce0.loopVariableInput(i)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_j_"
                                            xmi:uuid="5c5dccd5-071c-4f66-89b4-bbe60e87ddaf"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@fb1ce0.loopVariableInput(j)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_counter_"
                                            xmi:uuid="f3297150-06c8-4012-b51c-f36194ef451b"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.loopVariableInput(counter)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.loopVariableInput_upper_"
                                            xmi:uuid="0748aeee-8f28-439b-8b51-016cefcfad3d"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.loopVariableInput(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_n1_"
                                            xmi:uuid="e008ab8e-2b15-407d-9b08-51a010e1ee5f"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.result(n1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_helper_"
                                            xmi:uuid="1a8bb200-d346-4191-96f5-06cfadd64768"
                                            xmi:type="uml:OutputPin">
                                            <name>ForStatement@fb1ce0.result(helper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                            />
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_n2_"
                                            xmi:uuid="569cf52b-0429-4679-aa20-cac5c931e6f7"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.result(n2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_ends1_"
                                            xmi:uuid="70f6e395-d859-4cd2-865f-559a3a240251"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_ends1_-lowerValue"
                                                xmi:uuid="3db23843-6094-4195-ae16-c7bffca71059"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_ends1_-upperValue"
                                                xmi:uuid="24998892-5f2a-4574-afc9-4b7efac31b82"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@fb1ce0.result(ends1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_ends2_"
                                            xmi:uuid="33ac365c-7b1a-45a7-a310-6c8c082a61a0"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_ends2_-lowerValue"
                                                xmi:uuid="3b6b551e-3aa6-4c44-a77c-c1ca0450cfab"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_ends2_-upperValue"
                                                xmi:uuid="f770661b-58b1-4f30-9b0a-de16abe1a59a"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@fb1ce0.result(ends2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_i_"
                                            xmi:uuid="bbc0661b-0837-4c77-9f26-e86d9c966894"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@fb1ce0.result(i)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_j_"
                                            xmi:uuid="2509fedb-90f6-4538-97c7-c0088c6b7b5f"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_j_-lowerValue"
                                                xmi:uuid="d2d9c106-dd4c-4261-b1a1-6c4d4b5476d6"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_j_-upperValue"
                                                xmi:uuid="0edebb36-220f-4d61-8c25-e002c2a651bf"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@fb1ce0.result(j)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_counter_"
                                            xmi:uuid="3ab36365-bf77-4802-b54d-c632af41e853"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.result(counter)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-ForStatement_fb1ce0.result_upper_"
                                            xmi:uuid="fccdd136-8d32-4ccd-ae91-d00ff955db38"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@fb1ce0.result(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <name>Loop(ForStatement@fb1ce0)</name>
                                        <isTestedFirst>true</isTestedFirst>
                                        <decider
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-Loop_ForStatement_fb1ce0_-Call_LTEQ_-Call_LTEQ_.result_result_"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_"
                                        xmi:uuid="6a579d12-c5d7-4635-94ff-c37018fdeb6f"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-edge-1"
                                            xmi:uuid="97d4599c-a022-4055-b93a-2d70b6359212"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call_-_-Call_-_.argument_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-edge-2"
                                            xmi:uuid="fe8cc68f-8e53-4cf0-9e53-64531b0b3a17"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Fork_Value_1_.result_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call_-_-Call_-_.argument_y_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-edge-3"
                                            xmi:uuid="9782c591-2bb9-4e69-9cb5-ac91acc3f074"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call_-_-Call_-_.result_result_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___-Call___.argument_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-edge-4"
                                            xmi:uuid="e3f987c4-4bb8-49e9-bf4b-6ac306f3c588"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-5-result"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___-Call___.argument_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-1"
                                            xmi:uuid="b3cf119a-d42f-43e7-a50d-eeb14464441a"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-1-result"
                                                xmi:uuid="994594f1-6860-4a0b-b145-3b0cd8a60a8f"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-1-value"
                                                xmi:uuid="af2e1f0c-fbff-4223-871f-e9770d8ce46c"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___Alf_Library_CollectionFunctions_size__any___"
                                            xmi:uuid="d04a1b68-5e86-4b83-bc5f-a30edacbf6f9"
                                            xmi:type="uml:CallBehaviorAction">
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                                xmi:uuid="f5eff3a5-b6ff-4a0b-be42-00c3ffb3747f"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                                  xmi:uuid="2b454ce3-ed4f-4c65-a6cb-898da27bed68"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                                  xmi:uuid="c35f1f57-f335-4bbe-b7b9-d140e11259a1"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                                xmi:uuid="72c4cd62-ab12-4459-a705-fa0aa31594bb"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                            </result>
                                            <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                            <behavior
                                                href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Fork_Value_1_.result_"
                                            xmi:uuid="ce3d43f3-46dd-425f-a3ca-b3a758a651eb"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(Value(1).result)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call_-_"
                                            xmi:uuid="3db5daec-2234-42c8-b26e-7219f5da6410"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-minus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call_-_-Call_-_.argument_x_"
                                                xmi:uuid="4288f49d-856c-43d8-81b3-9dc1e896d931"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(-).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call_-_-Call_-_.argument_y_"
                                                xmi:uuid="d1c5ac10-421d-4ee1-b1a7-ec434ba5599a"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(-).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call_-_-Call_-_.result_result_"
                                                xmi:uuid="4989e4bb-5968-4016-bf85-48f6b3044780"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(-).result(result)</name>
                                            </result>
                                            <name>Call(-)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-5"
                                            xmi:uuid="e09330d2-3f77-4a0a-9bcd-406599addb07"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-5-result"
                                                xmi:uuid="5fe5776a-e413-463d-8b7a-c53c0d893db1"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-5-value"
                                                xmi:uuid="e008f1f5-57f1-4e45-9d9d-47f6d0a0133a"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___"
                                            xmi:uuid="2f9dd205-80d4-4f27-9583-2420988489db"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___-Call___.argument_x_"
                                                xmi:uuid="e816e497-460a-49b5-a213-a74e4d160ee3"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___-Call___.argument_y_"
                                                xmi:uuid="d12df8f1-848c-4426-8c0c-04e53f5478f9"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-Call___-Call___.result_result_"
                                                xmi:uuid="58862b03-999e-462e-b682-2f14b82f064a"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).result(result)</name>
                                            </result>
                                            <name>Call(+)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-7"
                                            xmi:uuid="f57e73a2-10bf-46b4-be3a-107fc532e804"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-7-result"
                                                xmi:uuid="92f52949-dc28-4022-9b82-42ecf4fef239"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ForStatement_fb1ce0-LoopVariables_ForStatement_fb1ce0_-node-7-value"
                                                xmi:uuid="b817566f-e949-4560-b832-ca55534a5fe6"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <name>LoopVariables(ForStatement@fb1ce0)</name>
                                    </node>
                                    <name>ForStatement@fb1ce0</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n1__"
                                    xmi:uuid="e006ae07-a067-4efe-b05e-e9facf17b960"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n1__-edge"
                                        xmi:uuid="9ff07279-be31-487b-9296-8ceee78514cb"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"
                                        xmi:uuid="19dfd8dc-6699-488a-95b4-5b8a14a346c3"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Passthru(Fork(n1)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"
                                        xmi:uuid="9d458faa-a8a1-4ca9-a87f-c85d21e795f7"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Passthru(Fork(n1)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(n1))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_helper__"
                                    xmi:uuid="c642e4ec-c8e3-4a9e-8d72-829af11e24af"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_helper__-edge"
                                        xmi:uuid="db296bbc-a613-4439-8f85-bbf3e51cb8d9"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                        xmi:uuid="299f9caa-660b-43fa-9169-b57f43a1e2ca"
                                        xmi:type="uml:InputPin">
                                        <name>Passthru(Fork(helper)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                        />
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                        xmi:uuid="ba3bd697-45e7-4e98-af68-0b8d4fe6979e"
                                        xmi:type="uml:OutputPin">
                                        <name>Passthru(Fork(helper)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                        />
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(helper))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n2__"
                                    xmi:uuid="681ab3ff-8910-406d-b26a-05826b1b826c"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n2__-edge"
                                        xmi:uuid="d18b1b4c-3b1d-47b9-95db-01363e21af87"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"
                                        xmi:uuid="a20e8ff8-c018-476a-a857-24470020f810"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Passthru(Fork(n2)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"
                                        xmi:uuid="f2b5f6e6-451e-4213-80cd-38a2f883638a"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Passthru(Fork(n2)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(n2))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__"
                                    xmi:uuid="a449e793-c9a6-4198-9197-8560235f7dce"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-edge"
                                        xmi:uuid="35fc8830-6c04-414f-9b3c-7dbebb8668f6"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                        xmi:uuid="8d55a5ed-2fa3-441b-be2e-827c85261996"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-lowerValue"
                                            xmi:uuid="52a4c1e8-7493-4031-9a53-85b1c39698b0"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-upperValue"
                                            xmi:uuid="60c86efa-fde7-462e-8d90-9e2097ba2e20"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends1)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                        xmi:uuid="fca34736-9477-4064-bca5-d002f469971f"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-lowerValue"
                                            xmi:uuid="68486597-c8c0-4e69-892e-8bab461f052b"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-upperValue"
                                            xmi:uuid="b373663f-4766-4395-9a7d-5e3721bd710d"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends1)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(ends1))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__"
                                    xmi:uuid="83726063-5512-46c0-9a17-80bdda9e3fba"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-edge"
                                        xmi:uuid="26abc3a9-0ae3-4e9e-b430-55af1b56276f"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                        xmi:uuid="9d834a0e-547b-4bba-80c3-17f71c6dd091"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-lowerValue"
                                            xmi:uuid="4f451d33-efba-40f5-928c-e52108012c2d"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-upperValue"
                                            xmi:uuid="6d6a81bc-d54f-4bb4-b8e2-f56bc28e9cb2"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends2)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                        xmi:uuid="5214f6cd-d52d-4807-b661-c6dfc1811623"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-lowerValue"
                                            xmi:uuid="8335eb88-c229-4f63-86c3-0aa7139cad8c"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-upperValue"
                                            xmi:uuid="1db0ab67-5ef3-4d94-97fa-f86e65333e6b"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends2)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(ends2))</name>
                                </node>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-n1"
                                    xmi:uuid="3ec16ec4-f21c-44bf-ae48-5dce67fe3393"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>n1</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-helper"
                                    xmi:uuid="10a9e0ab-def3-4693-96c2-421665430351"
                                    xmi:type="uml:OutputPin">
                                    <name>helper</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-n2"
                                    xmi:uuid="9fb2ef92-4d4b-416a-9b83-0e4f2f946753"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>n2</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ends1"
                                    xmi:uuid="a78afa1c-44ab-4753-b317-0087e354b960"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ends1-lowerValue"
                                        xmi:uuid="665690b3-798a-469c-a662-366d4a989a76"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ends1-upperValue"
                                        xmi:uuid="34fcde8a-20cb-48ed-aa34-e2773933f63c"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>ends1</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ends2"
                                    xmi:uuid="8722c29e-1b3e-4ac3-a4d6-d0541db01502"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ends2-lowerValue"
                                        xmi:uuid="a08d2710-fbe8-462f-83f8-9f3eb331938c"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Body_ForStatement_cd25f9_-ends2-upperValue"
                                        xmi:uuid="f7f40379-9a4a-48ce-842a-0d2e39ceaa77"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>ends2</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>Body(ForStatement@cd25f9)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-12"
                                xmi:uuid="ac077aaa-1b98-41b1-a004-7dbd0becd758"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-12-argument-1"
                                    xmi:uuid="1f3bc617-a77a-4a85-b7d3-8760aa966838"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-12-argument-2"
                                    xmi:uuid="f965be9e-15bc-4cdf-a1ad-870d1f4c5626"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-12-result"
                                    xmi:uuid="e066a14e-18ef-4631-982e-83176a1056fe"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).result(result)</name>
                                </result>
                                <name>Call(+)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-13"
                                xmi:uuid="5a278cd2-bed3-4056-b8a2-b861f853f457"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-13-result"
                                    xmi:uuid="e4215c39-b76d-4695-a966-fadd4025b18b"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-13-value"
                                    xmi:uuid="11dd3f73-c078-4d3d-b844-c837d47d03b9"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-14"
                                xmi:uuid="a1b4ccac-98dd-40e9-8dba-5e29f8e84f1d"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-14-argument-1"
                                    xmi:uuid="a01e5660-874b-4b46-824f-0fc41e0acf62"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-14-argument-2"
                                    xmi:uuid="733e6bea-a2e2-4c4e-9e4e-94d32d040985"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-14-result"
                                    xmi:uuid="f467bb58-d58c-4e01-9c92-a5149c817a57"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).result(result)</name>
                                </result>
                                <name>Call(+)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-15"
                                xmi:uuid="09fce8e1-e6f7-4180-83d7-f23d6950a4e0"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-15-result"
                                    xmi:uuid="cb7c569e-8427-4f47-82c7-da68f6edbb46"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-node-15-value"
                                    xmi:uuid="dfda13f7-4d00-4732-8914-6999a6db44f8"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Passthru_Passthru_upper__"
                                xmi:uuid="ec575e07-9d91-4f4e-b502-1dd7ffbd3fdd"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Passthru_Passthru_upper__-edge"
                                    xmi:uuid="e3cc3660-de96-4126-a4b3-d307a6969e64"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                    />
                                </edge>
                                <structuredNodeInput
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                    xmi:uuid="cc9539b0-8d84-4b7c-a75a-79f381efee61"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Passthru(Passthru(upper)).input</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeInput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                    xmi:uuid="a4cd0b93-c1b7-4143-aa4d-a8fd8d4b8ba7"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Passthru(Passthru(upper)).output</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>Passthru(Passthru(upper))</name>
                            </node>
                            <loopVariable xmi:id="ForStatement_cd25f9.loopVariable_n1_"
                                xmi:uuid="7f1c389a-dde7-4789-a6d9-f236dbad2284"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.loopVariable(n1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_cd25f9.loopVariable_helper_"
                                xmi:uuid="3246e515-8d05-4ee9-8959-04ef017942eb"
                                xmi:type="uml:OutputPin">
                                <name>ForStatement@cd25f9.loopVariable(helper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                                <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_cd25f9.loopVariable_n2_"
                                xmi:uuid="62e3a60f-82ce-4c42-92d5-a37fc6df99d7"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.loopVariable(n2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_cd25f9.loopVariable_ends1_"
                                xmi:uuid="24bdcbd5-20ad-4cde-bfc7-31c0f1268c87"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="ForStatement_cd25f9.loopVariable_ends1_-lowerValue"
                                    xmi:uuid="d9d2fe52-2b5c-4290-b528-bc996c859e6b"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="ForStatement_cd25f9.loopVariable_ends1_-upperValue"
                                    xmi:uuid="8bea83e5-d96f-4eca-be3f-a9f70387a3ba"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@cd25f9.loopVariable(ends1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_cd25f9.loopVariable_ends2_"
                                xmi:uuid="4e23495d-c205-48d1-af6e-66c50d2bd593"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="ForStatement_cd25f9.loopVariable_ends2_-lowerValue"
                                    xmi:uuid="0a6c8d65-efe1-40db-ba59-b935d64b9d2c"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="ForStatement_cd25f9.loopVariable_ends2_-upperValue"
                                    xmi:uuid="d5f4b547-a030-47a1-8036-34d382c00eef"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@cd25f9.loopVariable(ends2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_cd25f9.loopVariable_i_"
                                xmi:uuid="72b3bba2-86c6-4363-83df-710f7d449b07"
                                xmi:type="uml:OutputPin">
                                <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <lowerValue xmi:id="ForStatement_cd25f9.loopVariable_i_-lowerValue"
                                    xmi:uuid="2745e097-6286-44cd-8ce7-922765d7af97"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue xmi:id="ForStatement_cd25f9.loopVariable_i_-upperValue"
                                    xmi:uuid="9935ac3b-381c-4dfb-9f4e-fab469c536c5"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@cd25f9.loopVariable(i)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_cd25f9.loopVariable_counter_"
                                xmi:uuid="a5308a63-409f-409e-9d9e-81c989767112"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.loopVariable(counter)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_cd25f9.loopVariable_upper_"
                                xmi:uuid="92f0fb3e-4e50-4459-9def-1aa997852a88"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.loopVariable(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_n1_"
                                xmi:uuid="2881617a-c203-489b-962d-e771f3ea16f6"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.loopVariableInput(n1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_helper_"
                                xmi:uuid="d42250bb-f2c1-49ca-af76-9025d6a5b395"
                                xmi:type="uml:InputPin">
                                <name>ForStatement@cd25f9.loopVariableInput(helper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                                <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_n2_"
                                xmi:uuid="76e574dc-924b-4745-a9b3-148d7ff37633"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.loopVariableInput(n2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_ends1_"
                                xmi:uuid="256b8cb4-acc4-4ea5-b1f9-2e4300492aaf"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_ends1_-lowerValue"
                                    xmi:uuid="8d6df7b0-f91b-44c7-a11a-54f795c190d3"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_ends1_-upperValue"
                                    xmi:uuid="6dff0261-60de-4194-bc14-7befd271bceb"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@cd25f9.loopVariableInput(ends1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_ends2_"
                                xmi:uuid="470b084e-af67-47c9-8e4f-c10f05f21ee0"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_ends2_-lowerValue"
                                    xmi:uuid="1978bce9-e069-439c-a30c-06775ba29964"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_ends2_-upperValue"
                                    xmi:uuid="ef1a6a62-fdba-4646-bf7b-b36fae616deb"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@cd25f9.loopVariableInput(ends2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_i_"
                                xmi:uuid="4bbd55c9-d399-462c-b302-92a70fa17ad5"
                                xmi:type="uml:InputPin">
                                <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <name>ForStatement@cd25f9.loopVariableInput(i)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_counter_"
                                xmi:uuid="40961e79-3cbb-4075-aa4d-f20c638219a6"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.loopVariableInput(counter)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.loopVariableInput_upper_"
                                xmi:uuid="8fd057be-8c18-4693-9c13-8ed15e2df5c6"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.loopVariableInput(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <result
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_n1_"
                                xmi:uuid="142fa3c9-c904-41b0-96dc-44145b6659da"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.result(n1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_helper_"
                                xmi:uuid="417ed087-59b1-47b7-8697-2b99ade835fc"
                                xmi:type="uml:OutputPin">
                                <name>ForStatement@cd25f9.result(helper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                                <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_n2_"
                                xmi:uuid="f0a53f62-f13f-4378-8e35-5860f4f845ca"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.result(n2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_ends1_"
                                xmi:uuid="e1a0cbd3-79a0-4d4b-b1e9-563ad6202ee0"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_ends1_-lowerValue"
                                    xmi:uuid="7b2b9b3d-45bf-4578-87bd-6b1b3f584826"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_ends1_-upperValue"
                                    xmi:uuid="8c3403c2-c94d-4644-b8b4-b191be08caf5"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@cd25f9.result(ends1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_ends2_"
                                xmi:uuid="1bf57dde-22cd-4149-b519-a12e18af67ad"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_ends2_-lowerValue"
                                    xmi:uuid="5b1a7c5b-dd0e-47db-8240-3db217894ade"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_ends2_-upperValue"
                                    xmi:uuid="255c13fa-2b64-4524-830f-fb72f977d3c7"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@cd25f9.result(ends2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_i_"
                                xmi:uuid="a5957c21-a536-4f06-b052-16a764426497"
                                xmi:type="uml:OutputPin">
                                <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_i_-lowerValue"
                                    xmi:uuid="da2a5434-bb89-4bf8-b5a5-9d8dd8b1a902"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_i_-upperValue"
                                    xmi:uuid="f5bf6457-3a3e-4bd5-924d-452461df0441"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@cd25f9.result(i)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_counter_"
                                xmi:uuid="318d0580-a077-441c-9c7a-ed25989b343c"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.result(counter)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-ForStatement_cd25f9.result_upper_"
                                xmi:uuid="46c7dcc1-0572-427c-bd96-f037e33297c0"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@cd25f9.result(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <name>Loop(ForStatement@cd25f9)</name>
                            <isTestedFirst>true</isTestedFirst>
                            <decider
                                xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-Loop_ForStatement_cd25f9_-Call_LTEQ_-Call_LTEQ_.result_result_"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_"
                            xmi:uuid="0af10fbc-2a1c-46a8-bc35-05f5805ea1f8"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-edge-1"
                                xmi:uuid="104df77e-913c-46f2-b33f-17b058a926ab"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call_-_-Call_-_.argument_x_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-edge-2"
                                xmi:uuid="8bfa6fc9-8a74-41be-b372-4a42e90f78c6"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Fork_Value_1_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call_-_-Call_-_.argument_y_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-edge-3"
                                xmi:uuid="0798de51-053d-4023-8302-70e04491eb01"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call_-_-Call_-_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___-Call___.argument_x_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-edge-4"
                                xmi:uuid="831369a7-08bc-43d1-bd7b-97ac8acc1884"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-5-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___-Call___.argument_y_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-1"
                                xmi:uuid="af27a070-1363-4604-9d70-efd36284429e"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-1-result"
                                    xmi:uuid="f89c3c82-421e-429e-99c5-ae4f0176f44b"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-1-value"
                                    xmi:uuid="b39f9cb9-8c1e-4f23-aac9-b44e3478583d"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___Alf_Library_CollectionFunctions_size__any___"
                                xmi:uuid="bf89ce39-e76c-478f-9e26-07b62695d8b9"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                    xmi:uuid="8c37f8a0-1f14-42a2-aed6-60f27850b252"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                        xmi:uuid="a523a3b0-d246-4e23-9cb5-ee10fb6afc6c"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                        xmi:uuid="f3684a46-8523-44c5-b3c0-9e9f3462ba10"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                    xmi:uuid="1608e5f4-c101-4e77-945f-8c42060d7b09"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Fork_Value_1_.result_"
                                xmi:uuid="407fa932-c7e8-4157-b9ed-f15968e9f87e"
                                xmi:type="uml:ForkNode">
                                <name>Fork(Value(1).result)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call_-_"
                                xmi:uuid="1cf1e1b7-09d2-41e6-ace1-dfe943139c39"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-minus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call_-_-Call_-_.argument_x_"
                                    xmi:uuid="d205b6c2-f35c-4863-9288-8f28eb25f503"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(-).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call_-_-Call_-_.argument_y_"
                                    xmi:uuid="d4699b9f-d221-4329-802e-9f76bdeafa84"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(-).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call_-_-Call_-_.result_result_"
                                    xmi:uuid="dad05a4a-b85a-4901-9870-fd54a477e63f"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(-).result(result)</name>
                                </result>
                                <name>Call(-)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-5"
                                xmi:uuid="3b207650-2593-4efe-9852-646d1da0767d"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-5-result"
                                    xmi:uuid="312c0f41-1a24-4657-b483-1578db86bf37"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-5-value"
                                    xmi:uuid="91c67f31-4cea-474e-927c-714854535a81"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___"
                                xmi:uuid="8818db8a-4405-4d5c-bee0-1062000671a4"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___-Call___.argument_x_"
                                    xmi:uuid="6e8fae27-248e-471c-b5aa-8af4d5437bec"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___-Call___.argument_y_"
                                    xmi:uuid="557a08e5-06e3-4241-983a-09d0669bfffa"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-Call___-Call___.result_result_"
                                    xmi:uuid="995d0383-43e0-4f62-9ed2-b7adcee9b1c9"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).result(result)</name>
                                </result>
                                <name>Call(+)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-7"
                                xmi:uuid="5388a2df-08a8-4634-92a2-d88163fb3c75"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-7-result"
                                    xmi:uuid="a40cd2dd-59c6-47d1-b4c3-a0ce21ad443a"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertStarPattern-Body_AssertStarPattern_-ForStatement_cd25f9-LoopVariables_ForStatement_cd25f9_-node-7-value"
                                    xmi:uuid="95a226fe-a48b-4f61-b9fa-59ffea0f2853"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <name>LoopVariables(ForStatement@cd25f9)</name>
                        </node>
                        <name>ForStatement@cd25f9</name>
                    </node>
                    <name>Body(AssertStarPattern)</name>
                </node>
                <name>AssertStarPattern</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Utils-AssertUnconnectedPattern"
                xmi:uuid="c5cffbf3-b203-4eb9-85cc-e9351ae73c55" xmi:type="uml:Activity">
                <ownedComment xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-ownedComment"
                    xmi:uuid="fc22eb88-cd3e-4f48-9794-7f0ecbd263c6" xmi:type="uml:Comment">
                    <body>
namespace 'Test Suites'::Utils ;

private import Alf::Library::CollectionFunctions::size ;
private import Alf::Library::PrimitiveBehaviors::IntegerFunctions::ToString ;

activity AssertUnconnectedPattern(in ends1 : any[], 
															  in ends2 : any[], 
															  in n1 : Integer, 
															  in n2 : Integer,
															  in helper : AbstractAssertCompositeHelper) {
	// Check cardinalities
	AssertEquals("UnconnectedPattern - ends1-&gt;size()", ends1-&gt;size(), n1) ;
	AssertEquals("UnconnectedPattern - ends2-&gt;size()", ends2-&gt;size(), n2) ;
	// Checks connections
	for (i in 1..ends1-&gt;size()) {
		for (j in 1..ends2-&gt;size()) {
			helper.assertNotConnected("UnconnectedPattern - ends1[" + ToString(i) + "] is not connected to ends2[" + ToString(j) + "]",ends1[i], ends2[j]) ;		
		}
	}
}</body>
                </ownedComment>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-ends1"
                    xmi:uuid="b7244a1a-4e92-47c6-8283-6f0cc72e2f2e" xmi:type="uml:Parameter">
                    <lowerValue xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-ends1-lowerValue"
                        xmi:uuid="c9411de8-fa34-44af-a438-f2a12f147a3f"
                        xmi:type="uml:LiteralInteger"/>
                    <upperValue xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-ends1-upperValue"
                        xmi:uuid="e2b45c7a-6ee7-4cc4-b5ed-640ca97467c7"
                        xmi:type="uml:LiteralUnlimitedNatural">
                        <value>*</value>
                    </upperValue>
                    <name>ends1</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-ends2"
                    xmi:uuid="e9d8b454-09b2-409f-b09d-3bae1df7aea2" xmi:type="uml:Parameter">
                    <lowerValue xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-ends2-lowerValue"
                        xmi:uuid="e5fbdb3a-a028-43f0-ab50-57f8ef1fb51a"
                        xmi:type="uml:LiteralInteger"/>
                    <upperValue xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-ends2-upperValue"
                        xmi:uuid="0e674c0a-57bc-499a-b1f2-bce4a6599e1e"
                        xmi:type="uml:LiteralUnlimitedNatural">
                        <value>*</value>
                    </upperValue>
                    <name>ends2</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-n1"
                    xmi:uuid="78e7a74a-1a7b-4ebd-88b3-41302e0733e4" xmi:type="uml:Parameter">
                    <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                    <name>n1</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-n2"
                    xmi:uuid="02e43e64-dc45-4113-8719-652b7036fef4" xmi:type="uml:Parameter">
                    <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                    <name>n2</name>
                </ownedParameter>
                <ownedParameter xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-helper"
                    xmi:uuid="9533dc29-4b2f-423f-8a76-ba54c7102efd" xmi:type="uml:Parameter">
                    <name>helper</name>
                    <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                </ownedParameter>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-1"
                    xmi:uuid="43ad9af3-48d1-4a5e-b6af-7cab990815cc" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Input_ends1_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_ends1_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-2"
                    xmi:uuid="59fc70f0-9a09-4e63-a7fb-c8cb844cce93" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Input_ends2_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_ends2_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-3"
                    xmi:uuid="e8e4a462-65fc-4e0e-ae76-87c211a1aa32" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Input_n1_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_n1_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-4"
                    xmi:uuid="45301289-0449-45b8-af3c-01a493935da9" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Input_n2_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_n2_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-5"
                    xmi:uuid="d329d483-6d97-46b4-af0b-66d9f08dd6dd" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Input_helper_"/>
                    <target xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_helper_"/>
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-6"
                    xmi:uuid="2bb88ded-f3b2-40dd-921f-0f0ed602f25c" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_n1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-7"
                    xmi:uuid="ad187a43-bdfb-4d96-aa8d-e6b0e92386f0" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_ends1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-8"
                    xmi:uuid="4970d384-347c-4c2f-a9a0-06e004ab4fa2" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_n2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-9"
                    xmi:uuid="819c8fc4-4f8e-4abe-8f47-fb3592f46606" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_ends2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-10"
                    xmi:uuid="108e8eeb-d2f7-405a-9f58-cdc0c4d67ad8" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_n1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_n1_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-11"
                    xmi:uuid="7641b45c-3096-4ec0-8a89-d3276d40ca52" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_helper_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_helper_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-12"
                    xmi:uuid="413d54a4-f857-498a-bfef-2bd4ee15346d" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_n2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_n2_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-13"
                    xmi:uuid="9375fa73-ef11-4932-ba70-b2b8af94683b" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_ends1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_ends1_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-14"
                    xmi:uuid="15303780-f08c-491e-8d18-d07733f8ad21" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_ends2_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_ends2_"
                    />
                </edge>
                <edge xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-edge-15"
                    xmi:uuid="c72a6e2a-deff-4a1b-bb07-c6b76c117b4d" xmi:type="uml:ObjectFlow">
                    <source xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Fork_ends1_"/>
                    <target
                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                    />
                </edge>
                <node xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Input_ends1_"
                    xmi:uuid="93ed329e-cb89-4242-8ea2-c6cd22efee5b"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(ends1)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-ends1"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Fork_ends1_"
                    xmi:uuid="1aad9e68-e717-4150-90ac-e05a4e3b9f64" xmi:type="uml:ForkNode">
                    <name>Fork(ends1)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Input_ends2_"
                    xmi:uuid="e8e658fc-0d6b-4e3d-ae03-eee873313470"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(ends2)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-ends2"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Fork_ends2_"
                    xmi:uuid="33e1f8f9-5345-4fa8-8966-87f230b70e0d" xmi:type="uml:ForkNode">
                    <name>Fork(ends2)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Input_n1_"
                    xmi:uuid="0581712c-c081-46c8-a8fb-3e5955e2fdbd"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(n1)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-n1"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Fork_n1_"
                    xmi:uuid="cf02a928-334b-4738-9c58-e874f3104004" xmi:type="uml:ForkNode">
                    <name>Fork(n1)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Input_n2_"
                    xmi:uuid="90db3166-374a-4169-8daa-5919f76d05a3"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(n2)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-n2"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Fork_n2_"
                    xmi:uuid="ce30cf00-e360-4c66-b042-5cf4a91fa89a" xmi:type="uml:ForkNode">
                    <name>Fork(n2)</name>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Input_helper_"
                    xmi:uuid="55f17a0c-8310-40c6-9a65-e9e4969b3b76"
                    xmi:type="uml:ActivityParameterNode">
                    <name>Input(helper)</name>
                    <parameter xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-helper"/>
                </node>
                <node xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Fork_helper_"
                    xmi:uuid="e9843477-87e9-4fb1-b7e7-65baa5861e13" xmi:type="uml:ForkNode">
                    <name>Fork(helper)</name>
                </node>
                <node
                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_"
                    xmi:uuid="d79f7afa-14eb-49ac-8349-c9331a94e5f9"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-edge-1"
                        xmi:uuid="d9a18078-d335-48e2-8e70-f8dc66d3038f" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a"/>
                        <target
                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35"
                        />
                    </edge>
                    <edge
                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-edge-2"
                        xmi:uuid="171cfa19-c0fd-48c8-beb1-3ad0ad2d3b62" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35"/>
                        <target
                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a"
                        xmi:uuid="c5a92bea-a5e0-45f5-94f4-2f48f5a67cd1"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-edge-1"
                            xmi:uuid="cd6086b9-d4ac-4ccb-9ed3-5a16da05ae15"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Value__UnconnectedPattern_-_ends1-GTsize____-Value__UnconnectedPattern_-_ends1-GTsize____.result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-edge-2"
                            xmi:uuid="bcaef550-b3a3-4717-a6e2-a9c402a4d29b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-edge-3"
                            xmi:uuid="6b085bc4-07b0-4a9d-86bf-1dea16af10fb"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Call_AssertEquals_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Call_AssertEquals_"
                            xmi:uuid="78ce7025-67b0-49f2-b1e3-daf8db97870f"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                xmi:uuid="9813a901-091c-4f1c-a119-bd3891e74401"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertEquals).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                xmi:uuid="b02623f0-dafe-495c-a0cf-001007344612"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value1)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                xmi:uuid="a60ef055-a01f-4986-99f3-de0de60a2fe4"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value2)</name>
                            </argument>
                            <name>Call(AssertEquals)</name>
                            <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452"
                            xmi:uuid="bdf838d0-a9f7-42ec-b158-365ba940e21f"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Value__UnconnectedPattern_-_ends1-GTsize____"
                                xmi:uuid="eb62aad4-2168-457a-b65d-638561722cd6"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Value__UnconnectedPattern_-_ends1-GTsize____-Value__UnconnectedPattern_-_ends1-GTsize____.result"
                                    xmi:uuid="c9b68dc3-1648-475b-a1f7-2e4ddc5d80f4"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("UnconnectedPattern - ends1-&gt;size()").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Value__UnconnectedPattern_-_ends1-GTsize____-value"
                                    xmi:uuid="1a38b601-9ae1-4e77-952e-a97376aa9678"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>UnconnectedPattern - ends1-&gt;size()</value>
                                </value>
                                <name>Value("UnconnectedPattern - ends1-&gt;size()")</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Call___Alf_Library_CollectionFunctions_size__any___"
                                xmi:uuid="e91711b5-a11e-4dc8-8dd6-fd6008e26bed"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                    xmi:uuid="0e8f4054-2cb0-4285-a1a4-1481324453d7"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                        xmi:uuid="5d607ae9-3b94-4336-a730-1e235d07679f"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                        xmi:uuid="2e64a0e2-d112-48df-99b7-dd3d86a95361"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_102c32a-Tuple_4e5452-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                    xmi:uuid="2e3de9f6-6c87-4a26-b64e-7ac5b76122e7"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <name>Tuple@4e5452</name>
                        </node>
                        <name>ExpressionStatement@102c32a</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35"
                        xmi:uuid="dde49213-18c2-4584-bb0f-86b2697c9234"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-edge-1"
                            xmi:uuid="8ed22def-a01b-4a76-8551-f0a76732d5e2"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Value__UnconnectedPattern_-_ends2-GTsize____-Value__UnconnectedPattern_-_ends2-GTsize____.result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-edge-2"
                            xmi:uuid="1ca9422f-b680-42ae-a0b5-070dca29ccf3"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-edge-3"
                            xmi:uuid="5eb51d94-a42e-4f09-84bc-e436b57ba10d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Call_AssertEquals_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Call_AssertEquals_"
                            xmi:uuid="d73f5ac7-8d84-46e9-af86-641556bf70f6"
                            xmi:type="uml:CallBehaviorAction">
                            <argument
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Call_AssertEquals_-Call_AssertEquals_.argument_label_"
                                xmi:uuid="e8db78e3-9b1f-4534-b4f1-93e9a44cfcab"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call(AssertEquals).argument(label)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Call_AssertEquals_-Call_AssertEquals_.argument_value1_"
                                xmi:uuid="534495ee-9af5-4e32-8c50-79854ea526bd"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value1)</name>
                            </argument>
                            <argument
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Call_AssertEquals_-Call_AssertEquals_.argument_value2_"
                                xmi:uuid="9a657037-0277-4290-9f05-db244ab13f3c"
                                xmi:type="uml:InputPin">
                                <name>Call(AssertEquals).argument(value2)</name>
                            </argument>
                            <name>Call(AssertEquals)</name>
                            <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertEquals"/>
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c"
                            xmi:uuid="bb7a5b80-cc25-4a01-9380-90b01adb61fe"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Value__UnconnectedPattern_-_ends2-GTsize____"
                                xmi:uuid="971b097c-02c2-4816-9177-83950cebcd79"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Value__UnconnectedPattern_-_ends2-GTsize____-Value__UnconnectedPattern_-_ends2-GTsize____.result"
                                    xmi:uuid="dbf2acca-a6e1-48c3-a996-0fcc53e2139d"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value("UnconnectedPattern - ends2-&gt;size()").result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Value__UnconnectedPattern_-_ends2-GTsize____-value"
                                    xmi:uuid="22deb33f-e891-4311-8b39-e0853f4f2b00"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <value>UnconnectedPattern - ends2-&gt;size()</value>
                                </value>
                                <name>Value("UnconnectedPattern - ends2-&gt;size()")</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Call___Alf_Library_CollectionFunctions_size__any___"
                                xmi:uuid="7114038a-5663-46f3-8993-8edc85ab2732"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                    xmi:uuid="c77853b2-0944-4487-805a-136ab5c4c3f8"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                        xmi:uuid="1a44eff7-36bc-4234-90ec-29726ff2b6be"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                        xmi:uuid="cbdc5820-5f96-4886-9aad-4c735b2e90e9"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ExpressionStatement_ce4f35-Tuple_619b5c-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                    xmi:uuid="e9eb5297-e8df-40da-9689-4cd27c3ee7b2"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <name>Tuple@619b5c</name>
                        </node>
                        <name>ExpressionStatement@ce4f35</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6"
                        xmi:uuid="afef7368-b378-4bfb-974c-30c0b3ef393b"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-edge-1"
                            xmi:uuid="021d919a-ec31-4e97-a7be-26d02b61b12b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-1-result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Fork_Value_1_.result_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-edge-2"
                            xmi:uuid="8cab8a4b-b397-4248-a62c-685453de653b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-7-result"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_counter_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-edge-3"
                            xmi:uuid="9a4c5076-46f8-446e-855f-bb758b30367b"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___-Call___.result_result_"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_upper_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-edge-4"
                            xmi:uuid="fedf0769-4c74-4634-afca-b6e863973946"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Fork_Value_1_.result_"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_i_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-edge-5"
                            xmi:uuid="7ffe54e4-e1c2-4889-b4c5-a2763622a089"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_"/>
                            <target
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_"
                            xmi:uuid="d8754a3f-55b5-4f13-afa3-c5de803d19f9" xmi:type="uml:LoopNode">
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-n1"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-helper"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-n2"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ends1"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ends2"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-12-result"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-14-result"/>
                            <bodyOutput
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Values_ForStatement_2a56a6_"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-12"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-13"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-14"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-15"/>
                            <bodyPart
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Passthru_Passthru_upper__"/>
                            <test
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Call_LTEQ_"/>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-1"
                                xmi:uuid="936b1148-165f-4434-9abd-7cef3fb92314"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_2a56a6.loopVariable_n1_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_n1__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-2"
                                xmi:uuid="834c9385-3997-4ad6-8249-f5fcc171d836"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_2a56a6.loopVariable_helper_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_helper__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-3"
                                xmi:uuid="b4e818d5-bf5a-4fb4-836e-2203d87663fe"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_2a56a6.loopVariable_n2_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_n2__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-4"
                                xmi:uuid="e439db04-0f67-4260-878e-a6f99e3642ba"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_2a56a6.loopVariable_ends1_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_ends1__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-5"
                                xmi:uuid="971ebe95-bef6-4e5a-b409-e4107311586c"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_2a56a6.loopVariable_ends2_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_ends2__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-6"
                                xmi:uuid="cfc6f5f2-f88a-46f6-ad85-16ae01447b46"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_2a56a6.loopVariable_i_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_i__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-7"
                                xmi:uuid="20f15e44-e583-4b3c-a482-2323a8739fd1"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_2a56a6.loopVariable_counter_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_counter__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-8"
                                xmi:uuid="3ce49c4c-97f5-4d8d-8be1-cee9ac863293"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_2a56a6.loopVariable_upper_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_upper__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-9"
                                xmi:uuid="0dbf24ad-1029-4579-8428-cd6a67e93dab"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_counter__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-10"
                                xmi:uuid="cceb1433-334a-4de4-a4f0-405af4a0c533"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_upper__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-11"
                                xmi:uuid="a006d874-33dc-4d0b-a10f-95d0b78f0fc1"
                                xmi:type="uml:ObjectFlow">
                                <source xmi:idref="ForStatement_2a56a6.loopVariable_i_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Values_ForStatement_2a56a6_-Fork_i_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-12"
                                xmi:uuid="82fa6faa-fc08-4973-a432-41f4f7ad46b2"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Values_ForStatement_2a56a6_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-13"
                                xmi:uuid="3aff82c1-3d35-4a7f-aa93-0f6a2f6a1f86"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Values_ForStatement_2a56a6_-Fork_i_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_i_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-14"
                                xmi:uuid="0db58780-6206-4f00-8e8f-89aa5f9ee82c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_i__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-12-argument-1"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-15"
                                xmi:uuid="76c52c56-98c2-4e1b-99ca-2299116104ea"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-13-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-12-argument-2"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-16"
                                xmi:uuid="816ad247-6863-4731-89c0-27a5cc739222"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_counter__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-14-argument-1"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-17"
                                xmi:uuid="3e1c9b87-7e22-4db3-a666-b0a214088161"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-15-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-14-argument-2"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-18"
                                xmi:uuid="fb161fb4-52f5-4f06-a9d9-b1236443b700"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_upper__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-19"
                                xmi:uuid="09b15d67-5225-4525-8991-bd66eea56f4c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_n1__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_n1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-20"
                                xmi:uuid="166b79ca-1c5d-4c89-870d-6af46e86d0f8"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_helper__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_helper_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-21"
                                xmi:uuid="7c025a0d-f97e-4c6e-a969-2c3f3d216071"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_n2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_n2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-22"
                                xmi:uuid="fcafb505-8a50-40f3-a786-0b85ea993e18"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_ends1__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_ends1_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-23"
                                xmi:uuid="3d98a1e3-f95b-4f38-b7fb-8da509cc92c2"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_ends2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_ends2_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-24"
                                xmi:uuid="916ddc3d-2d25-4a4a-a201-407593b353af"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_ends2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-25"
                                xmi:uuid="1bb668af-d5c0-4c12-b53e-2aa2610a6037"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_n1__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-26"
                                xmi:uuid="bb84eb5f-1587-4aeb-b2d0-6612ed35e1c9"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_helper__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-27"
                                xmi:uuid="d01f1920-92cd-4022-900e-27ee2d63c1c2"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_n2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-28"
                                xmi:uuid="e2c4a4c9-5a90-4699-a53b-76489529b528"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_ends1__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-edge-29"
                                xmi:uuid="9e2129ad-68e8-4e5a-9b1c-8f4605eb14b4"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_ends2__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_n1__"
                                xmi:uuid="fa7dba16-9fbf-4a75-905b-3aea50713f97"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@2a56a6.loopVariable(n1))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_helper__"
                                xmi:uuid="041c88d1-3758-44c6-b7d0-ea215035502d"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@2a56a6.loopVariable(helper))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_n2__"
                                xmi:uuid="558d4c0e-edc8-4843-a039-7f7924e26e13"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@2a56a6.loopVariable(n2))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_ends1__"
                                xmi:uuid="abff4fb8-d657-44fa-a7ec-090ed4564492"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@2a56a6.loopVariable(ends1))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_ends2__"
                                xmi:uuid="065d299f-5fad-4afd-a855-f115fc21fdd5"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@2a56a6.loopVariable(ends2))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_i__"
                                xmi:uuid="4059a07c-4eb4-476c-8f85-c71f0f8311f9"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@2a56a6.loopVariable(i))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_counter__"
                                xmi:uuid="b7595c8a-5730-4605-9229-d27598aab7c6"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@2a56a6.loopVariable(counter))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Fork_ForStatement_2a56a6.loopVariable_upper__"
                                xmi:uuid="373260b9-475c-40c7-a97e-aff1716fd8ca"
                                xmi:type="uml:ForkNode">
                                <name>Fork(ForStatement@2a56a6.loopVariable(upper))</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Call_LTEQ_"
                                xmi:uuid="a67f6849-3c5f-4467-b2bd-5696256f50a4"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-le"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                    xmi:uuid="27ec8273-4222-41b6-8326-9e0748c70297"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(&lt;=).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                    xmi:uuid="34c21acc-48aa-4ee5-ae9c-53a8a5d171d2"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(&lt;=).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Call_LTEQ_-Call_LTEQ_.result_result_"
                                    xmi:uuid="c165703d-bcda-45f0-8ece-2168de79f23c"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(&lt;=).result(result)</name>
                                </result>
                                <name>Call(&lt;=)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Values_ForStatement_2a56a6_"
                                xmi:uuid="959ef8f2-d842-463b-a795-255cb470a0b6"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Values_ForStatement_2a56a6_-Fork_i_"
                                    xmi:uuid="31843503-6ff6-45f4-a623-35652f176460"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(i)</name>
                                </node>
                                <name>Values(ForStatement@2a56a6)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_"
                                xmi:uuid="c6cf2009-a8a7-4e85-8ed9-8ff8ab152b03"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-edge-1"
                                    xmi:uuid="c3b476f0-7c94-4a24-ae07-44ce80173ab9"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-n1"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-edge-2"
                                    xmi:uuid="b8c5c5cc-94ba-41e0-993c-bf88f3d89db9"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-helper"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-edge-3"
                                    xmi:uuid="8a4f3eca-371a-457d-ad80-d2ceda6d1d28"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-n2"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-edge-4"
                                    xmi:uuid="2f0d9d35-dc95-4ad8-a396-903ac93672d7"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ends1"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-edge-5"
                                    xmi:uuid="6c338624-a41f-4261-a5f4-f9aaf107ac7f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ends2"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2"
                                    xmi:uuid="c5aa5fbe-72dc-4b67-b88f-b1eaf81f8f3b"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-edge-1"
                                        xmi:uuid="358e65f8-95b5-4ba0-a385-8d3aa327fb16"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-1-result"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Fork_Value_1_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-edge-2"
                                        xmi:uuid="efc4a3df-8c55-4f32-8eab-6a4a049e3e26"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-7-result"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_counter_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-edge-3"
                                        xmi:uuid="07280342-15a3-4165-9f1f-2864872d548a"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___-Call___.result_result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_upper_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-edge-4"
                                        xmi:uuid="632c4067-33a0-424e-84d2-fdcfe26fd71b"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Fork_Value_1_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_j_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-edge-5"
                                        xmi:uuid="3dafc473-4ad7-4740-8c47-75576e5aadd0"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_"
                                        xmi:uuid="8d046752-0b1b-47a8-8b45-751b420c54ad"
                                        xmi:type="uml:LoopNode">
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-n1"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-helper"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-n2"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ends1"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ends2"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-i"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-13-result"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-15-result"/>
                                        <bodyOutput
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Values_ForStatement_e9d4a2_"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-13"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-14"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-15"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-16"/>
                                        <bodyPart
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Passthru_Passthru_upper__"/>
                                        <test
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Call_LTEQ_"/>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-1"
                                            xmi:uuid="f49aea43-3133-47d9-ba95-5fa0ae4b9a59"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_e9d4a2.loopVariable_n1_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_n1__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-2"
                                            xmi:uuid="7fa1e9ec-804a-447f-b4e2-87190c65d110"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_e9d4a2.loopVariable_helper_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_helper__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-3"
                                            xmi:uuid="ea6c80fe-2b8e-486e-a181-3e0cdc4b5404"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_e9d4a2.loopVariable_n2_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_n2__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-4"
                                            xmi:uuid="f0d19494-f931-4a0a-9bb4-87411864207f"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_e9d4a2.loopVariable_ends1_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_ends1__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-5"
                                            xmi:uuid="8086a81e-2788-44ae-8526-3ed94c345eb6"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_e9d4a2.loopVariable_ends2_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_ends2__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-6"
                                            xmi:uuid="9fde0a01-b898-4bc9-8a68-a7100255ad25"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_e9d4a2.loopVariable_i_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_i__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-7"
                                            xmi:uuid="2625ffc8-bf32-4cec-8558-e6961f0f1df0"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_e9d4a2.loopVariable_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_j__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-8"
                                            xmi:uuid="226e8af9-36f8-4ffd-979d-83b129af62ef"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_e9d4a2.loopVariable_counter_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_counter__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-9"
                                            xmi:uuid="306004a7-9acb-401d-9319-67343a5694a3"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="ForStatement_e9d4a2.loopVariable_upper_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_upper__"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-10"
                                            xmi:uuid="54e07bde-862c-4b42-ba15-b88138fdd01b"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_counter__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-11"
                                            xmi:uuid="6ed6f8a2-bcde-4001-bca0-863670abfe7e"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_upper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-12"
                                            xmi:uuid="6c716f0e-c1ff-4232-9346-b4f38f18d9d4"
                                            xmi:type="uml:ObjectFlow">
                                            <source xmi:idref="ForStatement_e9d4a2.loopVariable_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Values_ForStatement_e9d4a2_-Fork_j_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-13"
                                            xmi:uuid="766ed241-0b03-4812-bb81-51ec721362fb"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Values_ForStatement_e9d4a2_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-14"
                                            xmi:uuid="228b6ee4-796b-4689-8bdb-96101c2377c1"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Values_ForStatement_e9d4a2_-Fork_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-6-argument"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-15"
                                            xmi:uuid="ed21b043-f9f6-41c0-9688-0b3a52db9eb2"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Values_ForStatement_e9d4a2_-Fork_j_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-13"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-16"
                                            xmi:uuid="db13d994-cea6-469f-90ce-f608a4b7be4d"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_j__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-13-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-17"
                                            xmi:uuid="6c1b2833-9506-40df-a094-96d7fbf39916"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-14-result"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-13-argument-2"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-18"
                                            xmi:uuid="3ed9c6df-64e9-4feb-9b7e-65d738521f36"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_counter__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-15-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-19"
                                            xmi:uuid="fdfdb429-e256-496c-b941-b14888ae9f75"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-16-result"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-15-argument-2"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-20"
                                            xmi:uuid="5c260ab3-1190-417c-84bb-ba10ef645bd7"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_upper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-21"
                                            xmi:uuid="0d2f3f27-3302-45a9-86c0-172b1c2a6192"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-2-argument"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-22"
                                            xmi:uuid="63790d6c-b5cb-4b2b-a056-f24bdb7171d6"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_ends1__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-10-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-23"
                                            xmi:uuid="eefbdbf2-d1e7-430c-bd09-ecd9c68bb7d8"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-11"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-24"
                                            xmi:uuid="dfc74ee9-1eb6-44af-ae45-d93619c71d0e"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_ends2__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-12-argument-1"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-25"
                                            xmi:uuid="bce29cfc-78d7-45b0-8dcc-376047c4360c"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_helper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Call_assertNotConnected_-Call_assertNotConnected_.target"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-26"
                                            xmi:uuid="03ddcde0-839d-4bc2-ae68-dbab7097e805"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_n1__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-27"
                                            xmi:uuid="9e9cf9b0-7c1c-4a6b-97ac-c273da246ef4"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_helper__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-28"
                                            xmi:uuid="cfbb950a-5f8b-4e79-bfb2-4623dec2b6c2"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_n2__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-29"
                                            xmi:uuid="3f9d57d5-d7a5-4da3-bb75-179ae14a0043"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_ends1__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-30"
                                            xmi:uuid="fada396b-daae-4d63-af20-098130775b71"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_ends2__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-edge-31"
                                            xmi:uuid="de62a9c3-9648-4059-a532-1601b84afdee"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_i__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_i__-Passthru_Fork_i__.input"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_n1__"
                                            xmi:uuid="ab203b53-dd9d-465b-939e-e69a17bad60c"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@e9d4a2.loopVariable(n1))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_helper__"
                                            xmi:uuid="e5ed2144-a856-4b4c-9579-ded69e47ff37"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@e9d4a2.loopVariable(helper))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_n2__"
                                            xmi:uuid="4a1c85aa-03ab-4e42-a053-0a35f55be848"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@e9d4a2.loopVariable(n2))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_ends1__"
                                            xmi:uuid="76f60be8-7ff1-4857-a4ff-9d065dec8330"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@e9d4a2.loopVariable(ends1))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_ends2__"
                                            xmi:uuid="5927a089-8ade-44e2-a4d6-19a0f9453a52"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@e9d4a2.loopVariable(ends2))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_i__"
                                            xmi:uuid="d34f3cbb-b505-4bb4-844e-d6671ca1d88f"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@e9d4a2.loopVariable(i))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_j__"
                                            xmi:uuid="dc28555b-b120-41a0-af78-7c153dc29004"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@e9d4a2.loopVariable(j))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_counter__"
                                            xmi:uuid="d5e69f6f-e36e-4547-be8a-c3d8f4bb3328"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@e9d4a2.loopVariable(counter))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Fork_ForStatement_e9d4a2.loopVariable_upper__"
                                            xmi:uuid="bf6783ec-685e-47f6-b1b3-857f46b48c6e"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(ForStatement@e9d4a2.loopVariable(upper))</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Call_LTEQ_"
                                            xmi:uuid="fbd80868-062a-4439-bfe7-1e58c7cb5caf"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-le"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Call_LTEQ_-Call_LTEQ_.argument_x_"
                                                xmi:uuid="35da9597-821d-47b3-90b0-c830f6f3bf4e"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(&lt;=).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Call_LTEQ_-Call_LTEQ_.argument_y_"
                                                xmi:uuid="925a3a1b-fc57-44c1-9bd4-3b1713b789af"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(&lt;=).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Call_LTEQ_-Call_LTEQ_.result_result_"
                                                xmi:uuid="7d85e9e1-4d19-4d5a-a713-34597dbb9097"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                                <name>Call(&lt;=).result(result)</name>
                                            </result>
                                            <name>Call(&lt;=)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Values_ForStatement_e9d4a2_"
                                            xmi:uuid="c1511d75-ed3b-4d4f-a465-e08d46bee30a"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Values_ForStatement_e9d4a2_-Fork_j_"
                                                xmi:uuid="b13bc59f-d607-4ba8-8aab-56e6f6e28d06"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork(j)</name>
                                            </node>
                                            <name>Values(ForStatement@e9d4a2)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_"
                                            xmi:uuid="1bf4875a-0a65-4c24-bd5d-5755d2c9643f"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-edge-1"
                                                xmi:uuid="86a11e8f-e110-49c4-a6ac-b9a32a3131fd"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-n1"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-edge-2"
                                                xmi:uuid="b1e4ee3e-44ac-4af3-9e25-4446410ad7db"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-helper"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-edge-3"
                                                xmi:uuid="c32540d9-3183-4a66-81d7-a3922e907119"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-n2"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-edge-4"
                                                xmi:uuid="5dc45662-78b8-40bb-a53f-4fec4bdd9770"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ends1"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-edge-5"
                                                xmi:uuid="bec12c72-0188-42c7-989a-5080ee8a2dfc"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ends2"
                                                />
                                            </edge>
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-edge-6"
                                                xmi:uuid="03133b80-6e53-47e2-8fb9-1827bb2ee753"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_i__-Passthru_Fork_i__.output"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-i"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9"
                                                xmi:uuid="afb311db-1f6b-4d0c-9a0c-7e8850b0df33"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-edge-1"
                                                  xmi:uuid="16d6e503-35ca-4591-94a8-802e29a2801f"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-9-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Call_assertNotConnected_-Call_assertNotConnected_.argument_message_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-edge-2"
                                                  xmi:uuid="62247227-4813-42a3-bc61-21ad4c3787f8"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-10-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Call_assertNotConnected_-Call_assertNotConnected_.argument_end1_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-edge-3"
                                                  xmi:uuid="f8978de3-5a51-47e1-9e9d-8cf8711e2055"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-12-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Call_assertNotConnected_-Call_assertNotConnected_.argument_end2_"
                                                  />
                                                </edge>
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-edge-4"
                                                  xmi:uuid="5f1fd799-1141-4e2e-a8b6-b20e12029e2b"
                                                  xmi:type="uml:ControlFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Call_assertNotConnected_"
                                                  />
                                                </edge>
                                                <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Call_assertNotConnected_"
                                                  xmi:uuid="acd10e96-61f2-45cf-9460-b2e93d8b1037"
                                                  xmi:type="uml:CallOperationAction">
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Call_assertNotConnected_-Call_assertNotConnected_.argument_message_"
                                                  xmi:uuid="c7a61732-0590-40f0-bde0-5615ba5bd3c4"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(assertNotConnected).argument(message)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Call_assertNotConnected_-Call_assertNotConnected_.argument_end1_"
                                                  xmi:uuid="2806b11e-10fc-4b8d-8377-d273040453b4"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertNotConnected).argument(end1)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Call_assertNotConnected_-Call_assertNotConnected_.argument_end2_"
                                                  xmi:uuid="01c9f056-4cd7-4535-a3ef-f9010cd0cb43"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertNotConnected).argument(end2)</name>
                                                  </argument>
                                                  <target
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Call_assertNotConnected_-Call_assertNotConnected_.target"
                                                  xmi:uuid="5f8165a7-7c26-4d13-95ea-75fa30a66387"
                                                  xmi:type="uml:InputPin">
                                                  <name>Call(assertNotConnected).target</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                  />
                                                  </target>
                                                  <name>Call(assertNotConnected)</name>
                                                  <operation
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper-assertNotConnected"
                                                  />
                                                </node>
                                                <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190"
                                                  xmi:uuid="5c341024-2265-4fd7-8544-24a12d5b98dc"
                                                  xmi:type="uml:StructuredActivityNode">
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-edge-1"
                                                  xmi:uuid="544bc007-c56b-41c8-991f-0ed752fdec45"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value__UnconnectedPattern_-_ends1___-Value__UnconnectedPattern_-_ends1___.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-3-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-edge-2"
                                                  xmi:uuid="0b01a281-8cff-4fb7-8ad5-f0abe07e76ea"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-2-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-3-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-edge-3"
                                                  xmi:uuid="a234e648-1002-414f-a333-0cafcc35938c"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-3-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-5-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-edge-4"
                                                  xmi:uuid="07608c66-6979-4f21-8924-2a24ddfd079d"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value____is_not_connected_to_ends2___-Value____is_not_connected_to_ends2___.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-5-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-edge-5"
                                                  xmi:uuid="b335348f-0e71-4a4b-8258-c8a1fa3ab997"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-5-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-7-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-edge-6"
                                                  xmi:uuid="859cf035-4e7c-4f3a-ab00-8de8ecf322cc"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-6-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-7-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-edge-7"
                                                  xmi:uuid="ad052751-da8f-41f1-b0aa-0a89a6114027"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-7-result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-9-argument-1"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-edge-8"
                                                  xmi:uuid="7d0ef78c-05b7-49b0-9e5f-14943153f6f0"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value_____-Value_____.result"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-9-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-edge-9"
                                                  xmi:uuid="75ce3fca-859b-4319-a992-dfd31384d02c"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-11"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-10-argument-2"
                                                  />
                                                  </edge>
                                                  <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-edge-10"
                                                  xmi:uuid="124d40f4-91bf-4c02-83b8-3e33e56c8270"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-13"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-12-argument-2"
                                                  />
                                                  </edge>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value__UnconnectedPattern_-_ends1___"
                                                  xmi:uuid="5fa24449-7a1f-499f-8c0c-8d58c531831b"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value__UnconnectedPattern_-_ends1___-Value__UnconnectedPattern_-_ends1___.result"
                                                  xmi:uuid="40cc1908-ccc9-4329-9429-4f1e7f755131"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("UnconnectedPattern - ends1[").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value__UnconnectedPattern_-_ends1___-value"
                                                  xmi:uuid="7c498759-3ed4-4a70-8021-4c3572fe53fe"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>UnconnectedPattern - ends1[</value>
                                                  </value>
                                                  <name>Value("UnconnectedPattern - ends1[")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-2"
                                                  xmi:uuid="1eaab2ba-8701-4c5f-b6ec-a5b358865836"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-ToString"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-2-argument"
                                                  xmi:uuid="031e0527-f1d5-46c7-bb50-e688ab542596"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(ToString).argument(x)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-2-result"
                                                  xmi:uuid="3d871f02-d347-482a-9c8c-e56485b7f835"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(ToString).result(result)</name>
                                                  </result>
                                                  <name>Call(ToString)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-3"
                                                  xmi:uuid="956f1177-f66c-430d-a40c-91823a8e871e"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-3-argument-1"
                                                  xmi:uuid="d8357256-5cc2-44ef-9e5f-87a8101f14de"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-3-argument-2"
                                                  xmi:uuid="63d9c4f7-a34b-4600-b4cc-080939bc8afe"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-3-result"
                                                  xmi:uuid="5f5064ba-bdfd-4714-be04-83f4cad23538"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value____is_not_connected_to_ends2___"
                                                  xmi:uuid="729434cf-6b77-4798-be13-a56511cf7717"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value____is_not_connected_to_ends2___-Value____is_not_connected_to_ends2___.result"
                                                  xmi:uuid="95e6613c-82bb-4c20-b8dc-0aa5c94614d7"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("] is not connected to ends2[").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value____is_not_connected_to_ends2___-value"
                                                  xmi:uuid="e819d467-fb5f-45a6-a70c-a133c0a5f7d3"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>] is not connected to ends2[</value>
                                                  </value>
                                                  <name>Value("] is not connected to ends2[")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-5"
                                                  xmi:uuid="556b8286-8d33-49df-af3c-0a8b5f93a287"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-5-argument-1"
                                                  xmi:uuid="dc4095b2-546e-468c-91db-206560e1b438"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-5-argument-2"
                                                  xmi:uuid="13404a41-359b-4744-8669-cdab702ef6ed"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-5-result"
                                                  xmi:uuid="64ef59f1-6b85-46dd-a5f2-02924817c60b"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-6"
                                                  xmi:uuid="07785cd3-6f12-4b41-b8fb-5a7e759430c0"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-ToString"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-6-argument"
                                                  xmi:uuid="bf731b8b-c864-497b-90bf-379701704d5b"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(ToString).argument(x)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-6-result"
                                                  xmi:uuid="7c0a1c9b-fddf-4ea5-aeaf-0239280ed8c3"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(ToString).result(result)</name>
                                                  </result>
                                                  <name>Call(ToString)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-7"
                                                  xmi:uuid="b5a16235-00bb-402f-bbcb-c3d6f72e5516"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-7-argument-1"
                                                  xmi:uuid="4841f1dd-5b80-45e2-9ce5-5eda108ea005"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-7-argument-2"
                                                  xmi:uuid="9bc9df85-394b-4f98-b59e-c59b0b3a51d6"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-7-result"
                                                  xmi:uuid="5e858d3b-6200-4a88-9d23-228819be67c6"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value_____"
                                                  xmi:uuid="f3ea5c80-39c2-4ebb-8141-692ed89f08e5"
                                                  xmi:type="uml:ValueSpecificationAction">
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value_____-Value_____.result"
                                                  xmi:uuid="5eae7f96-b38b-4588-be85-54eb602e2722"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Value("]").result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </result>
                                                  <value
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-Value_____-value"
                                                  xmi:uuid="4f75155d-b3e0-4580-ac04-fe73904a3b95"
                                                  xmi:type="uml:LiteralString">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <value>]</value>
                                                  </value>
                                                  <name>Value("]")</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-9"
                                                  xmi:uuid="030e1d41-9083-4dc3-bd37-3060eb93829b"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-StringFunctions-Concat"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-9-argument-1"
                                                  xmi:uuid="6c7c0418-49be-4810-b17b-82d04408ddc7"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(x)</name>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-9-argument-2"
                                                  xmi:uuid="5de09dfd-354e-4d8e-9bf4-b1404ee2b6eb"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).argument(y)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-9-result"
                                                  xmi:uuid="08b2b4cc-6956-47a3-b15e-726664b400ae"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                                  <name>Call(Concat).result(result)</name>
                                                  </result>
                                                  <name>Call(Concat)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-10"
                                                  xmi:uuid="a7f5a002-2087-402d-853a-e52c7ac04262"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-10-argument-1"
                                                  xmi:uuid="6d6c096c-b5c1-41e3-a2af-d78378189f05"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-10-argument-1-lowerValue"
                                                  xmi:uuid="233a50d3-4df1-48d6-a38b-e5f2bbc200cb"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-10-argument-1-upperValue"
                                                  xmi:uuid="632d9a79-f24d-42f8-ac0f-3de093bcc974"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Call(At).argument(seq)</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-10-argument-2"
                                                  xmi:uuid="5dece132-c897-4b41-be1e-ddbaac2f9cd1"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(At).argument(index)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-10-result"
                                                  xmi:uuid="95c3b909-2e53-4aec-8cd6-90664a8e0573"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-10-result-lowerValue"
                                                  xmi:uuid="96be9d50-2d24-45a0-a258-e3ea78f32deb"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <name>Call(At).result()</name>
                                                  </result>
                                                  <name>Call(At)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-11"
                                                  xmi:uuid="82da0831-602f-49a0-93ed-35787b97efbf"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(Call(At).argument(index))</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-12"
                                                  xmi:uuid="44f9aa63-ccda-4c14-9653-1a59fae70f6b"
                                                  xmi:type="uml:CallBehaviorAction">
                                                  <behavior
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-At"/>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-12-argument-1"
                                                  xmi:uuid="e15e3d3f-6bf6-466f-97d4-ce68ce6168da"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-12-argument-1-lowerValue"
                                                  xmi:uuid="b560e522-618c-4e18-9542-61e4437665f6"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-12-argument-1-upperValue"
                                                  xmi:uuid="fbd2cee6-7d0c-44de-8470-5200b3ad00a1"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Call(At).argument(seq)</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  </argument>
                                                  <argument
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-12-argument-2"
                                                  xmi:uuid="4242f333-edc4-42d7-ab27-283986d709c6"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Call(At).argument(index)</name>
                                                  </argument>
                                                  <result
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-12-result"
                                                  xmi:uuid="512ab2ba-1c09-4c77-a820-1f737c620a22"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-12-result-lowerValue"
                                                  xmi:uuid="40db8e5c-b5db-4266-a22f-8c0fd106725a"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <name>Call(At).result()</name>
                                                  </result>
                                                  <name>Call(At)</name>
                                                  </node>
                                                  <node
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ExpressionStatement_1bb45b9-Tuple_16e6190-node-13"
                                                  xmi:uuid="542181e6-8ab8-4d7f-9bf5-b1c124e7ae01"
                                                  xmi:type="uml:ForkNode">
                                                  <name>Fork(Call(At).argument(index))</name>
                                                  </node>
                                                  <name>Tuple@16e6190</name>
                                                </node>
                                                <name>ExpressionStatement@1bb45b9</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n1__"
                                                xmi:uuid="760dc389-679c-4556-a7a8-25d71efc8efb"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n1__-edge"
                                                  xmi:uuid="610d0ec8-4def-489c-aace-9161ae427c87"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"
                                                  xmi:uuid="c80284ca-c7cf-4acc-af62-75921c1ba9d6"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Passthru(Fork(n1)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"
                                                  xmi:uuid="b2f0105f-0cc7-4e91-8770-46ed0c9d0fad"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Passthru(Fork(n1)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(n1))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_helper__"
                                                xmi:uuid="421aae41-bb5d-4c58-ae1d-e27eb432d60f"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_helper__-edge"
                                                  xmi:uuid="a365f8cb-1056-4ac3-bdad-57d662098b28"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                                  xmi:uuid="a578f30d-1db4-4dab-b061-7f516919b31d"
                                                  xmi:type="uml:InputPin">
                                                  <name>Passthru(Fork(helper)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                  />
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                                  xmi:uuid="5ae80bd0-9a58-4fa4-a125-ffde92629b6e"
                                                  xmi:type="uml:OutputPin">
                                                  <name>Passthru(Fork(helper)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                  />
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(helper))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n2__"
                                                xmi:uuid="fde369c2-c20d-47bd-ae1e-d9a5e0600834"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n2__-edge"
                                                  xmi:uuid="69fb97bc-5289-4489-ac58-f46460323610"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"
                                                  xmi:uuid="d7539da3-4c39-488c-8fb9-8c9c86bd4f47"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Passthru(Fork(n2)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"
                                                  xmi:uuid="6e197353-2b06-4db8-b89a-31324c7e1bf8"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Passthru(Fork(n2)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(n2))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__"
                                                xmi:uuid="63764790-2871-4606-a290-a6a766d3742f"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-edge"
                                                  xmi:uuid="e79607b6-663e-4a53-b65b-0f789cd21137"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                                  xmi:uuid="e301a783-dffa-4c7e-ace3-a883a0f4cba4"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-lowerValue"
                                                  xmi:uuid="5c56d7b5-9b8f-4645-a359-43f8b3d11a24"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-upperValue"
                                                  xmi:uuid="f6997819-b51f-49f0-b961-5efed890e304"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends1)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                                  xmi:uuid="a2235d2f-f35a-4832-b254-90c5cdbafe6d"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-lowerValue"
                                                  xmi:uuid="0d7fdf48-0475-491b-8eef-2e63dcfc345e"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-upperValue"
                                                  xmi:uuid="280639b0-ac42-421b-a178-38d8f7a30014"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends1)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(ends1))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__"
                                                xmi:uuid="a0d482e9-c28b-486a-956e-b1d902058988"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-edge"
                                                  xmi:uuid="4293ea83-48d4-42e1-beb2-e1730c7bf54b"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                                  xmi:uuid="407cf14b-9708-459a-9756-4633685d91cc"
                                                  xmi:type="uml:InputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-lowerValue"
                                                  xmi:uuid="6d13517f-4a49-4001-adaa-157563bfc029"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-upperValue"
                                                  xmi:uuid="ddf9f9c2-c235-4f6d-b3d7-ce3a406f3f2f"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends2)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                                  xmi:uuid="c010dbf1-6035-4787-90d1-b84b75d82ec3"
                                                  xmi:type="uml:OutputPin">
                                                  <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-lowerValue"
                                                  xmi:uuid="133778f6-7a7b-4835-a956-ecda9ec947ba"
                                                  xmi:type="uml:LiteralInteger"/>
                                                  <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-upperValue"
                                                  xmi:uuid="71ee3cab-97f4-447d-b42e-86a9323ae3e4"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                  </upperValue>
                                                  <name>Passthru(Fork(ends2)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(ends2))</name>
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_i__"
                                                xmi:uuid="0519a3f1-3cb8-46e3-a2da-01d3269a7165"
                                                xmi:type="uml:StructuredActivityNode">
                                                <edge
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_i__-edge"
                                                  xmi:uuid="8711f44f-da0d-4820-a071-8993c7d0d3c5"
                                                  xmi:type="uml:ObjectFlow">
                                                  <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_i__-Passthru_Fork_i__.input"/>
                                                  <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_i__-Passthru_Fork_i__.output"
                                                  />
                                                </edge>
                                                <structuredNodeInput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_i__-Passthru_Fork_i__.input"
                                                  xmi:uuid="f9733805-dc13-495f-98d4-e13da02a5640"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                  <name>Passthru(Fork(i)).input</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeInput>
                                                <structuredNodeOutput
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-Passthru_Fork_i__-Passthru_Fork_i__.output"
                                                  xmi:uuid="6f7a8499-481c-4779-a81a-c1d9927600c0"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                  <name>Passthru(Fork(i)).output</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </structuredNodeOutput>
                                                <name>Passthru(Fork(i))</name>
                                            </node>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-n1"
                                                xmi:uuid="fabb812b-f119-41b9-8743-9c212a16717b"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>n1</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-helper"
                                                xmi:uuid="4ce55c64-084c-4280-92c8-1839d1833bc7"
                                                xmi:type="uml:OutputPin">
                                                <name>helper</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                                />
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-n2"
                                                xmi:uuid="49837345-e1af-448f-827d-e2215d8d1d20"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>n2</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ends1"
                                                xmi:uuid="0bc1434a-9041-483d-93fb-20b9317e5e02"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ends1-lowerValue"
                                                  xmi:uuid="510e7615-e3a6-41db-94af-949d8fcf65af"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ends1-upperValue"
                                                  xmi:uuid="fd7656f3-0013-4f49-85b7-91597e997f33"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ends1</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ends2"
                                                xmi:uuid="09c6f325-7e07-4fe4-85d0-3bd2bf1dbd33"
                                                xmi:type="uml:OutputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ends2-lowerValue"
                                                  xmi:uuid="e4a17a58-99bf-4667-b78b-261c23484e6f"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-ends2-upperValue"
                                                  xmi:uuid="89ca7836-aee1-41a3-9c2e-b1d93514d2d8"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>ends2</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Body_ForStatement_e9d4a2_-i"
                                                xmi:uuid="fc3df17d-70af-4147-97e3-0b66a742cf4d"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>i</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <name>Body(ForStatement@e9d4a2)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-13"
                                            xmi:uuid="6f71848c-0fe4-43f4-9d08-a0d1e2e877aa"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-13-argument-1"
                                                xmi:uuid="1a165bca-0b8c-4dbd-9fbc-134529b05054"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-13-argument-2"
                                                xmi:uuid="0a8568dc-9739-4e2f-b3f4-de78dba971a1"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-13-result"
                                                xmi:uuid="b2c0f9f4-b04b-4f9f-90ac-14c228ab366c"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).result(result)</name>
                                            </result>
                                            <name>Call(+)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-14"
                                            xmi:uuid="633a55c9-629e-40af-80ec-9b192ee1779b"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-14-result"
                                                xmi:uuid="5b8c561c-5cff-4bad-b688-5309346e4b75"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-14-value"
                                                xmi:uuid="54d16ba3-89ad-4b86-8147-850a0fe6f803"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-15"
                                            xmi:uuid="787d1160-3b76-43d6-bfd1-8eb0eddbfafe"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-15-argument-1"
                                                xmi:uuid="3e95797b-eae5-4c37-b396-7c6a9d9c0913"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-15-argument-2"
                                                xmi:uuid="8adb6663-5469-4213-afe6-511627c4982a"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-15-result"
                                                xmi:uuid="152c0267-1a91-4e27-9be3-84bba1f1cbff"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).result(result)</name>
                                            </result>
                                            <name>Call(+)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-16"
                                            xmi:uuid="7e2cc0cf-be5a-48ce-a6f6-c556ff76eac2"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-16-result"
                                                xmi:uuid="c1ab494c-cd73-43f2-aa41-f07578e7e2ad"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-node-16-value"
                                                xmi:uuid="55d8ee07-2e25-4b7e-bf47-c902c53cef92"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Passthru_Passthru_upper__"
                                            xmi:uuid="92ed6eb6-bfcc-4817-868c-2aa5d7c76ad4"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Passthru_Passthru_upper__-edge"
                                                xmi:uuid="1104b3e1-eef2-4ebf-8ddb-3df4c5886fef"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"/>
                                                <target
                                                  xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                                />
                                            </edge>
                                            <structuredNodeInput
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                                xmi:uuid="b0b962dd-cc78-4749-a80b-451709304b73"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Passthru(Passthru(upper)).input</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeInput>
                                            <structuredNodeOutput
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                                xmi:uuid="3b4db535-cf6e-4d9e-bd43-1bb51a3cef6a"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Passthru(Passthru(upper)).output</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeOutput>
                                            <name>Passthru(Passthru(upper))</name>
                                        </node>
                                        <loopVariable xmi:id="ForStatement_e9d4a2.loopVariable_n1_"
                                            xmi:uuid="582b337f-af7e-45a9-b213-80be441a7496"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.loopVariable(n1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_e9d4a2.loopVariable_helper_"
                                            xmi:uuid="9a1cc8d0-ba15-4a13-84f0-257b1fe7ea00"
                                            xmi:type="uml:OutputPin">
                                            <name>ForStatement@e9d4a2.loopVariable(helper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                            />
                                        </loopVariable>
                                        <loopVariable xmi:id="ForStatement_e9d4a2.loopVariable_n2_"
                                            xmi:uuid="653a2592-33bc-4b32-b2b0-e9ab85326645"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.loopVariable(n2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_e9d4a2.loopVariable_ends1_"
                                            xmi:uuid="935c55ca-b9b5-4b05-9f00-6982166b9d42"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="ForStatement_e9d4a2.loopVariable_ends1_-lowerValue"
                                                xmi:uuid="43c49825-e07e-4234-a14c-e10318a60dd4"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="ForStatement_e9d4a2.loopVariable_ends1_-upperValue"
                                                xmi:uuid="dbe35398-8b8d-4007-9de8-a6f3dc713af2"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@e9d4a2.loopVariable(ends1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_e9d4a2.loopVariable_ends2_"
                                            xmi:uuid="efbb9048-e17f-4f91-878f-a10c0fb06b60"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="ForStatement_e9d4a2.loopVariable_ends2_-lowerValue"
                                                xmi:uuid="cd138be5-275f-4b04-9cf4-89c08501d7d2"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="ForStatement_e9d4a2.loopVariable_ends2_-upperValue"
                                                xmi:uuid="6a2b57af-91c7-41d1-b5df-599c0ff717c3"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@e9d4a2.loopVariable(ends2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable xmi:id="ForStatement_e9d4a2.loopVariable_i_"
                                            xmi:uuid="58143a82-482a-4247-9b53-eeba37cbc2fc"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@e9d4a2.loopVariable(i)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable xmi:id="ForStatement_e9d4a2.loopVariable_j_"
                                            xmi:uuid="bddb0fdd-c16c-4633-a002-4812e308d714"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <lowerValue
                                                xmi:id="ForStatement_e9d4a2.loopVariable_j_-lowerValue"
                                                xmi:uuid="cf816c43-330c-43b3-ac89-25f3c307c42a"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="ForStatement_e9d4a2.loopVariable_j_-upperValue"
                                                xmi:uuid="f30f6303-ca11-4584-a5d8-8de462fbceb3"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@e9d4a2.loopVariable(j)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_e9d4a2.loopVariable_counter_"
                                            xmi:uuid="a26139d1-a599-4ac3-86d1-051b3b520cff"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.loopVariable(counter)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariable
                                            xmi:id="ForStatement_e9d4a2.loopVariable_upper_"
                                            xmi:uuid="cc6f6da6-ebb3-4814-b919-59c844509226"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.loopVariable(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariable>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_n1_"
                                            xmi:uuid="492c7f88-15fe-4a92-a2d5-55e741109cfd"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.loopVariableInput(n1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_helper_"
                                            xmi:uuid="c72590d9-1909-4344-9844-3a09300b164c"
                                            xmi:type="uml:InputPin">
                                            <name>ForStatement@e9d4a2.loopVariableInput(helper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                            />
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_n2_"
                                            xmi:uuid="4c865d61-ad1c-442a-a778-716db1c1f75c"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.loopVariableInput(n2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_ends1_"
                                            xmi:uuid="9032a23a-49a2-4663-ad10-082ab964e9e3"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_ends1_-lowerValue"
                                                xmi:uuid="fad265e7-c27f-47c7-a77a-eafa04faedb7"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_ends1_-upperValue"
                                                xmi:uuid="17707f01-3747-460c-8cd7-a9a95af9b22e"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@e9d4a2.loopVariableInput(ends1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_ends2_"
                                            xmi:uuid="4c79cc1c-a577-45df-8212-aff61d53611d"
                                            xmi:type="uml:InputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_ends2_-lowerValue"
                                                xmi:uuid="15abc2e9-3aa0-490d-b26e-a8ad5e73eb52"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_ends2_-upperValue"
                                                xmi:uuid="ff571d7f-af83-4a86-bdad-2590689cf1f7"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@e9d4a2.loopVariableInput(ends2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_i_"
                                            xmi:uuid="72cd2537-d205-4450-adec-005e8f172ce9"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@e9d4a2.loopVariableInput(i)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_j_"
                                            xmi:uuid="22b25a5f-050a-4fe1-8435-fc153a19f4e9"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@e9d4a2.loopVariableInput(j)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_counter_"
                                            xmi:uuid="0d31e495-d5ad-4460-bf91-b67653a4e1e9"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.loopVariableInput(counter)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <loopVariableInput
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.loopVariableInput_upper_"
                                            xmi:uuid="d3516d57-842b-4a5c-9111-06b1abd6b1b0"
                                            xmi:type="uml:InputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.loopVariableInput(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </loopVariableInput>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_n1_"
                                            xmi:uuid="aa94dea8-cbf5-4fe2-814a-0a8b015576d1"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.result(n1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_helper_"
                                            xmi:uuid="0b7394fd-f4a2-459c-8594-97d1f155ea64"
                                            xmi:type="uml:OutputPin">
                                            <name>ForStatement@e9d4a2.result(helper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                            />
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_n2_"
                                            xmi:uuid="beacc883-c923-4d04-bfaf-80c13390a74c"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.result(n2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_ends1_"
                                            xmi:uuid="4379ac6a-bb1d-43be-addb-6285c38cf0fb"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_ends1_-lowerValue"
                                                xmi:uuid="8a9923e7-dc4e-4202-abf5-9439b5bd3332"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_ends1_-upperValue"
                                                xmi:uuid="04f4cb20-2c75-4475-aec2-c1d94fe264cb"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@e9d4a2.result(ends1)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_ends2_"
                                            xmi:uuid="b6d32e15-7554-4dcc-a41d-67038d3f6cfc"
                                            xmi:type="uml:OutputPin">
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_ends2_-lowerValue"
                                                xmi:uuid="c7a88b3f-98c5-424a-9097-2576e06cf4f8"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_ends2_-upperValue"
                                                xmi:uuid="7bc06233-e185-4dd1-b5b1-da65d97f90c2"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@e9d4a2.result(ends2)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_i_"
                                            xmi:uuid="3143c683-f8c3-471b-9f1d-5931bd7a7516"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>ForStatement@e9d4a2.result(i)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_j_"
                                            xmi:uuid="7f32cc21-2530-41c3-91e9-a2bb6615ecf7"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <lowerValue
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_j_-lowerValue"
                                                xmi:uuid="691819e6-3c22-439f-9169-8f423fc132bf"
                                                xmi:type="uml:LiteralInteger"/>
                                            <upperValue
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_j_-upperValue"
                                                xmi:uuid="58aeccdb-3ae2-42b4-adda-a48a3b09df3e"
                                                xmi:type="uml:LiteralUnlimitedNatural">
                                                <value>*</value>
                                            </upperValue>
                                            <name>ForStatement@e9d4a2.result(j)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_counter_"
                                            xmi:uuid="c05f450b-9730-4486-ad8e-1574a3d9fa8b"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.result(counter)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <result
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-ForStatement_e9d4a2.result_upper_"
                                            xmi:uuid="52543339-9f5a-421d-9246-d11a9c7f25c4"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>ForStatement@e9d4a2.result(upper)</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <name>Loop(ForStatement@e9d4a2)</name>
                                        <isTestedFirst>true</isTestedFirst>
                                        <decider
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-Loop_ForStatement_e9d4a2_-Call_LTEQ_-Call_LTEQ_.result_result_"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_"
                                        xmi:uuid="5eb143c7-9bb6-4375-8554-64739cf79730"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-edge-1"
                                            xmi:uuid="8cb028f6-281f-4cf6-a3a9-9b08f75b78d6"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call_-_-Call_-_.argument_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-edge-2"
                                            xmi:uuid="248607c6-2535-4fcf-94f1-7bda18fbcd94"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Fork_Value_1_.result_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call_-_-Call_-_.argument_y_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-edge-3"
                                            xmi:uuid="9b22b5fc-6ab6-472a-8fb7-ded0046371dd"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call_-_-Call_-_.result_result_"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___-Call___.argument_x_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-edge-4"
                                            xmi:uuid="6f419731-eed1-4233-8577-831abe3735ae"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-5-result"/>
                                            <target
                                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___-Call___.argument_y_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-1"
                                            xmi:uuid="12223fab-052e-450b-9831-947471bd34ca"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-1-result"
                                                xmi:uuid="242e87e2-f61c-45ca-9ad3-f165642bb78f"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-1-value"
                                                xmi:uuid="2b889032-6c21-49c6-906e-1ea51c9d70bd"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___Alf_Library_CollectionFunctions_size__any___"
                                            xmi:uuid="3b8b9a92-85ab-48bf-926e-c6974664a96b"
                                            xmi:type="uml:CallBehaviorAction">
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                                xmi:uuid="f05d1e69-19dd-4f77-aa3c-b8a2d8a1aa58"
                                                xmi:type="uml:InputPin">
                                                <lowerValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                                  xmi:uuid="9ecaaac4-42c7-4aea-8594-36e10704d5f4"
                                                  xmi:type="uml:LiteralInteger"/>
                                                <upperValue
                                                  xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                                  xmi:uuid="b8324f9a-0a36-44d6-8a87-5cc642360588"
                                                  xmi:type="uml:LiteralUnlimitedNatural">
                                                  <value>*</value>
                                                </upperValue>
                                                <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                                xmi:uuid="287d27df-6c15-4b8f-a8a9-f9f58e075604"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                            </result>
                                            <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                            <behavior
                                                href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Fork_Value_1_.result_"
                                            xmi:uuid="454aec2a-b177-4dcb-92da-7c4d74634d36"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(Value(1).result)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call_-_"
                                            xmi:uuid="b9d3832f-93f5-4fda-b6ba-e4ab299aac87"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-minus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call_-_-Call_-_.argument_x_"
                                                xmi:uuid="b84a8ed0-7c9d-49b3-85fd-00adc3246949"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(-).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call_-_-Call_-_.argument_y_"
                                                xmi:uuid="1c2b516c-ebf6-4fd0-ba8b-149a457b4ced"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(-).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call_-_-Call_-_.result_result_"
                                                xmi:uuid="14bab942-c6b9-451f-b58a-f5b62a38b395"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(-).result(result)</name>
                                            </result>
                                            <name>Call(-)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-5"
                                            xmi:uuid="06922a32-aca7-4144-b8f4-ef3e80eedfc0"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-5-result"
                                                xmi:uuid="4c09f22c-e37b-4a02-b58a-9e803de0364a"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-5-value"
                                                xmi:uuid="0b86c430-a770-4759-87db-ba5a0205b57f"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___"
                                            xmi:uuid="6433e30f-216f-4497-a567-f0d0796b6d3c"
                                            xmi:type="uml:CallBehaviorAction">
                                            <behavior
                                                href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___-Call___.argument_x_"
                                                xmi:uuid="953e60c4-db61-47c8-938e-6b5e85369346"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(x)</name>
                                            </argument>
                                            <argument
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___-Call___.argument_y_"
                                                xmi:uuid="d7722189-2b11-4962-a32a-4a4d0054c5a7"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).argument(y)</name>
                                            </argument>
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-Call___-Call___.result_result_"
                                                xmi:uuid="c1bb9e72-42fc-4edf-b351-6f96e8bbf123"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Call(+).result(result)</name>
                                            </result>
                                            <name>Call(+)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-7"
                                            xmi:uuid="f7c8eccd-fb5f-4de2-a093-469267f384a2"
                                            xmi:type="uml:ValueSpecificationAction">
                                            <result
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-7-result"
                                                xmi:uuid="f80d4ae9-c256-4a3c-9bb6-52233316a39d"
                                                xmi:type="uml:OutputPin">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <name>Value(1).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ForStatement_e9d4a2-LoopVariables_ForStatement_e9d4a2_-node-7-value"
                                                xmi:uuid="97001d7b-d3cf-4ad8-9885-517b4ce62431"
                                                xmi:type="uml:LiteralInteger">
                                                <type
                                                  href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                                <value>1</value>
                                            </value>
                                            <name>Value(1)</name>
                                        </node>
                                        <name>LoopVariables(ForStatement@e9d4a2)</name>
                                    </node>
                                    <name>ForStatement@e9d4a2</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n1__"
                                    xmi:uuid="3a43877c-a81f-42f0-a945-ef65e6c61c07"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n1__-edge"
                                        xmi:uuid="65832693-156f-4b7d-93cf-3264dd81d50d"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n1__-Passthru_Fork_n1__.input"
                                        xmi:uuid="d934f0e4-4d24-4473-bb0e-7aa2ca19a7ba"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Passthru(Fork(n1)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n1__-Passthru_Fork_n1__.output"
                                        xmi:uuid="4b0ead81-a916-4519-b719-fc4475e4a0a0"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Passthru(Fork(n1)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(n1))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_helper__"
                                    xmi:uuid="ec2c181c-b30a-47f3-9d31-2eef5391adc7"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_helper__-edge"
                                        xmi:uuid="8ced43e6-37c5-4978-94d2-03b7574c8cd9"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_helper__-Passthru_Fork_helper__.input"
                                        xmi:uuid="71513586-7a3a-4f37-b40f-6a559bfb13b4"
                                        xmi:type="uml:InputPin">
                                        <name>Passthru(Fork(helper)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                        />
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_helper__-Passthru_Fork_helper__.output"
                                        xmi:uuid="e867de60-2445-4aad-b4d3-ecb967ab54fa"
                                        xmi:type="uml:OutputPin">
                                        <name>Passthru(Fork(helper)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                        />
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(helper))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n2__"
                                    xmi:uuid="3b5594ea-3960-4ff4-ae1c-16eb095cd5fc"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n2__-edge"
                                        xmi:uuid="161225fe-ac1f-41db-b165-c9fad9496f47"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n2__-Passthru_Fork_n2__.input"
                                        xmi:uuid="e12264a5-d92f-4d3c-bd3a-f9f33bc8f0d9"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Passthru(Fork(n2)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_n2__-Passthru_Fork_n2__.output"
                                        xmi:uuid="75f9ac02-90dc-4824-a609-a8d126159304"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Passthru(Fork(n2)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(n2))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__"
                                    xmi:uuid="329513c8-8bd7-47b6-934e-406e2777a588"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-edge"
                                        xmi:uuid="d03a7116-6ea9-4f03-bf5a-7806a10af191"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input"
                                        xmi:uuid="9504ad02-c5d3-4c02-93a8-2cf6da18d294"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-lowerValue"
                                            xmi:uuid="099974b0-7712-4b36-8ea5-06e507ee6e52"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.input-upperValue"
                                            xmi:uuid="f58eced3-dee5-4740-b34a-135f643d0094"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends1)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output"
                                        xmi:uuid="8ffdf47c-5d47-45c8-8a77-e99795b901fe"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-lowerValue"
                                            xmi:uuid="ecc0ffcc-e9e8-477a-8da1-ee8c18e9b63f"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends1__-Passthru_Fork_ends1__.output-upperValue"
                                            xmi:uuid="eeee389b-4f23-409e-9d44-ea2bd8e40d94"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends1)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(ends1))</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__"
                                    xmi:uuid="4c9b7e83-3690-4a04-953f-bc169ba91459"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-edge"
                                        xmi:uuid="c696db25-204f-4f52-a64e-705dd042c555"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"/>
                                        <target
                                            xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                        />
                                    </edge>
                                    <structuredNodeInput
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input"
                                        xmi:uuid="96d78642-d8bc-44d3-afb2-1d0c42b93b47"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-lowerValue"
                                            xmi:uuid="a973b4c4-d860-4e1e-89a6-98e093193840"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.input-upperValue"
                                            xmi:uuid="4e16eaff-a569-4321-9dba-33a95ece8d7e"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends2)).input</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeInput>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output"
                                        xmi:uuid="8964ad0e-f096-4f1a-bc92-d8f714752e13"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-lowerValue"
                                            xmi:uuid="fe589edd-d94e-4a2a-8df0-1a213f6cd4ac"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-Passthru_Fork_ends2__-Passthru_Fork_ends2__.output-upperValue"
                                            xmi:uuid="581b7bcf-fe20-47df-88cf-9ef1d4a60bb8"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Passthru(Fork(ends2)).output</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </structuredNodeOutput>
                                    <name>Passthru(Fork(ends2))</name>
                                </node>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-n1"
                                    xmi:uuid="ee7af1cb-286d-4eb8-b9fc-7bdbeeaa5a06"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>n1</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-helper"
                                    xmi:uuid="528dc192-7208-48c1-a5b9-af63de9e1ec2"
                                    xmi:type="uml:OutputPin">
                                    <name>helper</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                    <type
                                        xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"
                                    />
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-n2"
                                    xmi:uuid="a26b93fd-cd87-4c07-b487-e9785d43c6cf"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>n2</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ends1"
                                    xmi:uuid="927bffa4-f510-4aeb-a036-486c6dcba673"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ends1-lowerValue"
                                        xmi:uuid="da3002a0-2925-4f80-bd20-01d53a476573"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ends1-upperValue"
                                        xmi:uuid="cd9b193f-2325-4fb5-b9d2-ca019cf48acc"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>ends1</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ends2"
                                    xmi:uuid="0697dbee-cb50-4a15-8ede-a7c6a7227bb8"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ends2-lowerValue"
                                        xmi:uuid="f679d5a6-4a67-490e-8dd3-c4e59ba1d78f"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Body_ForStatement_2a56a6_-ends2-upperValue"
                                        xmi:uuid="48123068-61a4-4251-b99a-42a8ef71921f"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>ends2</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>Body(ForStatement@2a56a6)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-12"
                                xmi:uuid="67ce9238-3b27-493e-97b0-66964fea6a5d"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-12-argument-1"
                                    xmi:uuid="2025f85d-8cbf-44ac-bdcb-83d542f06691"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-12-argument-2"
                                    xmi:uuid="84f68cb0-05d1-49bb-bf2e-b3e24971fa94"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-12-result"
                                    xmi:uuid="1106c310-2c3a-4313-b9ac-54f174789bdc"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).result(result)</name>
                                </result>
                                <name>Call(+)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-13"
                                xmi:uuid="a266af52-348e-4d84-a121-6f8affa9796d"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-13-result"
                                    xmi:uuid="c95c8683-a077-4a63-95f6-b020feb6e87c"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-13-value"
                                    xmi:uuid="a5a8cd76-83ec-4759-8a17-c246297a10a5"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-14"
                                xmi:uuid="9acf4442-4068-4106-9ca8-ff8afeee9f84"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-14-argument-1"
                                    xmi:uuid="f7a8e9a0-7e10-4aea-90c3-72fd1d2e0781"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-14-argument-2"
                                    xmi:uuid="cc1e711e-54ed-4298-a537-7534c68d2185"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-14-result"
                                    xmi:uuid="71fcb283-2e57-4917-86ea-f8f181789b11"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).result(result)</name>
                                </result>
                                <name>Call(+)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-15"
                                xmi:uuid="6300d82b-bb08-44f4-b901-2770a13b1a70"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-15-result"
                                    xmi:uuid="bc213b2a-6fb4-44f9-a70a-35e780983639"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-node-15-value"
                                    xmi:uuid="f665c5ff-5df1-45d0-8a09-073fc6e7adc3"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Passthru_Passthru_upper__"
                                xmi:uuid="06f48a6d-f499-4b57-b260-2a968270fb4b"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Passthru_Passthru_upper__-edge"
                                    xmi:uuid="e2675fd1-9be2-465d-bde7-ae3e45a2a3f3"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"/>
                                    <target
                                        xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                    />
                                </edge>
                                <structuredNodeInput
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.input"
                                    xmi:uuid="001c855b-1f94-419b-b9b0-86739c57b193"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Passthru(Passthru(upper)).input</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeInput>
                                <structuredNodeOutput
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Passthru_Passthru_upper__-Passthru_Passthru_upper__.output"
                                    xmi:uuid="b963ded8-f2f3-4108-bce6-624b0a285384"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Passthru(Passthru(upper)).output</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </structuredNodeOutput>
                                <name>Passthru(Passthru(upper))</name>
                            </node>
                            <loopVariable xmi:id="ForStatement_2a56a6.loopVariable_n1_"
                                xmi:uuid="bd86e4e6-3320-41d1-b6ac-3aecac146b70"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.loopVariable(n1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_2a56a6.loopVariable_helper_"
                                xmi:uuid="a030c511-62ad-4aad-a7f3-fbe1a28e8e41"
                                xmi:type="uml:OutputPin">
                                <name>ForStatement@2a56a6.loopVariable(helper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                                <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_2a56a6.loopVariable_n2_"
                                xmi:uuid="376d9e76-9b08-47a4-9d6b-f4a4059a4413"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.loopVariable(n2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_2a56a6.loopVariable_ends1_"
                                xmi:uuid="d48621ac-6f4e-44d1-93cd-c60770ddba2a"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="ForStatement_2a56a6.loopVariable_ends1_-lowerValue"
                                    xmi:uuid="a0a08c9f-4ed8-489a-b5d7-9521cb588bff"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="ForStatement_2a56a6.loopVariable_ends1_-upperValue"
                                    xmi:uuid="afaa76d9-ef97-4615-9130-9987088f49a6"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@2a56a6.loopVariable(ends1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_2a56a6.loopVariable_ends2_"
                                xmi:uuid="d99ac93d-4118-4580-953c-7aba1cf4d566"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="ForStatement_2a56a6.loopVariable_ends2_-lowerValue"
                                    xmi:uuid="de130d7b-5860-4ad4-bc46-029db02f1d33"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="ForStatement_2a56a6.loopVariable_ends2_-upperValue"
                                    xmi:uuid="6ec7d0a2-883a-4d10-b707-7d99478041c7"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@2a56a6.loopVariable(ends2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_2a56a6.loopVariable_i_"
                                xmi:uuid="d955f427-641d-4b58-9a18-53cb12a381c3"
                                xmi:type="uml:OutputPin">
                                <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <lowerValue xmi:id="ForStatement_2a56a6.loopVariable_i_-lowerValue"
                                    xmi:uuid="a2adaf90-4b60-41eb-b749-9c627c7ba073"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue xmi:id="ForStatement_2a56a6.loopVariable_i_-upperValue"
                                    xmi:uuid="83579f63-313f-45d0-8619-e11921af2739"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@2a56a6.loopVariable(i)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_2a56a6.loopVariable_counter_"
                                xmi:uuid="fbca57ad-e556-4506-a53f-5ce539b80ae0"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.loopVariable(counter)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariable xmi:id="ForStatement_2a56a6.loopVariable_upper_"
                                xmi:uuid="84be5b1f-bdf1-486d-9bad-2e77ab105df8"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.loopVariable(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariable>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_n1_"
                                xmi:uuid="7282ec3d-4d51-42c3-bc33-69d8cbbcdb11"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.loopVariableInput(n1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_helper_"
                                xmi:uuid="a0f34775-3987-4464-a72c-1a7c0728d918"
                                xmi:type="uml:InputPin">
                                <name>ForStatement@2a56a6.loopVariableInput(helper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                                <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_n2_"
                                xmi:uuid="b3fee686-6541-4de9-a31b-93ef119ad0b5"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.loopVariableInput(n2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_ends1_"
                                xmi:uuid="36d3c805-d819-43dd-813e-a339709ef857"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_ends1_-lowerValue"
                                    xmi:uuid="f919e526-d860-48ed-9129-cf276a66ad4f"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_ends1_-upperValue"
                                    xmi:uuid="3555e260-e07b-4260-945d-901d1cfd8bca"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@2a56a6.loopVariableInput(ends1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_ends2_"
                                xmi:uuid="2fffec7f-32eb-4fe8-8c32-12e6e92b4657"
                                xmi:type="uml:InputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_ends2_-lowerValue"
                                    xmi:uuid="390df6cd-0b40-4f8e-9eb3-dc46b21682e1"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_ends2_-upperValue"
                                    xmi:uuid="7a6e05d9-fc75-4396-84d8-2e82b9b1c508"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@2a56a6.loopVariableInput(ends2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_i_"
                                xmi:uuid="c9648eef-11f1-4722-ac82-af465a521132"
                                xmi:type="uml:InputPin">
                                <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <name>ForStatement@2a56a6.loopVariableInput(i)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_counter_"
                                xmi:uuid="af730894-014b-4996-9b92-cf31f4ad0393"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.loopVariableInput(counter)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <loopVariableInput
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.loopVariableInput_upper_"
                                xmi:uuid="e14a3f06-9664-47e9-a4b6-55ce05c0d7c9"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.loopVariableInput(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </loopVariableInput>
                            <result
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_n1_"
                                xmi:uuid="ffde52a1-5207-4675-b19a-ceb5fd28f203"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.result(n1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_helper_"
                                xmi:uuid="777e8aac-1644-4935-a69b-9ef8be785e70"
                                xmi:type="uml:OutputPin">
                                <name>ForStatement@2a56a6.result(helper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                                <type xmi:idref="Test_Suites-Utils-AbstractAssertCompositeHelper"/>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_n2_"
                                xmi:uuid="a7954b51-4496-4352-9184-7233ae6abc99"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.result(n2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_ends1_"
                                xmi:uuid="bf02be21-afa6-4167-bf12-53e45e877d2d"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_ends1_-lowerValue"
                                    xmi:uuid="e5ed283a-25be-4876-b8c6-6079089d049a"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_ends1_-upperValue"
                                    xmi:uuid="874ade85-90b0-42be-9d3f-786024a19133"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@2a56a6.result(ends1)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_ends2_"
                                xmi:uuid="2c2f8abf-9873-4c39-806e-f2e126f56c37"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_ends2_-lowerValue"
                                    xmi:uuid="b2197cbe-4fba-41dc-ac2f-92381ffa5d99"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_ends2_-upperValue"
                                    xmi:uuid="33e871ba-7ebe-456c-b611-0353c8ca838d"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@2a56a6.result(ends2)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_i_"
                                xmi:uuid="51c61e87-446f-48ec-91f7-e7c24dc301c9"
                                xmi:type="uml:OutputPin">
                                <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                <lowerValue
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_i_-lowerValue"
                                    xmi:uuid="b85aafb7-9078-4995-8987-ff259526c4a6"
                                    xmi:type="uml:LiteralInteger"/>
                                <upperValue
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_i_-upperValue"
                                    xmi:uuid="89c84431-4fc2-4348-ace7-79b128a96424"
                                    xmi:type="uml:LiteralUnlimitedNatural">
                                    <value>*</value>
                                </upperValue>
                                <name>ForStatement@2a56a6.result(i)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_counter_"
                                xmi:uuid="25f60e4f-b82b-4b67-9147-44427185c28a"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.result(counter)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <result
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-ForStatement_2a56a6.result_upper_"
                                xmi:uuid="390359e9-9140-4a85-9fe4-6141b565968e"
                                xmi:type="uml:OutputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                <name>ForStatement@2a56a6.result(upper)</name>
                                <isOrdered>true</isOrdered>
                                <isUnique>false</isUnique>
                            </result>
                            <name>Loop(ForStatement@2a56a6)</name>
                            <isTestedFirst>true</isTestedFirst>
                            <decider
                                xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-Loop_ForStatement_2a56a6_-Call_LTEQ_-Call_LTEQ_.result_result_"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_"
                            xmi:uuid="389ea47f-b6a5-4aae-b4de-5657a9ce8ccd"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-edge-1"
                                xmi:uuid="e88acaa8-1585-410c-843b-8fb0d46d321a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call_-_-Call_-_.argument_x_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-edge-2"
                                xmi:uuid="d46dc99a-f6f9-4fdd-b13c-c40f85ce53e1"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Fork_Value_1_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call_-_-Call_-_.argument_y_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-edge-3"
                                xmi:uuid="03b3ab26-b3cf-4b90-8417-43613f8a7de8"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call_-_-Call_-_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___-Call___.argument_x_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-edge-4"
                                xmi:uuid="1b92985f-7e5b-49a4-b564-931c3bc6b444"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-5-result"/>
                                <target
                                    xmi:idref="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___-Call___.argument_y_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-1"
                                xmi:uuid="4c5d0622-988d-47db-91d9-01a9dd83ccf5"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-1-result"
                                    xmi:uuid="58dce398-164f-4476-af82-7862b8cb733e"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-1-value"
                                    xmi:uuid="7775073b-91db-4edc-8c62-8afba8516707"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___Alf_Library_CollectionFunctions_size__any___"
                                xmi:uuid="e6144fe1-4182-45dc-afef-5424c961e784"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_"
                                    xmi:uuid="03bb3175-30d2-41e2-9631-de93aeece683"
                                    xmi:type="uml:InputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-lowerValue"
                                        xmi:uuid="8fcf0204-c916-4555-9c5a-2a6291cf4e11"
                                        xmi:type="uml:LiteralInteger"/>
                                    <upperValue
                                        xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.argument_seq_-upperValue"
                                        xmi:uuid="db1ad5d0-cd29-4203-ad29-7ff7ffec6e59"
                                        xmi:type="uml:LiteralUnlimitedNatural">
                                        <value>*</value>
                                    </upperValue>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).argument(seq)</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___Alf_Library_CollectionFunctions_size__any___-Call___Alf_Library_CollectionFunctions_size__any___.result__"
                                    xmi:uuid="03e19a07-8e7d-4ca6-9b79-a6838a7ff2a6"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call($$Alf$Library$CollectionFunctions$size__any__).result()</name>
                                </result>
                                <name>Call($$Alf$Library$CollectionFunctions$size__any__)</name>
                                <behavior
                                    href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-__Alf_Library_CollectionFunctions_size__any__"
                                />
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Fork_Value_1_.result_"
                                xmi:uuid="f4ca1707-09d7-4fef-92fa-e1b17770759d"
                                xmi:type="uml:ForkNode">
                                <name>Fork(Value(1).result)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call_-_"
                                xmi:uuid="81c97515-0ae5-4ddd-9467-32598abbaa97"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-minus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call_-_-Call_-_.argument_x_"
                                    xmi:uuid="184e9b89-64c0-42d6-8ff9-604d9a8d934a"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(-).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call_-_-Call_-_.argument_y_"
                                    xmi:uuid="2e4cff5e-4544-4b3d-adf6-775b7bc83e71"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(-).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call_-_-Call_-_.result_result_"
                                    xmi:uuid="dc07c01e-4476-4def-adf3-213fe7ea8c46"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(-).result(result)</name>
                                </result>
                                <name>Call(-)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-5"
                                xmi:uuid="1742f3ba-c041-4dea-823e-4a32f6ac5bc4"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-5-result"
                                    xmi:uuid="11ab6c47-94f8-41d8-b71d-05fe6331f2b4"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-5-value"
                                    xmi:uuid="2186bbda-2a71-4290-80f3-bdfd30e56456"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___"
                                xmi:uuid="ac8b5ad6-33f7-4ae1-9ab6-44aaf754e50c"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior
                                    href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#PrimitiveBehaviors-IntegerFunctions-plus"/>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___-Call___.argument_x_"
                                    xmi:uuid="446d1f48-ce51-4363-9f43-d4ae004b11f7"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(x)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___-Call___.argument_y_"
                                    xmi:uuid="7fd805f8-fd58-4c43-b04a-e5ce99d8f70a"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).argument(y)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-Call___-Call___.result_result_"
                                    xmi:uuid="d30314a6-18f8-4e10-b7de-b6f2e3c70d0d"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                    <name>Call(+).result(result)</name>
                                </result>
                                <name>Call(+)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-7"
                                xmi:uuid="7a30ecf9-244d-44c3-becc-39fadcaf895d"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-7-result"
                                    xmi:uuid="d653e909-f3fe-4937-8eb4-43148323e12a"
                                    xmi:type="uml:OutputPin">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <name>Value(1).result</name>
                                    <isOrdered>true</isOrdered>
                                    <isUnique>false</isUnique>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Utils-AssertUnconnectedPattern-Body_AssertUnconnectedPattern_-ForStatement_2a56a6-LoopVariables_ForStatement_2a56a6_-node-7-value"
                                    xmi:uuid="4bf38747-9a96-4c3b-b184-5bfdcddd97c8"
                                    xmi:type="uml:LiteralInteger">
                                    <type href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                    <value>1</value>
                                </value>
                                <name>Value(1)</name>
                            </node>
                            <name>LoopVariables(ForStatement@2a56a6)</name>
                        </node>
                        <name>ForStatement@2a56a6</name>
                    </node>
                    <name>Body(AssertUnconnectedPattern)</name>
                </node>
                <name>AssertUnconnectedPattern</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <name>Utils</name>
        </packagedElement>
        <packagedElement
            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__"
            xmi:uuid="b5f21ef8-333c-4820-bf46-f4a07901abd9" xmi:type="uml:Activity">
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-seq"
                xmi:uuid="ea458722-ae10-453f-85ef-e41892b32a1e" xmi:type="uml:Parameter">
                <lowerValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-seq-lowerValue"
                    xmi:uuid="8aa14ccf-ff0e-4a0c-8210-d39cc7b338c7" xmi:type="uml:LiteralInteger"/>
                <upperValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-seq-upperValue"
                    xmi:uuid="a5865a3c-739a-4183-aaa1-daec9561b521"
                    xmi:type="uml:LiteralUnlimitedNatural">
                    <value>*</value>
                </upperValue>
                <isOrdered>true</isOrdered>
                <isUnique>false</isUnique>
                <name>seq</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-element"
                xmi:uuid="e9a345ae-b96a-4fce-b09c-353aa2eda36f" xmi:type="uml:Parameter">
                <name>element</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-ownedParameter-3"
                xmi:uuid="8c4edb37-b004-4090-977e-f32af808f476" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                <visibility>package</visibility>
                <direction>return</direction>
            </ownedParameter>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-edge-1"
                xmi:uuid="e7bc9e9a-9de8-484e-a02d-0f41145046b1" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Input_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Fork_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-edge-2"
                xmi:uuid="eb8ad882-b0e7-4ccc-be69-4389f53c71f3" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Input_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Fork_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-edge-3"
                xmi:uuid="68585ca6-7354-4d9b-b117-f813814b9a9b" xmi:type="uml:ControlFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Final"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-edge-4"
                xmi:uuid="fe592b51-976c-4db5-8482-cb949724f4a5" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Fork_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-edge-5"
                xmi:uuid="0b3bdcb7-6609-4072-ad62-c7adfbc1a55d" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Fork_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-edge-6"
                xmi:uuid="1b42f103-0a96-4874-8c9e-d671a6a1352d" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Return"
                />
            </edge>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Input_seq_"
                xmi:uuid="e7be2c85-7775-46e6-b94f-30a12ee154ab" xmi:type="uml:ActivityParameterNode">
                <name>Input(seq)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-seq"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Fork_seq_"
                xmi:uuid="842d0d46-6180-4dc4-a882-d0f74ecb0062" xmi:type="uml:ForkNode">
                <name>Fork(seq)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Input_element_"
                xmi:uuid="9db23f49-c051-4854-8c43-41e732458d0d" xmi:type="uml:ActivityParameterNode">
                <name>Input(element)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-element"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Fork_element_"
                xmi:uuid="9c8fbe8d-1448-4d40-a998-3fdcf35ed1a1" xmi:type="uml:ForkNode">
                <name>Fork(element)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Return"
                xmi:uuid="62a2dc78-7837-421c-96aa-6ac465cb8591" xmi:type="uml:ActivityParameterNode">
                <name>Return</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-ownedParameter-3"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Final"
                xmi:uuid="1637a14f-9f37-4edc-a97c-c019a555863d" xmi:type="uml:ActivityFinalNode">
                <name>Final</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_"
                xmi:uuid="30b0c0f4-34c9-4044-af43-a1df1e269b27"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11"
                    xmi:uuid="13214f4f-dd10-4971-a25a-281f61a1c152"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-edge"
                        xmi:uuid="bf6f009c-c0cb-438f-9490-2dec93937324" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"/>
                        <target
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_"
                        xmi:uuid="02362079-c4ea-4e39-bf00-fb070224e2ca"
                        xmi:type="uml:CallBehaviorAction">
                        <behavior
                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-Includes"/>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                            xmi:uuid="045d9239-f07b-4676-9772-a05464c8dfcf" xmi:type="uml:InputPin">
                            <lowerValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-lowerValue"
                                xmi:uuid="3de20c0f-09f8-47d2-bf81-ccba3f20c6f9"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-upperValue"
                                xmi:uuid="822db19f-9110-4841-818a-b2f1804da69a"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>Call(Includes).argument(seq)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </argument>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                            xmi:uuid="1b34a119-68f0-4291-8bb5-5d0ec547a2dd" xmi:type="uml:InputPin">
                            <name>Call(Includes).argument(element)</name>
                        </argument>
                        <result
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"
                            xmi:uuid="0e43e832-062d-4431-a1fb-b53cafa19f6b" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                            <name>Call(Includes).result()</name>
                        </result>
                        <name>Call(Includes)</name>
                    </node>
                    <structuredNodeOutput
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        xmi:uuid="1a9a2647-265a-4830-830a-ff00747b3c4c" xmi:type="uml:OutputPin">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                        <name>ReturnStatement@6eec8b11.output</name>
                        <isOrdered>true</isOrdered>
                        <isUnique>false</isUnique>
                    </structuredNodeOutput>
                    <name>ReturnStatement@6eec8b11</name>
                </node>
                <name>Body(includes)</name>
            </node>
            <name>$$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_P_P$B__</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-4"
            xmi:uuid="0a84bc63-92c4-4476-9089-94887a300e59" xmi:type="uml:Activity">
            <templateBinding xmi:id="Test_Suites-packagedElement-4-templateBinding"
                xmi:uuid="545d2d15-37ae-4dd3-9225-eae1254eb679" xmi:type="uml:TemplateBinding">
                <signature
                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature"/>
                <parameterSubstitution
                    xmi:id="Test_Suites-packagedElement-4-templateBinding-parameterSubstitution"
                    xmi:uuid="f5272a2f-6620-4b4c-87fa-79fc45119f02"
                    xmi:type="uml:TemplateParameterSubstitution">
                    <formal
                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature-ownedParameter"/>
                    <actual xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-B"/>
                </parameterSubstitution>
            </templateBinding>
            <name>includes&lt;B&gt;</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-5"
            xmi:uuid="321a1d7b-37a4-433f-9d1c-9cc516fadcd9" xmi:type="uml:Realization">
            <client
                xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_B__"/>
            <supplier xmi:idref="Test_Suites-packagedElement-4"/>
        </packagedElement>
        <packagedElement
            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__"
            xmi:uuid="e983b102-48eb-4d9c-b512-899f538245c8" xmi:type="uml:Activity">
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-seq"
                xmi:uuid="58fdcbb7-1000-493d-a664-883047eaeb86" xmi:type="uml:Parameter">
                <lowerValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-seq-lowerValue"
                    xmi:uuid="8927e73a-41ac-45fc-8855-a01b03f0bbc3" xmi:type="uml:LiteralInteger"/>
                <upperValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-seq-upperValue"
                    xmi:uuid="d650726c-719c-415d-8f88-a39464cfc24b"
                    xmi:type="uml:LiteralUnlimitedNatural">
                    <value>*</value>
                </upperValue>
                <isOrdered>true</isOrdered>
                <isUnique>false</isUnique>
                <name>seq</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-element"
                xmi:uuid="de2a1e12-15e5-43fa-b387-7cfeb57e3499" xmi:type="uml:Parameter">
                <name>element</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-ownedParameter-3"
                xmi:uuid="705ec168-0abd-433c-ad4c-e087b5114a08" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                <visibility>package</visibility>
                <direction>return</direction>
            </ownedParameter>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-edge-1"
                xmi:uuid="829681c3-3fde-49e9-911a-021e3085e5cb" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Input_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Fork_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-edge-2"
                xmi:uuid="46caa2c4-d6e8-43eb-8fc4-48e37f451384" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Input_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Fork_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-edge-3"
                xmi:uuid="54cfd715-1498-4400-b058-a2ba8fd264f5" xmi:type="uml:ControlFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Final"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-edge-4"
                xmi:uuid="1d30ccd9-a8b8-4793-a732-397a0e6dc50e" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Fork_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-edge-5"
                xmi:uuid="6f24600c-714a-4482-9a43-d6351f6ab26e" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Fork_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-edge-6"
                xmi:uuid="236d636f-5b1a-40c5-8c18-759834c48090" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Return"
                />
            </edge>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Input_seq_"
                xmi:uuid="ff115434-5729-4874-8c46-6d7f6f2871ca" xmi:type="uml:ActivityParameterNode">
                <name>Input(seq)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-seq"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Fork_seq_"
                xmi:uuid="c61482a0-5299-4410-8ca3-50dd2411ce1a" xmi:type="uml:ForkNode">
                <name>Fork(seq)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Input_element_"
                xmi:uuid="df851f81-006e-4026-aa12-91964d8d65a0" xmi:type="uml:ActivityParameterNode">
                <name>Input(element)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-element"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Fork_element_"
                xmi:uuid="81ce5964-1ae3-4f4c-a0a8-c3f947e8a8b8" xmi:type="uml:ForkNode">
                <name>Fork(element)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Return"
                xmi:uuid="bb8945ba-65b2-4bb2-95d4-ae05e382c6a5" xmi:type="uml:ActivityParameterNode">
                <name>Return</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-ownedParameter-3"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Final"
                xmi:uuid="141b57bf-18d0-420c-8abf-68822cf0ab5f" xmi:type="uml:ActivityFinalNode">
                <name>Final</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_"
                xmi:uuid="7ce7c883-593b-4a29-814c-d158e8758c7f"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11"
                    xmi:uuid="9bc7f86e-fbd9-48ef-9bd9-ca4eb885925e"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-edge"
                        xmi:uuid="50b14a49-9779-43f5-9cdf-33e5fb975d71" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"/>
                        <target
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_"
                        xmi:uuid="92aecd80-0fae-429b-918f-e5eee1d20e16"
                        xmi:type="uml:CallBehaviorAction">
                        <behavior
                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-Includes"/>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                            xmi:uuid="b1ff71ab-4bb8-4e76-ae6d-027fc5bd4921" xmi:type="uml:InputPin">
                            <lowerValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-lowerValue"
                                xmi:uuid="345e5a8d-4efb-4991-aaa1-18c5fb07a287"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-upperValue"
                                xmi:uuid="24be2bf8-c54b-4890-9764-b305884775a3"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>Call(Includes).argument(seq)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </argument>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                            xmi:uuid="01676ec3-a096-4f01-b3a4-fe7dfe3eedac" xmi:type="uml:InputPin">
                            <name>Call(Includes).argument(element)</name>
                        </argument>
                        <result
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"
                            xmi:uuid="c9cd0b69-87bf-4cbd-b014-367d95ca4151" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                            <name>Call(Includes).result()</name>
                        </result>
                        <name>Call(Includes)</name>
                    </node>
                    <structuredNodeOutput
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        xmi:uuid="1dec14b0-1c33-4188-aeab-36b35d6206c7" xmi:type="uml:OutputPin">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                        <name>ReturnStatement@6eec8b11.output</name>
                        <isOrdered>true</isOrdered>
                        <isUnique>false</isUnique>
                    </structuredNodeOutput>
                    <name>ReturnStatement@6eec8b11</name>
                </node>
                <name>Body(includes)</name>
            </node>
            <name>$$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_P_P$C__</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-7"
            xmi:uuid="3d541512-1b6a-4fa1-8ad2-c10c2c7e181b" xmi:type="uml:Activity">
            <templateBinding xmi:id="Test_Suites-packagedElement-7-templateBinding"
                xmi:uuid="57418c33-dc5e-4ac4-8f8a-79e572fb6eca" xmi:type="uml:TemplateBinding">
                <signature
                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature"/>
                <parameterSubstitution
                    xmi:id="Test_Suites-packagedElement-7-templateBinding-parameterSubstitution"
                    xmi:uuid="03cc6f28-9f2d-4d99-8fee-6f2dad005fe8"
                    xmi:type="uml:TemplateParameterSubstitution">
                    <formal
                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature-ownedParameter"/>
                    <actual xmi:idref="Test_Suites-Test_Suite_1-Assembly_P_P-C"/>
                </parameterSubstitution>
            </templateBinding>
            <name>includes&lt;C&gt;</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-8"
            xmi:uuid="f038cb3c-17f4-4640-b1dc-3517d585e270" xmi:type="uml:Realization">
            <client
                xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_P_P_C__"/>
            <supplier xmi:idref="Test_Suites-packagedElement-7"/>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__"
            xmi:uuid="41adbf67-ba7c-48c3-89b1-d2f836977262" xmi:type="uml:Activity">
            <ownedTemplateSignature
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedTemplateSignature"
                xmi:uuid="a04f34ba-fb43-4b27-b40a-8cd123bdd9d2"
                xmi:type="uml:RedefinableTemplateSignature">
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedTemplateSignature-ownedParameter"/>
                <ownedParameter
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedTemplateSignature-ownedParameter"
                    xmi:uuid="a8b52b1d-a4dd-406f-bb45-867110a041f1"
                    xmi:type="uml:ClassifierTemplateParameter">
                    <ownedParameteredElement
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedTemplateSignature-ownedParameter-ownedParameteredElement"
                        xmi:uuid="0a426157-d539-4057-8d32-2e493cbb2841" xmi:type="uml:DataType">
                        <name>T</name>
                        <visibility>private</visibility>
                        <isAbstract>true</isAbstract>
                        <templateParameter
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedTemplateSignature-ownedParameter"
                        />
                    </ownedParameteredElement>
                    <allowSubstitutable>false</allowSubstitutable>
                    <parameteredElement
                        xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedTemplateSignature-ownedParameter-ownedParameteredElement"
                    />
                </ownedParameter>
            </ownedTemplateSignature>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-seq"
                xmi:uuid="61fc766d-1c94-4129-bfe6-735cbd63968c" xmi:type="uml:Parameter">
                <lowerValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-seq-lowerValue"
                    xmi:uuid="f5dd42fa-02e8-4edc-b738-586bce878154" xmi:type="uml:LiteralInteger"/>
                <upperValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-seq-upperValue"
                    xmi:uuid="d23565cf-cb9c-4d14-9534-5cf84f2de703"
                    xmi:type="uml:LiteralUnlimitedNatural">
                    <value>*</value>
                </upperValue>
                <isOrdered>true</isOrdered>
                <isUnique>false</isUnique>
                <name>seq</name>
                <visibility>package</visibility>
                <type
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedTemplateSignature-ownedParameter-ownedParameteredElement"
                />
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-element"
                xmi:uuid="3ddbd69e-e061-4a76-b25c-5e2e4af895e9" xmi:type="uml:Parameter">
                <name>element</name>
                <visibility>package</visibility>
                <type
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedTemplateSignature-ownedParameter-ownedParameteredElement"
                />
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedParameter-3"
                xmi:uuid="54ad5900-6b47-460c-9889-877d3f2def94" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                <visibility>package</visibility>
                <direction>return</direction>
            </ownedParameter>
            <edge xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-edge-1"
                xmi:uuid="126b7173-6d23-449d-9285-0f5c160b1c02" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Input_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Fork_seq_"
                />
            </edge>
            <edge xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-edge-2"
                xmi:uuid="b072be24-239d-4b1b-b7e4-173c3b93f973" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Input_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Fork_element_"
                />
            </edge>
            <edge xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-edge-3"
                xmi:uuid="3c7f29ee-e1b3-41cf-89aa-409b559b34c9" xmi:type="uml:ControlFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Final"
                />
            </edge>
            <edge xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-edge-4"
                xmi:uuid="b4a4f969-f9ad-4355-8874-f1e46522f1e8" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Fork_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                />
            </edge>
            <edge xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-edge-5"
                xmi:uuid="af135868-90a2-4a41-8008-c77c18a7eded" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Fork_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                />
            </edge>
            <edge xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-edge-6"
                xmi:uuid="1c97a57a-d526-416d-8aaf-31222589dea6" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Return"
                />
            </edge>
            <node xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Input_seq_"
                xmi:uuid="78dec459-5a90-4103-8330-0e3979147279" xmi:type="uml:ActivityParameterNode">
                <name>Input(seq)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-seq"/>
            </node>
            <node xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Fork_seq_"
                xmi:uuid="5312e1d0-7eef-42aa-8b3c-57da97aeba1d" xmi:type="uml:ForkNode">
                <name>Fork(seq)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Input_element_"
                xmi:uuid="9b80b84f-7668-4fd8-aff3-3d4809a4045e" xmi:type="uml:ActivityParameterNode">
                <name>Input(element)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-element"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Fork_element_"
                xmi:uuid="52d9d6fa-9ade-457f-95b4-05db2ec3b2d3" xmi:type="uml:ForkNode">
                <name>Fork(element)</name>
            </node>
            <node xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Return"
                xmi:uuid="b4713005-da96-4abd-83c6-f372cc402ecf" xmi:type="uml:ActivityParameterNode">
                <name>Return</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedParameter-3"
                />
            </node>
            <node xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Final"
                xmi:uuid="9c86bddd-78d1-41bf-a107-8c4db9bd88b3" xmi:type="uml:ActivityFinalNode">
                <name>Final</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_"
                xmi:uuid="b62828db-de06-4c0a-86fa-873374f4e359"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11"
                    xmi:uuid="e0690275-62fe-45bf-8ae8-3c26651c8594"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-edge"
                        xmi:uuid="dfb9e9d0-8dbd-4491-854b-02177e83b0cc" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"/>
                        <target
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_"
                        xmi:uuid="248c24d2-15d8-4d56-afda-3dc26da38acc"
                        xmi:type="uml:CallBehaviorAction">
                        <behavior
                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-Includes"/>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                            xmi:uuid="7b0e58ea-bc47-45cf-aac1-0a8dbee51544" xmi:type="uml:InputPin">
                            <lowerValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-lowerValue"
                                xmi:uuid="4dae30e6-a922-4364-8336-45c6d9cc93e4"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-upperValue"
                                xmi:uuid="8eac2009-31b9-43ba-a59b-f532ab324bae"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>Call(Includes).argument(seq)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </argument>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                            xmi:uuid="10f53e64-51af-4921-b2de-bab52d89db68" xmi:type="uml:InputPin">
                            <name>Call(Includes).argument(element)</name>
                        </argument>
                        <result
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"
                            xmi:uuid="a90a9394-8b17-45e8-b945-6a203ff9f2ad" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                            <name>Call(Includes).result()</name>
                        </result>
                        <name>Call(Includes)</name>
                    </node>
                    <structuredNodeOutput
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        xmi:uuid="2d040e33-5f00-42b1-a8c3-ffda99034d77" xmi:type="uml:OutputPin">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                        <name>ReturnStatement@6eec8b11.output</name>
                        <isOrdered>true</isOrdered>
                        <isUnique>false</isUnique>
                    </structuredNodeOutput>
                    <name>ReturnStatement@6eec8b11</name>
                </node>
                <name>Body(includes)</name>
            </node>
            <name>$$Alf$Library$CollectionFunctions$includes__any__</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-includesLTTGT"
            xmi:uuid="0ad3a55b-885f-4fa5-bd5a-b86fc3ce8eac" xmi:type="uml:Activity">
            <templateBinding xmi:id="Test_Suites-includesLTTGT-templateBinding"
                xmi:uuid="33a59f91-0449-4dc6-8e92-4cc45909131d" xmi:type="uml:TemplateBinding">
                <signature
                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature"/>
                <parameterSubstitution
                    xmi:id="Test_Suites-includesLTTGT-templateBinding-parameterSubstitution"
                    xmi:uuid="01db3bf0-209a-4ed1-a745-bdb393a43c71"
                    xmi:type="uml:TemplateParameterSubstitution">
                    <formal
                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature-ownedParameter"/>
                    <actual
                        xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__-ownedTemplateSignature-ownedParameter-ownedParameteredElement"
                    />
                </parameterSubstitution>
            </templateBinding>
            <name>includes&lt;T&gt;</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-11"
            xmi:uuid="318befde-6a9b-4293-a0fa-b982b3021fdf" xmi:type="uml:Realization">
            <client xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__any__"/>
            <supplier xmi:idref="Test_Suites-includesLTTGT"/>
        </packagedElement>
        <packagedElement
            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__"
            xmi:uuid="5a91c684-51db-498d-80a8-1a69c590386b" xmi:type="uml:Activity">
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-seq"
                xmi:uuid="d3fa8e59-8fce-41b4-a71f-02d1e0e4516c" xmi:type="uml:Parameter">
                <lowerValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-seq-lowerValue"
                    xmi:uuid="57d7929b-7752-4bcc-b433-cb8d93e7b335" xmi:type="uml:LiteralInteger"/>
                <upperValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-seq-upperValue"
                    xmi:uuid="58ecdf51-0631-4a27-ae29-ccca7a32f985"
                    xmi:type="uml:LiteralUnlimitedNatural">
                    <value>*</value>
                </upperValue>
                <isOrdered>true</isOrdered>
                <isUnique>false</isUnique>
                <name>seq</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-element"
                xmi:uuid="ffcbd4a8-2d69-4f71-9a11-f963574c9ece" xmi:type="uml:Parameter">
                <name>element</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-ownedParameter-3"
                xmi:uuid="b5360483-5086-4cab-9cdd-4a1d6aaf58ce" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                <visibility>package</visibility>
                <direction>return</direction>
            </ownedParameter>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-edge-1"
                xmi:uuid="7f49481b-6aea-452e-b74e-9f3cae555e36" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Input_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Fork_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-edge-2"
                xmi:uuid="58bb8d62-520f-480d-b12e-f63ae2a81a86" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Input_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Fork_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-edge-3"
                xmi:uuid="5335f7c2-5882-4c8a-b3bd-5eff761b8606" xmi:type="uml:ControlFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Final"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-edge-4"
                xmi:uuid="68734a9a-b9f5-4fdc-ad3f-6e24f6c32f67" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Fork_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-edge-5"
                xmi:uuid="8c33a7ed-1590-4047-9f87-6f059fb812ca" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Fork_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-edge-6"
                xmi:uuid="9ae23f50-9d6c-47a7-9e8b-e55dc6b3b942" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Return"
                />
            </edge>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Input_seq_"
                xmi:uuid="652e0f74-04ab-4205-9ff5-cbba833e994e" xmi:type="uml:ActivityParameterNode">
                <name>Input(seq)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-seq"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Fork_seq_"
                xmi:uuid="57dd4e5a-b0c3-442d-a227-13f7af4defde" xmi:type="uml:ForkNode">
                <name>Fork(seq)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Input_element_"
                xmi:uuid="72b2a2ed-a4e7-4283-a414-29658ce6ac61" xmi:type="uml:ActivityParameterNode">
                <name>Input(element)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-element"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Fork_element_"
                xmi:uuid="8012e3fd-40fa-4b76-b268-da3612bfcb86" xmi:type="uml:ForkNode">
                <name>Fork(element)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Return"
                xmi:uuid="e17845c2-b760-4b78-80ca-948a11b24172" xmi:type="uml:ActivityParameterNode">
                <name>Return</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-ownedParameter-3"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Final"
                xmi:uuid="ea1840eb-b9ef-4d8d-85b9-60fa0e121a04" xmi:type="uml:ActivityFinalNode">
                <name>Final</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_"
                xmi:uuid="decca77b-f478-4152-a34e-b9ba04949589"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11"
                    xmi:uuid="652d51eb-5297-4c7b-94bc-61e716416696"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-edge"
                        xmi:uuid="9ac17d44-86b6-4df8-9c32-300057625ac8" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"/>
                        <target
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_"
                        xmi:uuid="c2d2e86b-614a-46b4-91f4-a651aa8a4576"
                        xmi:type="uml:CallBehaviorAction">
                        <behavior
                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-Includes"/>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                            xmi:uuid="1f33accf-6b27-417b-abf7-1ecc6b7ad558" xmi:type="uml:InputPin">
                            <lowerValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-lowerValue"
                                xmi:uuid="d032b9aa-89ce-4d39-831b-8b546d9f47c6"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-upperValue"
                                xmi:uuid="96bfb478-9e45-4a1e-9b57-e929ff486c40"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>Call(Includes).argument(seq)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </argument>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                            xmi:uuid="e3dd1af4-fefa-4cb6-81ed-c91a24d9e8d8" xmi:type="uml:InputPin">
                            <name>Call(Includes).argument(element)</name>
                        </argument>
                        <result
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"
                            xmi:uuid="6931c7b3-2c3f-4529-9869-204d20b56aa6" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                            <name>Call(Includes).result()</name>
                        </result>
                        <name>Call(Includes)</name>
                    </node>
                    <structuredNodeOutput
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        xmi:uuid="c6a52eb3-7561-4da8-a7f2-08d19b5ab5ea" xmi:type="uml:OutputPin">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                        <name>ReturnStatement@6eec8b11.output</name>
                        <isOrdered>true</isOrdered>
                        <isUnique>false</isUnique>
                    </structuredNodeOutput>
                    <name>ReturnStatement@6eec8b11</name>
                </node>
                <name>Body(includes)</name>
            </node>
            <name>$$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_P$B__</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-13"
            xmi:uuid="6ada6e1a-8c4c-47f8-b696-0c5d475865e4" xmi:type="uml:Activity">
            <templateBinding xmi:id="Test_Suites-packagedElement-13-templateBinding"
                xmi:uuid="484be5b9-b5b7-471f-8408-3ee3bd13b07a" xmi:type="uml:TemplateBinding">
                <signature
                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature"/>
                <parameterSubstitution
                    xmi:id="Test_Suites-packagedElement-13-templateBinding-parameterSubstitution"
                    xmi:uuid="49d5c8e0-1ba6-4720-b590-a86d4380b60d"
                    xmi:type="uml:TemplateParameterSubstitution">
                    <formal
                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature-ownedParameter"/>
                    <actual xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_P-B"/>
                </parameterSubstitution>
            </templateBinding>
            <name>includes&lt;B&gt;</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-14"
            xmi:uuid="ed8c4ea3-37fd-4d24-9749-7cc913b4f77b" xmi:type="uml:Realization">
            <client
                xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_P_B__"/>
            <supplier xmi:idref="Test_Suites-packagedElement-13"/>
        </packagedElement>
        <packagedElement
            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__"
            xmi:uuid="47a3fb84-289e-4997-8081-d722e9faaaf6" xmi:type="uml:Activity">
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-seq"
                xmi:uuid="e10d5da5-349a-4cfc-92ae-d5f166c186cd" xmi:type="uml:Parameter">
                <lowerValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-seq-lowerValue"
                    xmi:uuid="0260fb86-52fc-4f47-8ccb-7b3a74fbb4fa" xmi:type="uml:LiteralInteger"/>
                <upperValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-seq-upperValue"
                    xmi:uuid="8a8b44b7-e55a-4b1d-9dbd-74dd273befab"
                    xmi:type="uml:LiteralUnlimitedNatural">
                    <value>*</value>
                </upperValue>
                <isOrdered>true</isOrdered>
                <isUnique>false</isUnique>
                <name>seq</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-element"
                xmi:uuid="e89bad92-3029-4030-a7f6-3b85e2bb0915" xmi:type="uml:Parameter">
                <name>element</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-ownedParameter-3"
                xmi:uuid="fd263030-e4f1-47a1-8535-b1f2fb691252" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                <visibility>package</visibility>
                <direction>return</direction>
            </ownedParameter>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-edge-1"
                xmi:uuid="5e8b22fd-1d4a-422d-afd0-9dd43e9ea4f3" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Input_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Fork_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-edge-2"
                xmi:uuid="c9959f95-fd54-4210-aea8-a2f8ecbd0108" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Input_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Fork_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-edge-3"
                xmi:uuid="658e9e41-e4e7-4ed4-8ea4-540703545ae6" xmi:type="uml:ControlFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Final"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-edge-4"
                xmi:uuid="60d2997e-f646-4da9-a1f4-59f47b60f982" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Fork_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-edge-5"
                xmi:uuid="cf5ced8c-c2ab-4e17-876f-dbff53897d59" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Fork_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-edge-6"
                xmi:uuid="8b1496da-4c02-4327-9bc0-c09ad5599c29" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Return"
                />
            </edge>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Input_seq_"
                xmi:uuid="c06b2317-cb5c-4e86-8411-6c0dc811367f" xmi:type="uml:ActivityParameterNode">
                <name>Input(seq)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-seq"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Fork_seq_"
                xmi:uuid="133dc311-cf34-407c-9f7a-de5aba1942bc" xmi:type="uml:ForkNode">
                <name>Fork(seq)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Input_element_"
                xmi:uuid="6ddb5f45-12fb-4f22-902c-1a091797afc9" xmi:type="uml:ActivityParameterNode">
                <name>Input(element)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-element"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Fork_element_"
                xmi:uuid="fccefa62-da19-43f9-b0ed-f5d098740436" xmi:type="uml:ForkNode">
                <name>Fork(element)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Return"
                xmi:uuid="59887b90-7a24-4ac7-9191-0990ab2cb182" xmi:type="uml:ActivityParameterNode">
                <name>Return</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-ownedParameter-3"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Final"
                xmi:uuid="e6873e46-cc2d-46cf-82d6-8d4df7d8711b" xmi:type="uml:ActivityFinalNode">
                <name>Final</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_"
                xmi:uuid="b2d574bf-bcaf-416c-be1c-d6a184417286"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11"
                    xmi:uuid="a3676847-0dd1-46b3-9c87-e1c50903fe03"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-edge"
                        xmi:uuid="9b9b4e67-80d2-4490-8afd-859fb6a77e90" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"/>
                        <target
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_"
                        xmi:uuid="f5bea9ab-3562-46b8-bae4-f2c02a4578e0"
                        xmi:type="uml:CallBehaviorAction">
                        <behavior
                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-Includes"/>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                            xmi:uuid="c6a04f9e-fdbf-4521-a2f5-5e1c319dd16a" xmi:type="uml:InputPin">
                            <lowerValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-lowerValue"
                                xmi:uuid="3d6505e7-c522-48cc-8101-92260451e3da"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-upperValue"
                                xmi:uuid="590b5849-33a2-475d-a84e-9ea949c92074"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>Call(Includes).argument(seq)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </argument>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                            xmi:uuid="c23a01f1-9d3c-4498-a2ff-ba52a28e57af" xmi:type="uml:InputPin">
                            <name>Call(Includes).argument(element)</name>
                        </argument>
                        <result
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"
                            xmi:uuid="ac69c4dc-9cf1-4fab-9fe3-8bb60069e17a" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                            <name>Call(Includes).result()</name>
                        </result>
                        <name>Call(Includes)</name>
                    </node>
                    <structuredNodeOutput
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        xmi:uuid="b9730649-e93d-409f-b08d-3a0f8dd2a4bc" xmi:type="uml:OutputPin">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                        <name>ReturnStatement@6eec8b11.output</name>
                        <isOrdered>true</isOrdered>
                        <isUnique>false</isUnique>
                    </structuredNodeOutput>
                    <name>ReturnStatement@6eec8b11</name>
                </node>
                <name>Body(includes)</name>
            </node>
            <name>$$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_P$C__</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-16"
            xmi:uuid="fd994e5a-f89e-4491-81c9-3692be76f59b" xmi:type="uml:Activity">
            <templateBinding xmi:id="Test_Suites-packagedElement-16-templateBinding"
                xmi:uuid="9402ab67-3eb8-47fd-a879-c088ec426903" xmi:type="uml:TemplateBinding">
                <signature
                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature"/>
                <parameterSubstitution
                    xmi:id="Test_Suites-packagedElement-16-templateBinding-parameterSubstitution"
                    xmi:uuid="f4036ddd-a52e-418f-b4ee-e30bc1f4062a"
                    xmi:type="uml:TemplateParameterSubstitution">
                    <formal
                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature-ownedParameter"/>
                    <actual xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_P-C"/>
                </parameterSubstitution>
            </templateBinding>
            <name>includes&lt;C&gt;</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-17"
            xmi:uuid="4b369608-9a19-4ef4-9fed-1caa120dbd0f" xmi:type="uml:Realization">
            <client
                xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_P_C__"/>
            <supplier xmi:idref="Test_Suites-packagedElement-16"/>
        </packagedElement>
        <packagedElement
            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__"
            xmi:uuid="a7f99df1-901f-4322-9ac4-bd96ae1ab290" xmi:type="uml:Activity">
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-seq"
                xmi:uuid="13c4ae25-c77e-4ab1-867e-9a0348f91783" xmi:type="uml:Parameter">
                <lowerValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-seq-lowerValue"
                    xmi:uuid="c9770101-d924-49c4-b831-9b52e29329a6" xmi:type="uml:LiteralInteger"/>
                <upperValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-seq-upperValue"
                    xmi:uuid="db7a0f35-3d70-41bc-ba5b-c0ab0b344d20"
                    xmi:type="uml:LiteralUnlimitedNatural">
                    <value>*</value>
                </upperValue>
                <isOrdered>true</isOrdered>
                <isUnique>false</isUnique>
                <name>seq</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-element"
                xmi:uuid="50a87ec1-7c33-45bd-81cf-7191ab06123d" xmi:type="uml:Parameter">
                <name>element</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-ownedParameter-3"
                xmi:uuid="3e68725d-aca7-4346-981c-d126d600a4e5" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                <visibility>package</visibility>
                <direction>return</direction>
            </ownedParameter>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-edge-1"
                xmi:uuid="2f66187f-41e1-47eb-b348-51072ef65723" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Input_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Fork_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-edge-2"
                xmi:uuid="c1d3b337-2d10-4099-81cc-1f39b977ea58" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Input_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Fork_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-edge-3"
                xmi:uuid="63844796-60b9-4713-b842-3a32dfe6eeaa" xmi:type="uml:ControlFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Final"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-edge-4"
                xmi:uuid="e9543f7e-7f6a-4853-b918-561ae696338f" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Fork_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-edge-5"
                xmi:uuid="de94f995-e469-4b4e-9643-3578a5949357" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Fork_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-edge-6"
                xmi:uuid="5247c45b-6fc9-4109-b2aa-8fd5e1499c5a" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Return"
                />
            </edge>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Input_seq_"
                xmi:uuid="80f53efd-c0ef-4d61-b83c-1be3e8161a42" xmi:type="uml:ActivityParameterNode">
                <name>Input(seq)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-seq"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Fork_seq_"
                xmi:uuid="3b5c7180-dbf3-49ff-b052-464f88edd515" xmi:type="uml:ForkNode">
                <name>Fork(seq)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Input_element_"
                xmi:uuid="7f5487dd-db70-47d2-8bfd-94bf178b1882" xmi:type="uml:ActivityParameterNode">
                <name>Input(element)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-element"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Fork_element_"
                xmi:uuid="3b3064a3-0f1a-4b43-a862-421f3901f9ce" xmi:type="uml:ForkNode">
                <name>Fork(element)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Return"
                xmi:uuid="2a3eb0db-ed11-4328-b547-f52b8c6840e6" xmi:type="uml:ActivityParameterNode">
                <name>Return</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-ownedParameter-3"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Final"
                xmi:uuid="c0b68ead-ac13-43dd-b08b-012919535e5c" xmi:type="uml:ActivityFinalNode">
                <name>Final</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_"
                xmi:uuid="6c6c96d3-565e-4352-abec-2b1e9fa82e4f"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11"
                    xmi:uuid="b2059a3b-70be-411c-bda5-573991d6b3ce"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-edge"
                        xmi:uuid="77050ba3-cd4f-45d8-ad98-51b132761265" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"/>
                        <target
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_"
                        xmi:uuid="3f55bc71-7dbb-4339-9db1-00dc239905c3"
                        xmi:type="uml:CallBehaviorAction">
                        <behavior
                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-Includes"/>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                            xmi:uuid="e3a7a30e-25f3-48a3-8f13-0cd1b6e96d95" xmi:type="uml:InputPin">
                            <lowerValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-lowerValue"
                                xmi:uuid="840e81a6-d5dc-4835-a085-84c183e22027"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-upperValue"
                                xmi:uuid="653ece2d-a444-4ef5-b765-33e6b0d898d0"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>Call(Includes).argument(seq)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </argument>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                            xmi:uuid="6a02d984-7fdb-4829-a25d-1cb966f76fcc" xmi:type="uml:InputPin">
                            <name>Call(Includes).argument(element)</name>
                        </argument>
                        <result
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"
                            xmi:uuid="ad9f13c8-b065-421e-9cce-637e577eee22" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                            <name>Call(Includes).result()</name>
                        </result>
                        <name>Call(Includes)</name>
                    </node>
                    <structuredNodeOutput
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        xmi:uuid="096987e4-e63b-445d-b875-00d881e0e512" xmi:type="uml:OutputPin">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                        <name>ReturnStatement@6eec8b11.output</name>
                        <isOrdered>true</isOrdered>
                        <isUnique>false</isUnique>
                    </structuredNodeOutput>
                    <name>ReturnStatement@6eec8b11</name>
                </node>
                <name>Body(includes)</name>
            </node>
            <name>$$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Assembly_PWP_PWP$IImpl__</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-19"
            xmi:uuid="f5297779-9df2-4c83-a1fd-4ffe3720bd1a" xmi:type="uml:Activity">
            <templateBinding xmi:id="Test_Suites-packagedElement-19-templateBinding"
                xmi:uuid="a44b564e-151b-4433-8a6a-5c2600fdc7cd" xmi:type="uml:TemplateBinding">
                <signature
                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature"/>
                <parameterSubstitution
                    xmi:id="Test_Suites-packagedElement-19-templateBinding-parameterSubstitution"
                    xmi:uuid="33e3f6b7-d650-4e28-a585-43ee14283f41"
                    xmi:type="uml:TemplateParameterSubstitution">
                    <formal
                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature-ownedParameter"/>
                    <actual xmi:idref="Test_Suites-Test_Suite_1-Assembly_PWP_PWP-IImpl"/>
                </parameterSubstitution>
            </templateBinding>
            <name>includes&lt;IImpl&gt;</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-20"
            xmi:uuid="6fd896dd-38a3-4275-9a41-f856018c5121" xmi:type="uml:Realization">
            <client
                xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Assembly_PWP_PWP_IImpl__"/>
            <supplier xmi:idref="Test_Suites-packagedElement-19"/>
        </packagedElement>
        <packagedElement
            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__"
            xmi:uuid="a2f176ea-e4d8-44be-bad9-fae974d3b1db" xmi:type="uml:Activity">
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-seq"
                xmi:uuid="d8959d6b-71c3-4775-9e60-78cece25e28c" xmi:type="uml:Parameter">
                <lowerValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-seq-lowerValue"
                    xmi:uuid="f17619ae-89a2-4c0d-9226-8540835c3614" xmi:type="uml:LiteralInteger"/>
                <upperValue
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-seq-upperValue"
                    xmi:uuid="00fe4d25-2cc1-4ab6-bccb-54e67cc606fd"
                    xmi:type="uml:LiteralUnlimitedNatural">
                    <value>*</value>
                </upperValue>
                <isOrdered>true</isOrdered>
                <isUnique>false</isUnique>
                <name>seq</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-element"
                xmi:uuid="4e674cee-a65e-4d8f-8d16-6ab54fa04cda" xmi:type="uml:Parameter">
                <name>element</name>
                <visibility>package</visibility>
                <type xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
            </ownedParameter>
            <ownedParameter
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-ownedParameter-3"
                xmi:uuid="7d349591-ebeb-477d-801a-1381d3cdb3c9" xmi:type="uml:Parameter">
                <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                <visibility>package</visibility>
                <direction>return</direction>
            </ownedParameter>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-edge-1"
                xmi:uuid="f905a55e-c83c-4f2a-8fce-3b2494f6697c" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Input_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Fork_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-edge-2"
                xmi:uuid="3c4890d6-2b1f-4f45-a782-185f895955e3" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Input_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Fork_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-edge-3"
                xmi:uuid="3e087088-7f3f-44f4-a26b-990f05c305ac" xmi:type="uml:ControlFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Final"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-edge-4"
                xmi:uuid="0aeb67ed-864e-4313-80fd-eb9854b0ee1a" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Fork_seq_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-edge-5"
                xmi:uuid="0c6b9bec-5824-449e-a86e-08ca23490497" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Fork_element_"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                />
            </edge>
            <edge
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-edge-6"
                xmi:uuid="964c1fbf-aeae-40a9-a97c-286ed0a01e06" xmi:type="uml:ObjectFlow">
                <source
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"/>
                <target
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Return"
                />
            </edge>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Input_seq_"
                xmi:uuid="7522e7bd-ec7b-4df0-97f5-4317c4881313" xmi:type="uml:ActivityParameterNode">
                <name>Input(seq)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-seq"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Fork_seq_"
                xmi:uuid="c0dd2ef5-301d-479d-917d-bc7241e66b31" xmi:type="uml:ForkNode">
                <name>Fork(seq)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Input_element_"
                xmi:uuid="798baf95-658a-4c19-878e-309df084ff63" xmi:type="uml:ActivityParameterNode">
                <name>Input(element)</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-element"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Fork_element_"
                xmi:uuid="e51eb8da-31fb-4726-8cf1-d45c7ca6d4db" xmi:type="uml:ForkNode">
                <name>Fork(element)</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Return"
                xmi:uuid="11c772cd-b618-4403-8dc4-a2132754af77" xmi:type="uml:ActivityParameterNode">
                <name>Return</name>
                <parameter
                    xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-ownedParameter-3"
                />
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Final"
                xmi:uuid="9cce7437-13b2-4021-abe2-b32b7458526e" xmi:type="uml:ActivityFinalNode">
                <name>Final</name>
            </node>
            <node
                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_"
                xmi:uuid="3ed5dce4-a1a6-487a-9b19-a39672233f81"
                xmi:type="uml:StructuredActivityNode">
                <node
                    xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11"
                    xmi:uuid="00897b82-bd90-4846-9e95-16f38f743ac0"
                    xmi:type="uml:StructuredActivityNode">
                    <edge
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-edge"
                        xmi:uuid="f7079084-5a05-45ab-ba1e-32ef17b3dbc4" xmi:type="uml:ObjectFlow">
                        <source
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"/>
                        <target
                            xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_"
                        xmi:uuid="d368bda6-cc26-40d0-9ac8-36187cba25b6"
                        xmi:type="uml:CallBehaviorAction">
                        <behavior
                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-Includes"/>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_"
                            xmi:uuid="c0c6380e-a7d9-44f4-8949-9a5ab601d466" xmi:type="uml:InputPin">
                            <lowerValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-lowerValue"
                                xmi:uuid="7f702d24-6c75-4581-9c22-6df2187dad8d"
                                xmi:type="uml:LiteralInteger"/>
                            <upperValue
                                xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_seq_-upperValue"
                                xmi:uuid="2382499b-ee5a-4d13-8374-aaa36ae08dab"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <name>Call(Includes).argument(seq)</name>
                            <isOrdered>true</isOrdered>
                            <isUnique>false</isUnique>
                        </argument>
                        <argument
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.argument_element_"
                            xmi:uuid="c835412e-6d25-4d84-b833-9f8a51adf21e" xmi:type="uml:InputPin">
                            <name>Call(Includes).argument(element)</name>
                        </argument>
                        <result
                            xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-Call_Includes_-Call_Includes_.result__"
                            xmi:uuid="967b9cf4-9927-4e9b-b99e-c7f6fb67ad98" xmi:type="uml:OutputPin">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                            <name>Call(Includes).result()</name>
                        </result>
                        <name>Call(Includes)</name>
                    </node>
                    <structuredNodeOutput
                        xmi:id="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__-Body_includes_-ReturnStatement_6eec8b11-ReturnStatement_6eec8b11.output"
                        xmi:uuid="804bd2c3-231b-45e2-a4c0-dac7554ff393" xmi:type="uml:OutputPin">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                        <name>ReturnStatement@6eec8b11.output</name>
                        <isOrdered>true</isOrdered>
                        <isUnique>false</isUnique>
                    </structuredNodeOutput>
                    <name>ReturnStatement@6eec8b11</name>
                </node>
                <name>Body(includes)</name>
            </node>
            <name>$$Alf$Library$CollectionFunctions$includes__Test Suites$Test Suite 1$Delegation_Port_PWP$IImpl__</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-22"
            xmi:uuid="e37bc3ec-8a2e-42d7-a65c-57b5c1df7e1d" xmi:type="uml:Activity">
            <templateBinding xmi:id="Test_Suites-packagedElement-22-templateBinding"
                xmi:uuid="db38c3b5-65cd-4d36-b952-6ab893d0c834" xmi:type="uml:TemplateBinding">
                <signature
                    href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature"/>
                <parameterSubstitution
                    xmi:id="Test_Suites-packagedElement-22-templateBinding-parameterSubstitution"
                    xmi:uuid="7dfb4242-52cb-444a-bea7-996732dfb697"
                    xmi:type="uml:TemplateParameterSubstitution">
                    <formal
                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-CollectionFunctions-includes-ownedTemplateSignature-ownedParameter"/>
                    <actual xmi:idref="Test_Suites-Test_Suite_1-Delegation_Port_PWP-IImpl"/>
                </parameterSubstitution>
            </templateBinding>
            <name>includes&lt;IImpl&gt;</name>
            <isReentrant>false</isReentrant>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-packagedElement-23"
            xmi:uuid="e8c4a4b2-a47f-4997-8341-3848b7d404f9" xmi:type="uml:Realization">
            <client
                xmi:idref="Test_Suites-__Alf_Library_CollectionFunctions_includes__Test_Suites_Test_Suite_1_Delegation_Port_PWP_IImpl__"/>
            <supplier xmi:idref="Test_Suites-packagedElement-22"/>
        </packagedElement>
        <packagedElement xmi:id="Test_Suites-Test_Suite_2"
            xmi:uuid="343f7851-0dc5-458a-86e1-e52e5d21abe9" xmi:type="uml:Package">
            <ownedComment xmi:id="Test_Suites-Test_Suite_2-ownedComment"
                xmi:uuid="76ecdf68-3bcd-42c9-bcc1-a0366a453b4a" xmi:type="uml:Comment">
                <body>Communication</body>
            </ownedComment>
            <packagedElement xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal"
                xmi:uuid="a44d749f-3fc1-439e-a82e-71ce6205b1be" xmi:type="uml:Package">
                <ownedComment
                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-ownedComment"
                    xmi:uuid="b84e643e-2f76-4da4-a88a-ca4482a1a5cd" xmi:type="uml:Comment">
                    <annotatedElement
                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-q"/>
                    <body>isBehavior = false</body>
                </ownedComment>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                    xmi:uuid="f676d44f-d242-47cf-bfd1-b0e96bbfd93d" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-InterfaceRealization1"
                        xmi:uuid="b8f93ee8-caa4-493d-a0ab-c93755f1ef2a"
                        xmi:type="uml:InterfaceRealization">
                        <client xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"/>
                        <supplier xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-I"/>
                        <name>InterfaceRealization1</name>
                        <contract xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-I"/>
                    </interfaceRealization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior"
                        xmi:uuid="5de4c94d-3850-46c9-8c97-7c2af7055db9" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-ownedComment"
                            xmi:uuid="7e46aea2-98f6-4eae-b31c-74be4193b577" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'Loss of Messages - Signal'::A ;

private import 'Test Suites'::'Test Suite 2'::'Loss of Messages - Signal'::S ;

activity AClassifierBehavior() { 
	accept (s : S) {
		this.p = s.v ;
	}
}</body>
                        </ownedComment>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_"
                            xmi:uuid="46c4f8ff-0dbc-45ac-882e-b7b751d56df5"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-edge-1"
                                xmi:uuid="d0db3cdd-38a4-4ef2-8f79-ef87a0f621f9"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d-Fork__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-edge-2"
                                xmi:uuid="4b99ba69-5cab-4d39-bc6e-6ca39e796fbe"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.object"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b"
                                xmi:uuid="9b6b3537-aedb-47d3-b682-c348e0fb34f7"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-edge-1"
                                    xmi:uuid="d994b8f1-cbdb-4857-a111-527eedcaf910"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Decision_Test_S__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-edge-2"
                                    xmi:uuid="156447e7-96c1-431d-a29b-d90af249024f"
                                    xmi:type="uml:ControlFlow">
                                    <guard
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-edge-2-guard"
                                        xmi:uuid="831de794-9412-4c57-bfd1-d0b6881e41f6"
                                        xmi:type="uml:LiteralBoolean">
                                        <name>Value(true)</name>
                                        <value>true</value>
                                    </guard>
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Decision_Test_S__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-edge-3"
                                    xmi:uuid="650d7527-acd4-47be-b03a-9e6072de5e78"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Initial_Accept_S__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Accept_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-edge-4"
                                    xmi:uuid="609f94ca-a9d4-40b0-ac4a-2857659a0b09"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Accept_S_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Decision_Test_S__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-edge-5"
                                    xmi:uuid="a850eeb9-6947-46ec-b42a-408d0678221f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Accept_S_-Accept_S_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Fork_Accept_S_.result_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_"
                                    xmi:uuid="e97aeb28-e08a-4f16-bfe2-ff8e4c611c1b"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b"
                                        xmi:uuid="18b341bf-08ab-4769-b84c-2ac5b27700d6"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-edge-1"
                                            xmi:uuid="619029a9-376a-45f1-8bb8-5cce27389589"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Expression_LeftHandSide_190ab15_-ReadSelf-ReadSelf.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Write_p_-Write_p_.object"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-edge-2"
                                            xmi:uuid="f501290d-4825-4ab6-a776-b1b0aed34c82"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Fork_LeftHandSide_190ab15_"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Write_p_-Write_p_.value"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-edge-3"
                                            xmi:uuid="f3d02f08-6110-40a7-af51-b524451b689c"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d-Read_v_-Read_v_.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Fork_LeftHandSide_190ab15_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-edge-4"
                                            xmi:uuid="ff7bae68-9119-449e-a561-88bd5fafa43f"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Expression_LeftHandSide_190ab15_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Expression_LeftHandSide_190ab15_"
                                            xmi:uuid="74cfcfa7-2739-4b2b-bcec-e7b9a0f48e1b"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Expression_LeftHandSide_190ab15_-ReadSelf"
                                                xmi:uuid="9e5efc56-d737-4a61-a3e7-2308e3f2c526"
                                                xmi:type="uml:ReadSelfAction">
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Expression_LeftHandSide_190ab15_-ReadSelf-ReadSelf.result"
                                                  xmi:uuid="9c9fbada-c70d-4a5a-9e00-cd1740684e2e"
                                                  xmi:type="uml:OutputPin">
                                                  <name>ReadSelf.result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                                  />
                                                </result>
                                                <name>ReadSelf</name>
                                            </node>
                                            <name>Expression(LeftHandSide@190ab15)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Write_p_"
                                            xmi:uuid="86f30936-0990-47dd-9a29-7a1ce8fd1aa3"
                                            xmi:type="uml:AddStructuralFeatureValueAction">
                                            <object
                                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Write_p_-Write_p_.object"
                                                xmi:uuid="c88cfa6d-8f95-4536-91d4-129cadf994b0"
                                                xmi:type="uml:InputPin">
                                                <name>Write(p).object</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                                />
                                            </object>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Write_p_-Write_p_.result"
                                                xmi:uuid="b330275d-400a-48d1-a20b-82b3fadc863e"
                                                xmi:type="uml:OutputPin">
                                                <name>Write(p).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                                />
                                            </result>
                                            <value
                                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Write_p_-Write_p_.value"
                                                xmi:uuid="5885c758-1903-4ce9-8efa-98e4577601bb"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>Write(p).value</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </value>
                                            <name>Write(p)</name>
                                            <isReplaceAll>true</isReplaceAll>
                                            <structuralFeature
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-p"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-Fork_LeftHandSide_190ab15_"
                                            xmi:uuid="20a7476e-7f95-46a4-a6e0-0af080924263"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(LeftHandSide@190ab15)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d"
                                            xmi:uuid="f75c5c1a-6f8a-4781-af56-dfc75bba7f5e"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d-edge"
                                                xmi:uuid="573e5202-012f-428f-862d-18f9821efb55"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d-Fork__"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d-Read_v_-Read_v_.object"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d-Read_v_"
                                                xmi:uuid="b593a221-f09d-4e7e-9944-06000aee0895"
                                                xmi:type="uml:ReadStructuralFeatureAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d-Read_v_-Read_v_.object"
                                                  xmi:uuid="6bf817d2-0041-482e-9ddc-66f998193519"
                                                  xmi:type="uml:InputPin">
                                                  <name>Read(v).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-S"
                                                  />
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d-Read_v_-Read_v_.result"
                                                  xmi:uuid="158e1c65-7b07-4332-96d5-decbb0ba1380"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Read(v).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>Read(v)</name>
                                                <structuralFeature
                                                  xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-S-v"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-AcceptBlock_S_-ExpressionStatement_3ccb9b-RightHandSide_1e1f64d-Fork__"
                                                xmi:uuid="c47554fc-8d34-4821-8faa-7f3b932884a9"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork()</name>
                                            </node>
                                            <name>RightHandSide@1e1f64d</name>
                                        </node>
                                        <name>ExpressionStatement@3ccb9b</name>
                                    </node>
                                    <name>AcceptBlock(S)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-ReadIsClassifiedObject_S_"
                                    xmi:uuid="ddcdf5ff-42f1-4d33-beec-f77f5003ae5d"
                                    xmi:type="uml:ReadIsClassifiedObjectAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.object"
                                        xmi:uuid="b4672566-dafe-45f6-8645-71cfa3185668"
                                        xmi:type="uml:InputPin">
                                        <name>ReadIsClassifiedObject(S).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.result"
                                        xmi:uuid="27181477-e53d-4f88-9043-a95c5eec6841"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>ReadIsClassifiedObject(S).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>ReadIsClassifiedObject(S)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-S"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Decision_Test_S__"
                                    xmi:uuid="9efc945d-e644-4639-a90a-ec2f71a6452d"
                                    xmi:type="uml:DecisionNode">
                                    <name>Decision(Test(S))</name>
                                    <decisionInputFlow
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-edge-1"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Fork_Accept_S_.result_"
                                    xmi:uuid="9b47ec88-6076-4154-bd29-2ef3651b9f6a"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Accept(S).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Accept_S_"
                                    xmi:uuid="c3785710-b14d-4d2d-a9f2-2b2c93e02e87"
                                    xmi:type="uml:AcceptEventAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Accept_S_-Accept_S_.result"
                                        xmi:uuid="a2a319e7-4a64-4882-a177-2123ee4078e4"
                                        xmi:type="uml:OutputPin">
                                        <name>Accept(S).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <trigger
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Accept_S_-trigger"
                                        xmi:uuid="e43bf511-9d1d-4dd8-8734-ab05b2ea4cba"
                                        xmi:type="uml:Trigger">
                                        <event
                                            xmi:idref="Test_Suites-__Test_Suites_Test_Suite_2_Loss_of_Messages_-_Signal_A_AClassifierBehavior-Event_S_"
                                        />
                                    </trigger>
                                    <name>Accept(S)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1abb60b-Initial_Accept_S__"
                                    xmi:uuid="38d3dce8-2204-4e54-88b3-ed2f8b5eefac"
                                    xmi:type="uml:InitialNode">
                                    <name>Initial(Accept(S))</name>
                                </node>
                                <name>AcceptStatement@1abb60b</name>
                            </node>
                            <name>Body(AClassifierBehavior)</name>
                        </node>
                        <name>AClassifierBehavior</name>
                        <isReentrant>false</isReentrant>
                    </ownedBehavior>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-p"
                        xmi:uuid="afab7b2a-b977-46a1-ac99-16f6bc2e5558" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                        <name>p</name>
                    </ownedAttribute>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-q"
                        xmi:uuid="e5b6ad84-4187-4665-8035-7e49db55532b" xmi:type="uml:Port">
                        <name>q</name>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-IImpl"/>
                    </ownedAttribute>
                    <ownedOperation xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-A"
                        xmi:uuid="37bc43d0-5940-4b28-a24d-1bec63fae134" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-A-result"
                            xmi:uuid="b5a834e7-e5ca-4a1f-aa2d-42ca04bf5572" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"/>
                        </ownedParameter>
                        <name>A</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <ownedReception xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-S"
                        xmi:uuid="21de320a-3896-4ab5-bf7f-115ccb38f905" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-S"/>
                    </ownedReception>
                    <name>A</name>
                    <isActive>true</isActive>
                    <classifierBehavior
                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-AClassifierBehavior"
                    />
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-S"
                    xmi:uuid="3050fd68-79d6-4f19-8aa2-31c04e22be21" xmi:type="uml:Signal">
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-S-v"
                        xmi:uuid="799e20a5-ef02-4adb-ae02-ce3dcd39127d" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                        <name>v</name>
                        <visibility>public</visibility>
                    </ownedAttribute>
                    <name>S</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-I"
                    xmi:uuid="f49200b2-09f5-4dd5-b353-2fa6ceac12dc" xmi:type="uml:Interface">
                    <ownedReception xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-I-S"
                        xmi:uuid="e835f7f5-73c9-4c22-b121-6f7d58e00439" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-S"/>
                    </ownedReception>
                    <name>I</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-IImpl"
                    xmi:uuid="dcbf1af2-6cb5-4e2f-b830-b05ef6abed4a" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-IImpl-InterfaceRealization1"
                        xmi:uuid="c5773f8f-3d5f-41f8-8095-0a7266965556"
                        xmi:type="uml:InterfaceRealization">
                        <client xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-IImpl"/>
                        <supplier xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-I"/>
                        <name>InterfaceRealization1</name>
                        <contract xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-I"/>
                    </interfaceRealization>
                    <ownedReception
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-IImpl-S"
                        xmi:uuid="0ee1d295-097c-4df4-b0ee-c8972a0b420d" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-S"/>
                    </ownedReception>
                    <name>IImpl</name>
                    <isActive>true</isActive>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal"
                    xmi:uuid="a7490357-f9bb-4ac2-9815-a5130d275912" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-ownedComment"
                        xmi:uuid="bd853830-6155-4fb9-9fa2-03cf381f439f" xmi:type="uml:Comment">
                        <body>
namespace 'Test Suites'::'Test Suite 2'::'Loss of Messages - Signal' ;

activity 'Test case - Loss of Messages - Signal'() { 

	WriteLine("-- Running test case: Loss of Signal on non-behavior ports with no delegation connector --") ;
	
	// Instantiate A
	a = new A() ;
	a.q.S(4) ;
	AssertFalse("Signal received", a.p == 4) ;
	
	WriteLine("-- End of test case --") ;
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_"
                        xmi:uuid="c0d000b3-a4d3-424c-b5f3-430b87571cd8"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-edge-1"
                            xmi:uuid="0bd01b8c-000c-496c-a86a-65d49abe91af"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-edge-2"
                            xmi:uuid="ce759cfc-c67e-4aed-bffd-9b09c70d7ab5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-Fork_a__c3637"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_-Fork_Fork_a__c3637_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-edge-3"
                            xmi:uuid="eea1df32-1477-495a-a74e-3033bdf4033d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-edge-4"
                            xmi:uuid="3f03020f-b0af-45aa-bd91-1345997b7537"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-Fork_a__c3637"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Fork_a__c3637_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-edge-5"
                            xmi:uuid="e8b9c7f5-2de8-4ced-87eb-2e92be6eb2b6"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-edge-6"
                            xmi:uuid="167bf35b-c99a-43e5-b000-ba316cb1111d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7"
                            xmi:uuid="1d7c7a7e-f20e-4c2f-a4ee-18df36933f81"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-edge-1"
                                xmi:uuid="cd1abd25-07ff-4f88-9252-d291b59a6064"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Tuple_15c8aa5-Value__--_Running_test_case__Loss_of_Signal_on_non-behavior_ports_with_no_delegation_connector_--__-Value__--_Running_test_case__Loss_of_Signal_on_non-behavior_ports_with_no_delegation_connector_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-edge-2"
                                xmi:uuid="f1dc1759-ed0d-433b-9872-f2b4edb37d48"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Tuple_15c8aa5"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Call_WriteLine_"
                                xmi:uuid="02416230-4dd9-4a0c-9c0a-5489c3e3de12"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="8b0d1f26-461b-416c-931a-eafd1c41f355"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="ca473949-b65d-46ff-9e83-65302aaa656e"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="c0c30de8-98af-4562-bae0-920870d662e9"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Tuple_15c8aa5"
                                xmi:uuid="eedda86d-db59-4c9f-a4d1-679a27d91167"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Tuple_15c8aa5-Value__--_Running_test_case__Loss_of_Signal_on_non-behavior_ports_with_no_delegation_connector_--__"
                                    xmi:uuid="c83ad919-a1f3-421d-85bd-bab4e2b0fb3e"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Tuple_15c8aa5-Value__--_Running_test_case__Loss_of_Signal_on_non-behavior_ports_with_no_delegation_connector_--__-Value__--_Running_test_case__Loss_of_Signal_on_non-behavior_ports_with_no_delegation_connector_--__.result"
                                        xmi:uuid="1b80b0fb-1e47-4e69-9b33-13d610fe4d15"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case: Loss of Signal on non-behavior ports with no delegation connector --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1d84cf7-Tuple_15c8aa5-Value__--_Running_test_case__Loss_of_Signal_on_non-behavior_ports_with_no_delegation_connector_--__-value"
                                        xmi:uuid="d422dbc6-2fcf-4f3a-b521-b928dd1e5a0c"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case: Loss of Signal on non-behavior ports with no delegation connector --</value>
                                    </value>
                                    <name>Value("-- Running test case: Loss of Signal on non-behavior ports with no delegation connector --")</name>
                                </node>
                                <name>Tuple@15c8aa5</name>
                            </node>
                            <name>ExpressionStatement@1d84cf7</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8"
                            xmi:uuid="401c1aa3-98b7-4b17-b035-93d4f27edbc6"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-edge"
                                xmi:uuid="5f1b697e-f175-4045-8a35-90675cf480f8"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Output_Call_A_.result_result__"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-Fork_a__c3637"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-Fork_a__c3637"
                                xmi:uuid="a6cb7fc4-6bf4-4b52-af0a-910802bff315"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a)@c3637</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6"
                                xmi:uuid="2ff4b227-8088-4aab-9f48-f8fe1feb38b6"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6"
                                    xmi:uuid="a37464cf-75f2-4388-9f12-2c026f425930"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-edge-1"
                                        xmi:uuid="3db16936-c495-4349-b7e4-b8c25010006f"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Create_A_-Create_A_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Call_A_-Call_A_.target"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-edge-2"
                                        xmi:uuid="c3ac66b4-6ead-478f-bdae-7c4b99062e02"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Call_A_-Call_A_.result_result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Fork_Call_A_.result_result__"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-edge-3"
                                        xmi:uuid="91b1a46c-195b-46f4-84c7-c0e8bf5c9fa9"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Fork_Call_A_.result_result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Start_A_-Start_A_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-edge-4"
                                        xmi:uuid="b2a86014-6b32-49ca-9517-3cb1e75489d4"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Fork_Call_A_.result_result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Output_Call_A_.result_result__"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Call_A_"
                                        xmi:uuid="389de627-b146-4d3f-b114-a401292a336d"
                                        xmi:type="uml:CallOperationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Call_A_-Call_A_.result_result_"
                                            xmi:uuid="4ced7dac-c4f3-4155-b794-a95ee1b00df4"
                                            xmi:type="uml:OutputPin">
                                            <name>Call(A).result(result)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                            />
                                        </result>
                                        <target
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Call_A_-Call_A_.target"
                                            xmi:uuid="2f417ad6-5049-4be5-916a-ab724b6e61fd"
                                            xmi:type="uml:InputPin">
                                            <name>Call(A).target</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                            />
                                        </target>
                                        <name>Call(A)</name>
                                        <operation
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-A"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Create_A_"
                                        xmi:uuid="de6d8f32-4ba5-49c0-91a6-d6d3b7311f86"
                                        xmi:type="uml:CreateObjectAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Create_A_-Create_A_.result"
                                            xmi:uuid="68917b77-1445-4fd6-a431-9b08dea56c12"
                                            xmi:type="uml:OutputPin">
                                            <name>Create(A).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                            />
                                        </result>
                                        <name>Create(A)</name>
                                        <classifier
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Fork_Call_A_.result_result__"
                                        xmi:uuid="6931d9f6-7fba-437a-8188-c09d012a4410"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Call(A).result(result))</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Start_A_"
                                        xmi:uuid="b047df05-2063-4902-b114-995d00c76458"
                                        xmi:type="uml:StartObjectBehaviorAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Start_A_-Start_A_.object"
                                            xmi:uuid="6e2c63ad-9f62-4d91-abac-feeec2b7dcc6"
                                            xmi:type="uml:InputPin">
                                            <name>Start(A).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                            />
                                        </object>
                                        <name>Start(A)</name>
                                    </node>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1adc7d8-RightHandSide_125cee6-InstanceCreationExpression_125cee6-Output_Call_A_.result_result__"
                                        xmi:uuid="b065682b-9b84-4311-92bc-efdcc7929efa"
                                        xmi:type="uml:OutputPin">
                                        <name>Output(Call(A).result(result))</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                        />
                                    </structuredNodeOutput>
                                    <name>InstanceCreationExpression@125cee6</name>
                                </node>
                                <name>RightHandSide@125cee6</name>
                            </node>
                            <name>ExpressionStatement@1adc7d8</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22"
                            xmi:uuid="ff8545a9-2483-4c70-96b6-dcad9381fc05"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-edge-1"
                                xmi:uuid="a4182038-1ce5-4eae-9f5e-6c36f796962a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_-Read_q_-Read_q_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__.inputElement"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-edge-2"
                                xmi:uuid="cd5fb3db-f383-4777-beca-db2d615158b2"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__"
                                xmi:uuid="100629f7-4da6-4249-bbcc-4a7d1e0bb2c7"
                                xmi:type="uml:ExpansionRegion">
                                <inputElement
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__.inputElement"/>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-edge-1"
                                    xmi:uuid="da3af27a-7510-4d9e-8813-db007107f9c1"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-Tuple_1286543-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-SendSignal_S_-SendSignal_S_.argument_v_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-edge-2"
                                    xmi:uuid="55eeac40-c4bf-43f8-8bd1-ee9062bfb22b"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-Tuple_1286543"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-SendSignal_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-edge-3"
                                    xmi:uuid="560ed21f-77bd-4cd5-917f-d4e3df317601"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__.inputElement"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-SendSignal_S_-SendSignal_S_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-SendSignal_S_"
                                    xmi:uuid="e779bbc8-d0d6-434c-b939-e2ea2d3e406a"
                                    xmi:type="uml:SendSignalAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-SendSignal_S_-SendSignal_S_.argument_v_"
                                        xmi:uuid="3c249f39-82e5-4e3e-a20d-6dc2272d07d3"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>SendSignal(S).argument(v)</name>
                                    </argument>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-SendSignal_S_-SendSignal_S_.target"
                                        xmi:uuid="52806f33-b264-4386-8b19-456b6928364a"
                                        xmi:type="uml:InputPin">
                                        <name>SendSignal(S).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-IImpl"
                                        />
                                    </target>
                                    <name>SendSignal(S)</name>
                                    <signal
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-S"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-Tuple_1286543"
                                    xmi:uuid="5a13fff1-5bc7-4349-9aff-0b52900d2ed6"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-Tuple_1286543-Value_4_"
                                        xmi:uuid="40bc3295-78e0-4e47-a691-e200e0265a31"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-Tuple_1286543-Value_4_-Value_4_.result"
                                            xmi:uuid="212bb343-758d-431f-9578-7c1271fa22cf"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__-Tuple_1286543-Value_4_-value"
                                            xmi:uuid="e4e9d942-7a55-49d1-ac97-d41ae239f18d"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <name>Tuple@1286543</name>
                                </node>
                                <name>Collect(SendSignal(S))</name>
                                <mode>parallel</mode>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__.inputElement"
                                xmi:uuid="c9b857e5-aee8-492d-b60d-4405bf0ed050"
                                xmi:type="uml:ExpansionNode">
                                <name>Collect(SendSignal(S)).inputElement</name>
                                <regionAsInput
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Collect_SendSignal_S__"
                                />
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_"
                                xmi:uuid="2c0cbe78-3028-46d7-9b5c-f784b876f82d"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_-edge"
                                    xmi:uuid="9880f29e-74b7-4a3a-9c02-9684b458f8b4"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_-Fork_Fork_a__c3637_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_-Read_q_-Read_q_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_-Read_q_"
                                    xmi:uuid="2d9ee623-9654-42b7-bacb-855e9680dc09"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_-Read_q_-Read_q_.object"
                                        xmi:uuid="ad585bf4-a4f5-4f96-8163-5c70d5b901a5"
                                        xmi:type="uml:InputPin">
                                        <name>Read(q).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_-Read_q_-Read_q_.result"
                                        xmi:uuid="9dec915c-61f9-4b3e-a710-495d6bd690a1"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(q).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-IImpl"
                                        />
                                    </result>
                                    <name>Read(q)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-q"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_1b96d22-Feature_Read_q_.result_-Fork_Fork_a__c3637_"
                                    xmi:uuid="c7aa16bc-d0c8-4ca0-bd7e-c250e1fdd8c7"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@c3637)</name>
                                </node>
                                <name>Feature(Read(q).result)</name>
                            </node>
                            <name>ExpressionStatement@1b96d22</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a"
                            xmi:uuid="1cd68ec9-319e-40bc-9bae-1fa62fa02e14"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-edge-1"
                                xmi:uuid="32bd20ee-b74d-462f-8810-7e65ff9a9496"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Value__Signal_received__-Value__Signal_received__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Call_AssertFalse_-Call_AssertFalse_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-edge-2"
                                xmi:uuid="0ac81164-50fe-4e12-a009-afbb8932301d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Call_AssertFalse_-Call_AssertFalse_.argument_condition_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-edge-3"
                                xmi:uuid="158e80a0-b430-418f-bf78-1e641b31fa5b"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Call_AssertFalse_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Call_AssertFalse_"
                                xmi:uuid="000573de-70fc-45e8-825f-4fb1ac1b10fe"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Call_AssertFalse_-Call_AssertFalse_.argument_label_"
                                    xmi:uuid="060d8c68-f28f-4475-9c91-c9fae3ee359b"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertFalse).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Call_AssertFalse_-Call_AssertFalse_.argument_condition_"
                                    xmi:uuid="5ebdd4b1-fe46-4972-9678-7f1e01c4994e"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(AssertFalse).argument(condition)</name>
                                </argument>
                                <name>Call(AssertFalse)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertFalse"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d"
                                xmi:uuid="01070278-7356-4360-8053-2bdb7847be1e"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-1"
                                    xmi:uuid="6b4034ce-5bcf-4a63-b17e-4e0abaa21b5a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Fork_a__c3637_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-2"
                                    xmi:uuid="f44d71a7-9042-467a-9f32-1d5dd7dbfae5"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Read_p_-Read_p_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Read_p_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-3"
                                    xmi:uuid="c7cd65d0-1866-426c-a47c-bda8887d002e"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Read_p_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Test_EQEQ_-Test_EQEQ_.first"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-4"
                                    xmi:uuid="3ff36a80-eff8-42ee-b2ed-864950c32658"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Read_p_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Call_NotEmpty_-Call_NotEmpty_.argument_seq_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-5"
                                    xmi:uuid="8cef28ae-ca57-4198-94fa-52d4ccb1b856"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Call_NotEmpty_-Call_NotEmpty_.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-6"
                                    xmi:uuid="dc83408e-a20e-49de-a91c-a5c0d237c339"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Test_EQEQ_-Test_EQEQ_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-7"
                                    xmi:uuid="696a4ab5-ea80-468a-adfa-d70bf54197f8"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Call_NotEmpty_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Decision_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-8"
                                    xmi:uuid="99245b30-57b8-4704-b6e3-70b07c9818d7"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Call_NotEmpty_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Decision_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-9"
                                    xmi:uuid="4eec1c01-c269-4b13-99e7-20474ebc8c22"
                                    xmi:type="uml:ObjectFlow">
                                    <guard
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-9-guard"
                                        xmi:uuid="a4e95f2e-55ec-40ac-acc4-66edda0b0996"
                                        xmi:type="uml:LiteralBoolean">
                                        <name>Value(false)</name>
                                    </guard>
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Decision_Call_NotEmpty_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-10"
                                    xmi:uuid="2bda4b2c-a1d4-418a-b62b-f41be695fe4a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Test_EQEQ_-Test_EQEQ_.second"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Value__Signal_received__"
                                    xmi:uuid="daad3c48-ee50-4e1a-a904-4066ce7bbc3d"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Value__Signal_received__-Value__Signal_received__.result"
                                        xmi:uuid="3542f8f5-4390-4f03-ad96-c9b5a835b92b"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Signal received").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Value__Signal_received__-value"
                                        xmi:uuid="2fe0d0fb-53a0-4e9c-bc93-5f10028942f8"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Signal received</value>
                                    </value>
                                    <name>Value("Signal received")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Read_p_"
                                    xmi:uuid="7e4c7991-7c74-409b-ad57-83ed80840abf"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Read_p_-Read_p_.object"
                                        xmi:uuid="f6c7a1ff-74f2-4040-8247-a4199c782734"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Read_p_-Read_p_.result"
                                        xmi:uuid="2274e230-3fd8-4e37-b4fc-9d3283f74808"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-A-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Fork_a__c3637_"
                                    xmi:uuid="a7ae7975-2fb6-4e7b-8ac1-f5aedd01ac17"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@c3637)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Value_4_"
                                    xmi:uuid="53a7a935-ad81-4512-a2bb-05d5ad634ab3"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Value_4_-Value_4_.result"
                                        xmi:uuid="4575e205-457b-456a-8bd2-f7ac6be45def"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Value_4_-value"
                                        xmi:uuid="babe2618-2fb5-4310-be4a-3e63d0819f73"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Test_EQEQ_"
                                    xmi:uuid="922f44fc-1b72-45dc-9795-79d25ea5632b"
                                    xmi:type="uml:TestIdentityAction">
                                    <first
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Test_EQEQ_-Test_EQEQ_.first"
                                        xmi:uuid="426f2ffa-53b6-4d6d-8aac-cfc30c8800c8"
                                        xmi:type="uml:InputPin">
                                        <name>Test(==).first</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </first>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Test_EQEQ_-Test_EQEQ_.result"
                                        xmi:uuid="0bc3caae-9d06-43f8-8374-e4c2dc9ca05b"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Test(==).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <second
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Test_EQEQ_-Test_EQEQ_.second"
                                        xmi:uuid="42eb24a9-7f52-43cb-a528-9ecc544576a6"
                                        xmi:type="uml:InputPin">
                                        <name>Test(==).second</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </second>
                                    <name>Test(==)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Read_p_.result_"
                                    xmi:uuid="cb1633f2-9e0f-41c8-b29f-cbd5154b0f62"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(p).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Call_NotEmpty_"
                                    xmi:uuid="7d0217b3-3e84-4050-986c-f499f37fd6aa"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-NotEmpty"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Call_NotEmpty_-Call_NotEmpty_.argument_seq_"
                                        xmi:uuid="8a537dc5-a144-45bd-9c8f-0e2c9ad63526"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Call_NotEmpty_-Call_NotEmpty_.argument_seq_-lowerValue"
                                            xmi:uuid="e7a11fc7-b0dd-438b-adcb-8b3ed3ace1bc"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Call_NotEmpty_-Call_NotEmpty_.argument_seq_-upperValue"
                                            xmi:uuid="48c1c7e5-4c39-4f43-8145-1f5566603d5f"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(NotEmpty).argument(seq)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Call_NotEmpty_-Call_NotEmpty_.result__"
                                        xmi:uuid="1f598415-e1af-4107-89da-157e4281387a"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(NotEmpty).result()</name>
                                    </result>
                                    <name>Call(NotEmpty)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Fork_Call_NotEmpty_.result___"
                                    xmi:uuid="63b3ffc7-d4d9-46b4-a4da-8a1a6727ab7d"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(NotEmpty).result())</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"
                                    xmi:uuid="004c8dd3-de7c-4747-bc37-8d38fe562a82"
                                    xmi:type="uml:MergeNode">
                                    <name>Merge(Test(==).result, Call(NotEmpty).result())</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-Decision_Call_NotEmpty_.result___"
                                    xmi:uuid="d87c5a9d-d64f-4ac7-b2a6-9d14684ae4af"
                                    xmi:type="uml:DecisionNode">
                                    <name>Decision(Call(NotEmpty).result())</name>
                                    <decisionInputFlow
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_c46a8a-Tuple_19d9b5d-edge-8"
                                    />
                                </node>
                                <name>Tuple@19d9b5d</name>
                            </node>
                            <name>ExpressionStatement@c46a8a</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2"
                            xmi:uuid="34bb8819-6aac-4b5e-bca2-cff37039df9b"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-edge-1"
                                xmi:uuid="7db1cf9b-41cd-43de-bebb-70a285be9412"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Tuple_96177c-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-edge-2"
                                xmi:uuid="2095f523-9e11-4fd9-86f8-1e2a7c4d699a"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Tuple_96177c"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Call_WriteLine_"
                                xmi:uuid="0f7d0c08-d910-4b52-8f98-499027ec3928"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="6fe4f27a-7c47-428b-bf81-ea5343b51cd0"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="1339b197-bae6-4dfa-8168-57541f63ec3d"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="a3c5a952-7de1-4632-b765-3795f40baee9"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Tuple_96177c"
                                xmi:uuid="71eece38-1fd2-4c27-90e0-0807ee197d28"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Tuple_96177c-Value__--_End_of_test_case_--__"
                                    xmi:uuid="685548ea-d884-4ce7-bb7f-03a60b0dcfb5"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Tuple_96177c-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"
                                        xmi:uuid="11243a64-d203-4ab4-8bb6-daab8b6a4a04"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- End of test case --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal-Body_Test_case_-_Loss_of_Messages_-_Signal_-ExpressionStatement_16f4cb2-Tuple_96177c-Value__--_End_of_test_case_--__-value"
                                        xmi:uuid="80434e18-49a0-46c3-90f3-a4938605635b"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- End of test case --</value>
                                    </value>
                                    <name>Value("-- End of test case --")</name>
                                </node>
                                <name>Tuple@96177c</name>
                            </node>
                            <name>ExpressionStatement@16f4cb2</name>
                        </node>
                        <name>Body(Test case - Loss of Messages - Signal)</name>
                    </node>
                    <name>Test case - Loss of Messages - Signal</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <name>Loss of Messages - Signal</name>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation"
                xmi:uuid="8b8f36fb-ff91-4fb7-bc9e-4b545a8bfc4b" xmi:type="uml:Package">
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                    xmi:uuid="6e623b9c-600e-4d00-9d9e-580d0b196d63" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-InterfaceRealization1"
                        xmi:uuid="cd32ba6f-b998-48d7-b2a6-0786e617dc05"
                        xmi:type="uml:InterfaceRealization">
                        <client xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"/>
                        <supplier
                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-I"/>
                        <name>InterfaceRealization1</name>
                        <contract
                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-I"/>
                    </interfaceRealization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-AClassifierBehavior"
                        xmi:uuid="97ca788f-ddc0-4758-a936-d301496aa4a7" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-AClassifierBehavior-ownedComment"
                            xmi:uuid="614b299b-4799-4dee-acba-0bde0a302ba3" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'Loss of Messages - Operation'::A ;

activity AClassifierBehavior() { 
	// FIXME: This classifier behavior shall not exist. To be removed when Alf to fUML compiler is patched.
}</body>
                        </ownedComment>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-AClassifierBehavior-Body_AClassifierBehavior_"
                            xmi:uuid="516d5e36-cabc-4def-aea5-3d6b134a3d85"
                            xmi:type="uml:StructuredActivityNode">
                            <name>Body(AClassifierBehavior)</name>
                        </node>
                        <name>AClassifierBehavior</name>
                        <isReentrant>false</isReentrant>
                    </ownedBehavior>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-ownedBehavior-2"
                        xmi:uuid="f0069010-4bf9-49ab-a639-82eb802a6a67" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-ownedBehavior-2-ownedComment"
                            xmi:uuid="adc832d4-370d-4c0e-a1d4-cc5c7ac9dc46" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'Loss of Messages - Operation'::A ;

activity setP(in v : Integer) { 
	this.p = v ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-ownedBehavior-2-ownedParameter"
                            xmi:uuid="32fbbb19-4d9e-44f3-bfe2-9c3a5be70246" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>v</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-ownedBehavior-2-edge-1"
                            xmi:uuid="3b07bd68-d4fe-44b9-b9c3-6260efcb77df"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Input_v_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Fork_v_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-ownedBehavior-2-edge-2"
                            xmi:uuid="0f130740-56a1-4920-a25c-ade94c2a9684"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Fork_v_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Fork_LeftHandSide_1f91010_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Input_v_"
                            xmi:uuid="aca2a648-86f4-4ab7-90f6-606b6bc41fcc"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(v)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-ownedBehavior-2-ownedParameter"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Fork_v_"
                            xmi:uuid="a5c73c03-4ab6-44fd-ac14-af36adb60729" xmi:type="uml:ForkNode">
                            <name>Fork(v)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_"
                            xmi:uuid="72abf88b-a388-4fee-90df-c335c1f5403d"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa"
                                xmi:uuid="db74ca35-622d-4a63-9445-3a1d63ea8c6d"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-edge-1"
                                    xmi:uuid="49bc3af9-90b2-47b7-bc30-321927ea4720"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Expression_LeftHandSide_1f91010_-ReadSelf-ReadSelf.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Write_p_-Write_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-edge-2"
                                    xmi:uuid="0e1a1286-64c5-4ce4-bc38-1f65d726fbb4"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Fork_LeftHandSide_1f91010_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Write_p_-Write_p_.value"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-edge-3"
                                    xmi:uuid="24d7e56a-4013-4166-8ee9-a214183e5df1"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-RightHandSide_8a8b22"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Expression_LeftHandSide_1f91010_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Expression_LeftHandSide_1f91010_"
                                    xmi:uuid="1373e30d-37fe-41af-b335-3de521124b49"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Expression_LeftHandSide_1f91010_-ReadSelf"
                                        xmi:uuid="9a96b081-c2a2-4374-9fa9-894a654c0538"
                                        xmi:type="uml:ReadSelfAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Expression_LeftHandSide_1f91010_-ReadSelf-ReadSelf.result"
                                            xmi:uuid="f152a1a4-bf0c-4e13-8e5a-768f1a93c12d"
                                            xmi:type="uml:OutputPin">
                                            <name>ReadSelf.result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                            />
                                        </result>
                                        <name>ReadSelf</name>
                                    </node>
                                    <name>Expression(LeftHandSide@1f91010)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Write_p_"
                                    xmi:uuid="d1be7d56-97d4-4d17-b064-af7b692435d7"
                                    xmi:type="uml:AddStructuralFeatureValueAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Write_p_-Write_p_.object"
                                        xmi:uuid="bee347a4-e41e-4d8e-8d91-379756c25e00"
                                        xmi:type="uml:InputPin">
                                        <name>Write(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Write_p_-Write_p_.result"
                                        xmi:uuid="cb21c9af-c321-4e2d-b336-124887ed7ee7"
                                        xmi:type="uml:OutputPin">
                                        <name>Write(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                        />
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Write_p_-Write_p_.value"
                                        xmi:uuid="c03b1f41-70ad-46dd-a7e6-e9b3a375bc7b"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Write(p).value</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </value>
                                    <name>Write(p)</name>
                                    <isReplaceAll>true</isReplaceAll>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-Fork_LeftHandSide_1f91010_"
                                    xmi:uuid="cbb0c828-d6d8-486b-a58f-5d2ad55d5b1d"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(LeftHandSide@1f91010)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-setP-Body_setP_-ExpressionStatement_1db3aaa-RightHandSide_8a8b22"
                                    xmi:uuid="2c1d37b1-8a71-485c-8c42-e2e6a815c094"
                                    xmi:type="uml:StructuredActivityNode">
                                    <name>RightHandSide@8a8b22</name>
                                </node>
                                <name>ExpressionStatement@1db3aaa</name>
                            </node>
                            <name>Body(setP)</name>
                        </node>
                        <name>setP</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-ownedOperation-2"
                        />
                    </ownedBehavior>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-p"
                        xmi:uuid="95a8ea16-7fc6-4b79-b235-6510758fa3c1" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                        <name>p</name>
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-q"
                        xmi:uuid="59ff8311-c06d-407a-aa17-235f69cd2ff3" xmi:type="uml:Port">
                        <name>q</name>
                        <aggregation>composite</aggregation>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-IImpl"
                        />
                    </ownedAttribute>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-A"
                        xmi:uuid="52b9e08a-11ab-4e54-a1c1-c5a7915549b3" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-A-result"
                            xmi:uuid="2d013011-255b-4635-b6db-c74f246b9b15" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                            />
                        </ownedParameter>
                        <name>A</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-ownedOperation-2"
                        xmi:uuid="94ffa85b-2a39-4781-be86-a53674e3c80b" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-ownedBehavior-2"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-ownedOperation-2-ownedParameter"
                            xmi:uuid="6caa8fec-1654-47f2-99ff-7370584b2707" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>v</name>
                        </ownedParameter>
                        <name>setP</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A</name>
                    <classifierBehavior
                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-AClassifierBehavior"
                    />
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-I"
                    xmi:uuid="4226a5d3-7b0c-483d-8b34-5175e0d131c3" xmi:type="uml:Interface">
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-I-setP"
                        xmi:uuid="8a1ef01b-60ca-433c-bf8f-a4332c53d5f4" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-I-setP-v"
                            xmi:uuid="970094bd-4c3f-45cc-a47a-f1d18ae0579a" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>v</name>
                        </ownedParameter>
                        <name>setP</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>I</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-IImpl"
                    xmi:uuid="f7694575-c1be-45df-8724-5e1cd2209837" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-IImpl-InterfaceRealization1"
                        xmi:uuid="b583b9ce-dd19-4892-a848-a5419ccea9b7"
                        xmi:type="uml:InterfaceRealization">
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-IImpl"/>
                        <supplier
                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-I"/>
                        <name>InterfaceRealization1</name>
                        <contract
                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-I"/>
                    </interfaceRealization>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-IImpl-setP"
                        xmi:uuid="2ddef00b-418a-44bd-a30c-5b4f15ca6b27" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-IImpl-setP-v"
                            xmi:uuid="4c06e0d2-e36e-494d-9408-041ad00ad00e" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>v</name>
                        </ownedParameter>
                        <name>setP</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>IImpl</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation"
                    xmi:uuid="a352d18f-1e36-4438-85c6-67a1bb41d56b" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-ownedComment"
                        xmi:uuid="2195b8be-3ff6-4589-8a2c-73da8cd27718" xmi:type="uml:Comment">
                        <body>
namespace 'Test Suites'::'Test Suite 2'::'Loss of Messages - Operation' ;

activity 'Test case - Loss of Messages - Operation'() { 

	WriteLine("-- Running test case: Loss of Operation call on non-behavior ports with no delegation connector --") ;
	
	// Instantiate A
	a = new A() ;
	a.q.setP(4) ;
	AssertFalse("Operation call received", a.p == 4) ;
	
	WriteLine("-- End of test case --") ;
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_"
                        xmi:uuid="678dad2f-157a-4a62-923b-e28bdc099a25"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-edge-1"
                            xmi:uuid="8f6c7235-e109-4f2f-a534-d5c73f7a23db"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-edge-2"
                            xmi:uuid="574602e3-56bc-4920-9f4d-ecfb0ea4db62"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-Fork_a__185eb67"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_-Fork_Fork_a__185eb67_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-edge-3"
                            xmi:uuid="ffa0fcad-169c-4457-b7db-b8b0fe473988"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-edge-4"
                            xmi:uuid="ebfccae9-618f-4792-b48b-3aa8ae27791f"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-Fork_a__185eb67"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Fork_a__185eb67_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-edge-5"
                            xmi:uuid="58fe9037-c93e-4e2f-a1ea-525a8918fc71"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-edge-6"
                            xmi:uuid="f0c72a8d-dc92-4570-bc4c-e31774926a2d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c"
                            xmi:uuid="d665f336-0268-4df2-8a89-b3e13ed8bcb9"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-edge-1"
                                xmi:uuid="738430c1-309f-4b5d-a2f5-3e8a694ca366"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Tuple_35c78a-Value__--_Running_test_case__Loss_of_Operation_call_on_non-behavior_ports_with_no_delegation_connector_--__-Value__--_Running_test_case__Loss_of_Operation_call_on_non-behavior_ports_with_no_delegation_connector_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-edge-2"
                                xmi:uuid="1c125264-c71d-47ac-b02c-021e3ad14075"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Tuple_35c78a"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Call_WriteLine_"
                                xmi:uuid="02ccec77-214d-43da-b39a-6f9c897d0d20"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="2263cb11-54c5-42db-a141-6d4b90296bf0"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="9d0dea14-da36-46b7-9fad-14c9999a3a1c"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="7590d988-dfdc-44a7-a4af-e103ffa58fe8"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Tuple_35c78a"
                                xmi:uuid="473d07f0-2e5d-4904-be88-f31a770d72fe"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Tuple_35c78a-Value__--_Running_test_case__Loss_of_Operation_call_on_non-behavior_ports_with_no_delegation_connector_--__"
                                    xmi:uuid="732fa851-73ee-46ff-9840-e9472f119747"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Tuple_35c78a-Value__--_Running_test_case__Loss_of_Operation_call_on_non-behavior_ports_with_no_delegation_connector_--__-Value__--_Running_test_case__Loss_of_Operation_call_on_non-behavior_ports_with_no_delegation_connector_--__.result"
                                        xmi:uuid="5d385f4c-aad3-4dfb-ab76-fbdc23df4000"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case: Loss of Operation call on non-behavior ports with no delegation connector --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_14b160c-Tuple_35c78a-Value__--_Running_test_case__Loss_of_Operation_call_on_non-behavior_ports_with_no_delegation_connector_--__-value"
                                        xmi:uuid="c8fa0249-147d-44de-af86-58f01b93faf4"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case: Loss of Operation call on non-behavior ports with no delegation connector --</value>
                                    </value>
                                    <name>Value("-- Running test case: Loss of Operation call on non-behavior ports with no delegation connector --")</name>
                                </node>
                                <name>Tuple@35c78a</name>
                            </node>
                            <name>ExpressionStatement@14b160c</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726"
                            xmi:uuid="1ac4186e-702c-4a9a-8e27-4ab4062f7a77"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-edge"
                                xmi:uuid="9aa73861-0bc6-4a06-b6c6-1bc2611aeb46"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Output_Call_A_.result_result__"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-Fork_a__185eb67"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-Fork_a__185eb67"
                                xmi:uuid="977e63af-6efb-49e7-a5b0-fff1906667db"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a)@185eb67</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958"
                                xmi:uuid="1c6398de-d57d-4aa0-83ad-dba89a05345c"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958"
                                    xmi:uuid="2ae5b2c9-3dc1-4abd-98ab-848477a35b9b"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-edge-1"
                                        xmi:uuid="5bc4764f-0882-4b92-9e24-f5b2586d785c"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Create_A_-Create_A_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Call_A_-Call_A_.target"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-edge-2"
                                        xmi:uuid="830d9ba1-a20f-45f6-b47b-b3f1244ba802"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Call_A_-Call_A_.result_result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Fork_Call_A_.result_result__"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-edge-3"
                                        xmi:uuid="7a0311c6-8fb0-40cf-8a6d-a3a618fe31bd"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Fork_Call_A_.result_result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Start_A_-Start_A_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-edge-4"
                                        xmi:uuid="8451ef5a-5e32-4b7c-b7f1-8dc1f5774979"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Fork_Call_A_.result_result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Output_Call_A_.result_result__"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Call_A_"
                                        xmi:uuid="c1d7e72d-1213-4296-8e82-690f4e2ab1ea"
                                        xmi:type="uml:CallOperationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Call_A_-Call_A_.result_result_"
                                            xmi:uuid="6b385789-b286-42e5-b421-7849b5a64186"
                                            xmi:type="uml:OutputPin">
                                            <name>Call(A).result(result)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                            />
                                        </result>
                                        <target
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Call_A_-Call_A_.target"
                                            xmi:uuid="8ea08930-0943-4510-94cf-49ad9f1a6b83"
                                            xmi:type="uml:InputPin">
                                            <name>Call(A).target</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                            />
                                        </target>
                                        <name>Call(A)</name>
                                        <operation
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-A"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Create_A_"
                                        xmi:uuid="3b7f2dd8-2787-49d3-9aa6-a3a7cd12d1e4"
                                        xmi:type="uml:CreateObjectAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Create_A_-Create_A_.result"
                                            xmi:uuid="8af343a7-c321-4b1e-8eb4-29d0b50e0769"
                                            xmi:type="uml:OutputPin">
                                            <name>Create(A).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                            />
                                        </result>
                                        <name>Create(A)</name>
                                        <classifier
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Fork_Call_A_.result_result__"
                                        xmi:uuid="fdb08ab9-16e1-47b0-8a6a-5045b4b9f806"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Call(A).result(result))</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Start_A_"
                                        xmi:uuid="fe3a9e0d-5db5-4451-9599-45463f9f7ff3"
                                        xmi:type="uml:StartObjectBehaviorAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Start_A_-Start_A_.object"
                                            xmi:uuid="ae2d7998-d275-4feb-8121-d8f35f3a69b1"
                                            xmi:type="uml:InputPin">
                                            <name>Start(A).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                            />
                                        </object>
                                        <name>Start(A)</name>
                                    </node>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1aab726-RightHandSide_84c958-InstanceCreationExpression_84c958-Output_Call_A_.result_result__"
                                        xmi:uuid="0d890c20-cbd7-4068-a70b-4f28edb4c699"
                                        xmi:type="uml:OutputPin">
                                        <name>Output(Call(A).result(result))</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                        />
                                    </structuredNodeOutput>
                                    <name>InstanceCreationExpression@84c958</name>
                                </node>
                                <name>RightHandSide@84c958</name>
                            </node>
                            <name>ExpressionStatement@1aab726</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175"
                            xmi:uuid="a950e485-51ff-4efd-8995-6bf244bb0da8"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-edge-1"
                                xmi:uuid="bc3588c3-86c8-4780-b445-79d1426b489c"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_-Read_q_-Read_q_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__.inputElement"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-edge-2"
                                xmi:uuid="e85c87cc-4faf-479b-b3c7-55aa6b386d42"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__"
                                xmi:uuid="169f6d8d-0e5d-460f-a817-4fd88ca8b16c"
                                xmi:type="uml:ExpansionRegion">
                                <inputElement
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__.inputElement"/>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-edge-1"
                                    xmi:uuid="ed9afd02-15e7-44a4-90a4-696e29568f8e"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Tuple_1617c2c-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Call_setP_-Call_setP_.argument_v_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-edge-2"
                                    xmi:uuid="d5cca384-b7b6-4480-913d-e7d85dfdb0d2"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Tuple_1617c2c"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Call_setP_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-edge-3"
                                    xmi:uuid="09710f92-71d4-4cf7-9d0f-a26c75e90fbd"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__.inputElement"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Call_setP_-Call_setP_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Call_setP_"
                                    xmi:uuid="51f0f1e6-6aa9-4648-a06d-ca07e29fb688"
                                    xmi:type="uml:CallOperationAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Call_setP_-Call_setP_.argument_v_"
                                        xmi:uuid="4904510a-46fb-4a13-8b90-643f00f0485a"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(setP).argument(v)</name>
                                    </argument>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Call_setP_-Call_setP_.target"
                                        xmi:uuid="af027797-056b-48e3-b2e6-bcf035396166"
                                        xmi:type="uml:InputPin">
                                        <name>Call(setP).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-IImpl"
                                        />
                                    </target>
                                    <name>Call(setP)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-IImpl-setP"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Tuple_1617c2c"
                                    xmi:uuid="2dc683c9-d041-4821-858d-fac34d8624f1"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Tuple_1617c2c-Value_4_"
                                        xmi:uuid="9e7937d1-a37c-462d-85eb-df1d5bc179d7"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Tuple_1617c2c-Value_4_-Value_4_.result"
                                            xmi:uuid="0e121089-1eca-4760-bb17-2e89b3fe3818"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__-Tuple_1617c2c-Value_4_-value"
                                            xmi:uuid="3f509b50-2701-48bf-b686-c1faeb25b6f2"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <name>Tuple@1617c2c</name>
                                </node>
                                <name>Collect(Call(setP))</name>
                                <mode>parallel</mode>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__.inputElement"
                                xmi:uuid="cccd4b27-45e8-497d-938b-eb82f4efe202"
                                xmi:type="uml:ExpansionNode">
                                <name>Collect(Call(setP)).inputElement</name>
                                <regionAsInput
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Collect_Call_setP__"
                                />
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_"
                                xmi:uuid="739f90f0-2079-42fb-9ff9-8dda760c6a88"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_-edge"
                                    xmi:uuid="9843a4b7-e8a7-4137-a9b1-f53d97a397b0"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_-Fork_Fork_a__185eb67_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_-Read_q_-Read_q_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_-Read_q_"
                                    xmi:uuid="334f6aa8-1e2c-416c-85cd-c66373df1d79"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_-Read_q_-Read_q_.object"
                                        xmi:uuid="f2412970-1505-4e3d-9361-f3e3e969a4aa"
                                        xmi:type="uml:InputPin">
                                        <name>Read(q).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_-Read_q_-Read_q_.result"
                                        xmi:uuid="6f8c3b5c-0ebf-4667-a921-7b23a71a0702"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(q).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-IImpl"
                                        />
                                    </result>
                                    <name>Read(q)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-q"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_15cf175-Feature_Read_q_.result_-Fork_Fork_a__185eb67_"
                                    xmi:uuid="31c9d923-01de-4eb5-ad90-92ee81510566"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@185eb67)</name>
                                </node>
                                <name>Feature(Read(q).result)</name>
                            </node>
                            <name>ExpressionStatement@15cf175</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e"
                            xmi:uuid="11c48225-9f3f-48dc-bb99-5606ff4285d4"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-edge-1"
                                xmi:uuid="60684444-460a-4c5f-8260-f8e12b125471"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Value__Operation_call_received__-Value__Operation_call_received__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Call_AssertFalse_-Call_AssertFalse_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-edge-2"
                                xmi:uuid="3cf0df8e-d547-49be-aead-9f5addcf8340"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Call_AssertFalse_-Call_AssertFalse_.argument_condition_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-edge-3"
                                xmi:uuid="3a9115a6-e4f8-4bd5-b251-d369531ded29"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Call_AssertFalse_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Call_AssertFalse_"
                                xmi:uuid="e0051142-c668-4129-8979-385d91d27e1d"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Call_AssertFalse_-Call_AssertFalse_.argument_label_"
                                    xmi:uuid="39b6864d-40b6-4af3-b439-4f12764f1b96"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertFalse).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Call_AssertFalse_-Call_AssertFalse_.argument_condition_"
                                    xmi:uuid="7af051a4-7964-4abf-8f27-0f812a877749"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(AssertFalse).argument(condition)</name>
                                </argument>
                                <name>Call(AssertFalse)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertFalse"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade"
                                xmi:uuid="8c733bdf-1031-402b-b526-61877efd129a"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-1"
                                    xmi:uuid="6cac13ae-72dc-48d5-85c9-4e0430e5d490"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Fork_a__185eb67_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-2"
                                    xmi:uuid="1ddab05d-fdc7-4a2a-ac00-ca29f89ba958"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Read_p_-Read_p_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Read_p_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-3"
                                    xmi:uuid="083bbd68-7faa-4bfa-a9f5-f0408e07ed30"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Read_p_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Test_EQEQ_-Test_EQEQ_.first"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-4"
                                    xmi:uuid="8a45d012-8bf2-4216-9106-98728f792bec"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Read_p_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Call_NotEmpty_-Call_NotEmpty_.argument_seq_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-5"
                                    xmi:uuid="8afb3703-3248-4513-829b-c9a7cc13ffaf"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Call_NotEmpty_-Call_NotEmpty_.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-6"
                                    xmi:uuid="9605cd44-3f45-41ca-ad17-ac7759b4be7e"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Test_EQEQ_-Test_EQEQ_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-7"
                                    xmi:uuid="68b9d6cb-9e2f-4e28-96c7-172107176a3c"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Call_NotEmpty_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Decision_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-8"
                                    xmi:uuid="0e612ab1-4959-41b6-882d-8b753e82916e"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Call_NotEmpty_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Decision_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-9"
                                    xmi:uuid="7243b541-18fd-42a0-9764-94640473ea25"
                                    xmi:type="uml:ObjectFlow">
                                    <guard
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-9-guard"
                                        xmi:uuid="a1c0bdcd-1c64-4bc3-8464-89c3ba46a4e4"
                                        xmi:type="uml:LiteralBoolean">
                                        <name>Value(false)</name>
                                    </guard>
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Decision_Call_NotEmpty_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-10"
                                    xmi:uuid="fef166fa-e123-43f0-b413-a1b24a635495"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Test_EQEQ_-Test_EQEQ_.second"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Value__Operation_call_received__"
                                    xmi:uuid="399bfaa3-710b-4c53-9006-7dba0af45d86"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Value__Operation_call_received__-Value__Operation_call_received__.result"
                                        xmi:uuid="d8469d1b-9ca2-4222-9134-dfafcfd4308b"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Operation call received").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Value__Operation_call_received__-value"
                                        xmi:uuid="aef57281-fe0d-499a-994e-07b789b65cf9"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Operation call received</value>
                                    </value>
                                    <name>Value("Operation call received")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Read_p_"
                                    xmi:uuid="0c467de0-d3bd-4fc9-bea9-82b0d67ccbb4"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Read_p_-Read_p_.object"
                                        xmi:uuid="7534a526-283f-4b75-bc69-4d4007e7be1c"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Read_p_-Read_p_.result"
                                        xmi:uuid="96d79158-66ba-4be5-96bc-8713e6fc70f9"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-A-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Fork_a__185eb67_"
                                    xmi:uuid="85d90173-0f0c-476f-8f29-b04984f8a45f"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@185eb67)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Value_4_"
                                    xmi:uuid="a65faa6a-f289-414f-941f-fad4631139cf"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Value_4_-Value_4_.result"
                                        xmi:uuid="9613d164-9c7f-4c73-b83f-84e37d29bbcf"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Value_4_-value"
                                        xmi:uuid="fc28e9fb-06f7-4b85-b067-d436e9c58393"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Test_EQEQ_"
                                    xmi:uuid="63424466-f24a-4c12-8ecb-deed2fbce32b"
                                    xmi:type="uml:TestIdentityAction">
                                    <first
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Test_EQEQ_-Test_EQEQ_.first"
                                        xmi:uuid="2d79f3a7-5d59-42e8-b37b-946194664a83"
                                        xmi:type="uml:InputPin">
                                        <name>Test(==).first</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </first>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Test_EQEQ_-Test_EQEQ_.result"
                                        xmi:uuid="3af7823b-e615-430d-8a52-06aa0cb6e1e1"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Test(==).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <second
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Test_EQEQ_-Test_EQEQ_.second"
                                        xmi:uuid="9bb461d0-1f8e-4cab-b034-825173aaea04"
                                        xmi:type="uml:InputPin">
                                        <name>Test(==).second</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </second>
                                    <name>Test(==)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Read_p_.result_"
                                    xmi:uuid="0bad14bf-e41b-4909-a41e-dc66b9616f98"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(p).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Call_NotEmpty_"
                                    xmi:uuid="613a607c-9115-435f-84b4-7b952f6fa76b"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-NotEmpty"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Call_NotEmpty_-Call_NotEmpty_.argument_seq_"
                                        xmi:uuid="dcb4750f-ca7c-4010-89ce-f601370c97f9"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Call_NotEmpty_-Call_NotEmpty_.argument_seq_-lowerValue"
                                            xmi:uuid="47d028d7-bb0c-400c-b20c-bf501e41bcbb"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Call_NotEmpty_-Call_NotEmpty_.argument_seq_-upperValue"
                                            xmi:uuid="955b4029-f4be-4d19-b64f-2b66158205f3"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(NotEmpty).argument(seq)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Call_NotEmpty_-Call_NotEmpty_.result__"
                                        xmi:uuid="32283bf2-e973-48e0-b24e-0f9d8949fee5"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(NotEmpty).result()</name>
                                    </result>
                                    <name>Call(NotEmpty)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Fork_Call_NotEmpty_.result___"
                                    xmi:uuid="4ea27ced-b610-4baf-ae5d-c57d030505d4"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(NotEmpty).result())</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"
                                    xmi:uuid="f86985ba-ea57-4091-9e9c-d5f8067bb050"
                                    xmi:type="uml:MergeNode">
                                    <name>Merge(Test(==).result, Call(NotEmpty).result())</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-Decision_Call_NotEmpty_.result___"
                                    xmi:uuid="7416c79b-1d0e-4334-8b40-8c1a8dd957eb"
                                    xmi:type="uml:DecisionNode">
                                    <name>Decision(Call(NotEmpty).result())</name>
                                    <decisionInputFlow
                                        xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_21b58e-Tuple_ef0ade-edge-8"
                                    />
                                </node>
                                <name>Tuple@ef0ade</name>
                            </node>
                            <name>ExpressionStatement@21b58e</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8"
                            xmi:uuid="f8722309-fee5-4fe1-b447-a8500c40ec9d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-edge-1"
                                xmi:uuid="29c3ce9e-814a-400a-92b0-2faf6c6d7d0d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Tuple_16d14db-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-edge-2"
                                xmi:uuid="992c97a1-9771-46bd-ae4b-eb172386307c"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Tuple_16d14db"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Call_WriteLine_"
                                xmi:uuid="b4d8f72d-5756-4e4c-a042-004bf9c45ac7"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="86071830-3d20-4707-a9dd-afbbc1730bb6"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="82dd240f-988a-41cc-9b96-2c6b6c2d9a3b"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="78fe7d7e-3b41-4b95-ae29-43a751f310fe"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Tuple_16d14db"
                                xmi:uuid="db4ef94a-715b-4f01-8a2e-c1d8e77e30ee"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Tuple_16d14db-Value__--_End_of_test_case_--__"
                                    xmi:uuid="48922ec4-7467-4bbd-ac10-4becaa1a34a5"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Tuple_16d14db-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"
                                        xmi:uuid="9c2e2918-0f06-4773-91f9-752542748483"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- End of test case --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation-Body_Test_case_-_Loss_of_Messages_-_Operation_-ExpressionStatement_1bf0cc8-Tuple_16d14db-Value__--_End_of_test_case_--__-value"
                                        xmi:uuid="b83531f3-e3b1-46dd-b41e-85035e5eeb1c"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- End of test case --</value>
                                    </value>
                                    <name>Value("-- End of test case --")</name>
                                </node>
                                <name>Tuple@16d14db</name>
                            </node>
                            <name>ExpressionStatement@1bf0cc8</name>
                        </node>
                        <name>Body(Test case - Loss of Messages - Operation)</name>
                    </node>
                    <name>Test case - Loss of Messages - Operation</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <name>Loss of Messages - Operation</name>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal"
                xmi:uuid="4e2bec99-9c2e-4e30-9c44-4d966dc83aa6" xmi:type="uml:Package">
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"
                    xmi:uuid="7e72b406-088d-4311-bea5-4c84732e6157" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-InterfaceRealization1"
                        xmi:uuid="149c72cb-55d9-46bd-a434-7e5921392dc5"
                        xmi:type="uml:InterfaceRealization">
                        <client xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"/>
                        <supplier xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-I"/>
                        <name>InterfaceRealization1</name>
                        <contract xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-I"/>
                    </interfaceRealization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior"
                        xmi:uuid="f73e8ede-7bf6-4af2-bb5b-482bf58f66b3" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-ownedComment"
                            xmi:uuid="97ad3108-4640-40ff-aceb-b3a47d44c00b" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::A ;

private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::S ;

activity AClassifierBehavior() { 
	accept (s : S) {
		this.p = s.v ;
		s.t.Continue() ;
	}
}</body>
                        </ownedComment>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_"
                            xmi:uuid="fdaa1591-9a73-467f-958f-930e56c4215d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-edge-1"
                                xmi:uuid="61e645ad-39ce-46a2-8f3f-5914e8120783"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c-Fork__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-edge-2"
                                xmi:uuid="4764b4ef-8d44-44e7-ac15-082a84e46ad0"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-Fork__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-edge-3"
                                xmi:uuid="bbd80643-94dc-47a1-9e11-5b9eff6a300a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.object"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e"
                                xmi:uuid="589ff151-65e4-4104-b092-2c6fa37807d1"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-edge-1"
                                    xmi:uuid="2c778d2d-5a21-428f-9416-bebf32b26737"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Decision_Test_S__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-edge-2"
                                    xmi:uuid="3234b273-9b3e-4ac3-a17c-7a6100373bd0"
                                    xmi:type="uml:ControlFlow">
                                    <guard
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-edge-2-guard"
                                        xmi:uuid="c8714574-a502-42dd-bf7a-d8def70573f1"
                                        xmi:type="uml:LiteralBoolean">
                                        <name>Value(true)</name>
                                        <value>true</value>
                                    </guard>
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Decision_Test_S__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-edge-3"
                                    xmi:uuid="925b64b4-4ee9-4d6d-a6d3-e4696d414d57"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Initial_Accept_S__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Accept_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-edge-4"
                                    xmi:uuid="6fe30dfa-819b-4e3b-a1e9-0cbbe775394d"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Accept_S_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Decision_Test_S__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-edge-5"
                                    xmi:uuid="59e693a9-d745-40e2-be7b-4f4244be6ab0"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Accept_S_-Accept_S_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Fork_Accept_S_.result_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_"
                                    xmi:uuid="4393a118-469b-4cf1-96bf-c38174e4eaad"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-edge"
                                        xmi:uuid="99b34d6c-9595-43d6-b060-3225389d168b"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9"
                                        xmi:uuid="c185a5d5-a8e1-40e9-bf67-5fcabcf5eef9"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-edge-1"
                                            xmi:uuid="16832410-4973-4d3b-a513-93902936638d"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Expression_LeftHandSide_7ff1fd_-ReadSelf-ReadSelf.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Clear_p_-Clear_p_.object"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-edge-2"
                                            xmi:uuid="0692de7e-6a71-4425-87a3-c31f4c300b08"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Fork_LeftHandSide_7ff1fd_"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_.input_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-edge-3"
                                            xmi:uuid="0b9d75aa-1037-48e6-8fc7-04b7ce857754"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Clear_p_-Clear_p_.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_-Write_p_-Write_p_.object"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-edge-4"
                                            xmi:uuid="4672863c-bb65-4aa7-b410-8492a07fb7fc"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c-Read_v_-Read_v_.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Fork_LeftHandSide_7ff1fd_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-edge-5"
                                            xmi:uuid="908d7259-3375-4ec6-adf7-e6029e66a029"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Expression_LeftHandSide_7ff1fd_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Expression_LeftHandSide_7ff1fd_"
                                            xmi:uuid="72da8f11-2d87-4f4c-9918-6f10c6b343d4"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Expression_LeftHandSide_7ff1fd_-ReadSelf"
                                                xmi:uuid="45cd02cd-73b0-4f31-b175-ead708fafc67"
                                                xmi:type="uml:ReadSelfAction">
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Expression_LeftHandSide_7ff1fd_-ReadSelf-ReadSelf.result"
                                                  xmi:uuid="7f4df9a3-a48c-45a9-9338-d8fed148eb47"
                                                  xmi:type="uml:OutputPin">
                                                  <name>ReadSelf.result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"
                                                  />
                                                </result>
                                                <name>ReadSelf</name>
                                            </node>
                                            <name>Expression(LeftHandSide@7ff1fd)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Clear_p_"
                                            xmi:uuid="6f9be5b2-ba73-46c0-b5ff-4673f5bdc731"
                                            xmi:type="uml:ClearStructuralFeatureAction">
                                            <object
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Clear_p_-Clear_p_.object"
                                                xmi:uuid="ded792da-9570-4d9c-ab3e-490a8ca2cfcc"
                                                xmi:type="uml:InputPin">
                                                <name>Clear(p).object</name>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"
                                                />
                                            </object>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Clear_p_-Clear_p_.result"
                                                xmi:uuid="7c2dfd1c-01dc-4f0a-ba7e-22bf8a69c7ec"
                                                xmi:type="uml:OutputPin">
                                                <name>Clear(p).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"
                                                />
                                            </result>
                                            <name>Clear(p)</name>
                                            <structuralFeature
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-p"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-Fork_LeftHandSide_7ff1fd_"
                                            xmi:uuid="530e9813-a3b1-45a9-bc46-60edcd7dc8dd"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(LeftHandSide@7ff1fd)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_"
                                            xmi:uuid="bd4fe3ec-ba90-41cf-8e4a-3947c1e6e066"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_-edge"
                                                xmi:uuid="d2008e00-e3fd-4da3-a4be-fe4b4e2bd269"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_.input_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_-Write_p_-Write_p_.value"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_-Write_p_"
                                                xmi:uuid="f79e3b34-8aef-45d8-91ed-2ce2d846118f"
                                                xmi:type="uml:AddStructuralFeatureValueAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_-Write_p_-Write_p_.object"
                                                  xmi:uuid="98c42f24-56a9-4b59-a986-aa68c7a0401e"
                                                  xmi:type="uml:InputPin">
                                                  <name>Write(p).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"
                                                  />
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_-Write_p_-Write_p_.result"
                                                  xmi:uuid="9bb6c7de-0e6c-43d7-bb29-a778cfd5e213"
                                                  xmi:type="uml:OutputPin">
                                                  <name>Write(p).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"
                                                  />
                                                </result>
                                                <value
                                                  xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_-Write_p_-Write_p_.value"
                                                  xmi:uuid="b9bd3d8f-9ccb-4a10-9a7b-ceca1f837e0b"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Write(p).value</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </value>
                                                <name>Write(p)</name>
                                                <isReplaceAll>true</isReplaceAll>
                                                <structuralFeature
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-p"
                                                />
                                            </node>
                                            <structuredNodeInput
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_-WriteAll_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_.input_Test_Suites__Test_Suite_2__BehaviorPort_-_Signal__A__p_"
                                                xmi:uuid="4cd2f5fe-d0cf-4ca1-ab3a-f74786fc5934"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>WriteAll(Test Suites::Test Suite 2::BehaviorPort - Signal::A::p).input(Test Suites::Test Suite 2::BehaviorPort - Signal::A::p)</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeInput>
                                            <name>WriteAll(Test Suites::Test Suite 2::BehaviorPort - Signal::A::p)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c"
                                            xmi:uuid="203ff53f-2229-43f2-91a2-e48c3892266a"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c-edge"
                                                xmi:uuid="8ab4c1e9-e24c-4635-94cb-b3f512c3a575"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c-Fork__"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c-Read_v_-Read_v_.object"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c-Read_v_"
                                                xmi:uuid="c154c1e8-5378-4c99-a9f3-1c4609d02eeb"
                                                xmi:type="uml:ReadStructuralFeatureAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c-Read_v_-Read_v_.object"
                                                  xmi:uuid="939169df-6bce-4a87-b1a2-b47a0b15f216"
                                                  xmi:type="uml:InputPin">
                                                  <name>Read(v).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                                                  />
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c-Read_v_-Read_v_.result"
                                                  xmi:uuid="ddc1c8de-4067-4acd-946c-e5ddbc248364"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Read(v).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>Read(v)</name>
                                                <structuralFeature
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S-v"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_54d9a9-RightHandSide_191cd3c-Fork__"
                                                xmi:uuid="21479019-218d-400c-93bd-757c4227343a"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork()</name>
                                            </node>
                                            <name>RightHandSide@191cd3c</name>
                                        </node>
                                        <name>ExpressionStatement@54d9a9</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356"
                                        xmi:uuid="7aba2de2-3029-47ef-881a-ccf3873fda62"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-edge-1"
                                            xmi:uuid="791c7ecd-e434-4850-9d53-0c75e927bcef"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-Read_t_-Read_t_.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-SendSignal_Continue_-SendSignal_Continue_.target"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-edge-2"
                                            xmi:uuid="6e9e7e7c-1d68-4ebc-bb21-ec07120991b1"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-Fork__"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-Read_t_-Read_t_.object"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-SendSignal_Continue_"
                                            xmi:uuid="8f84dcf7-9b35-466c-93cd-013f16a5aad1"
                                            xmi:type="uml:SendSignalAction">
                                            <target
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-SendSignal_Continue_-SendSignal_Continue_.target"
                                                xmi:uuid="86a3ecc9-4616-42a9-a9c6-27223cef6c81"
                                                xmi:type="uml:InputPin">
                                                <name>SendSignal(Continue).target</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                                                />
                                            </target>
                                            <name>SendSignal(Continue)</name>
                                            <signal
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Continue"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-Read_t_"
                                            xmi:uuid="299f04fb-35de-457a-840c-32ab3fb4c041"
                                            xmi:type="uml:ReadStructuralFeatureAction">
                                            <object
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-Read_t_-Read_t_.object"
                                                xmi:uuid="c5405f6d-ea62-4e68-a63c-2db4fb8de9e7"
                                                xmi:type="uml:InputPin">
                                                <name>Read(t).object</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                                                />
                                            </object>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-Read_t_-Read_t_.result"
                                                xmi:uuid="d3380ffc-7e08-4a13-bee9-7d30ee5977bb"
                                                xmi:type="uml:OutputPin">
                                                <name>Read(t).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                                                />
                                            </result>
                                            <name>Read(t)</name>
                                            <structuralFeature
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S-t"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-AcceptBlock_S_-ExpressionStatement_768356-Fork__"
                                            xmi:uuid="18f3bf22-a64e-4eee-b489-e5fa31ee2968"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork()</name>
                                        </node>
                                        <name>ExpressionStatement@768356</name>
                                    </node>
                                    <name>AcceptBlock(S)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-ReadIsClassifiedObject_S_"
                                    xmi:uuid="e9ceedec-04c4-4142-a092-519f3e6f970b"
                                    xmi:type="uml:ReadIsClassifiedObjectAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.object"
                                        xmi:uuid="7c06b37b-ef05-4993-85ed-e3762e920c12"
                                        xmi:type="uml:InputPin">
                                        <name>ReadIsClassifiedObject(S).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.result"
                                        xmi:uuid="f1c66012-e31b-4425-8387-03e900cc056e"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>ReadIsClassifiedObject(S).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>ReadIsClassifiedObject(S)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Decision_Test_S__"
                                    xmi:uuid="188e18bf-fcfc-4ea7-a028-cc10808c14b0"
                                    xmi:type="uml:DecisionNode">
                                    <name>Decision(Test(S))</name>
                                    <decisionInputFlow
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-edge-1"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Fork_Accept_S_.result_"
                                    xmi:uuid="5f1ead8a-1673-4a85-bf94-feea29a7e716"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Accept(S).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Accept_S_"
                                    xmi:uuid="168a9d33-f497-44a0-812e-03311c1eaeeb"
                                    xmi:type="uml:AcceptEventAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Accept_S_-Accept_S_.result"
                                        xmi:uuid="291230fa-e94a-4954-b52b-4f63d8c64276"
                                        xmi:type="uml:OutputPin">
                                        <name>Accept(S).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <trigger
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Accept_S_-trigger"
                                        xmi:uuid="d43d6ab1-af79-49cd-9dfc-6cc60fef1137"
                                        xmi:type="uml:Trigger">
                                        <event
                                            xmi:idref="Test_Suites-__Test_Suites_Test_Suite_2_BehaviorPort_-_Signal_A_AClassifierBehavior-Event_S_"
                                        />
                                    </trigger>
                                    <name>Accept(S)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior-Body_AClassifierBehavior_-AcceptStatement_1415d4e-Initial_Accept_S__"
                                    xmi:uuid="6031650f-07e4-4d28-b042-863478006aa2"
                                    xmi:type="uml:InitialNode">
                                    <name>Initial(Accept(S))</name>
                                </node>
                                <name>AcceptStatement@1415d4e</name>
                            </node>
                            <name>Body(AClassifierBehavior)</name>
                        </node>
                        <name>AClassifierBehavior</name>
                        <isReentrant>false</isReentrant>
                    </ownedBehavior>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-p"
                        xmi:uuid="5e1d9dc7-0cfe-4413-9c35-a205e11b4144" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                        <name>p</name>
                    </ownedAttribute>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-q"
                        xmi:uuid="3fe9a6e8-7755-4dc0-b9da-d07c3c9cd367" xmi:type="uml:Port">
                        <name>q</name>
                        <aggregation>composite</aggregation>
                        <isBehavior>true</isBehavior>
                        <type xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-IImpl"/>
                    </ownedAttribute>
                    <ownedOperation xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-A"
                        xmi:uuid="49afbeea-4ce3-48d6-bfc7-18dc28fb9928" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-A-result"
                            xmi:uuid="cc88d232-5601-47af-8603-77eaad04617b" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"/>
                        </ownedParameter>
                        <name>A</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <ownedReception xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-S"
                        xmi:uuid="6ea7f888-c3ca-4dc7-af6d-68b683d23a41" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"/>
                    </ownedReception>
                    <name>A</name>
                    <isActive>true</isActive>
                    <classifierBehavior
                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-AClassifierBehavior"
                    />
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                    xmi:uuid="00ab3adf-c170-4e71-abea-19b913f0d5cd" xmi:type="uml:Signal">
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S-v"
                        xmi:uuid="905b1413-5e87-419d-8089-6dd515d69fc8" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                        <name>v</name>
                        <visibility>public</visibility>
                    </ownedAttribute>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S-t"
                        xmi:uuid="5b34701d-e5e2-4ab4-bef8-6d4bdfdb62fc" xmi:type="uml:Property">
                        <name>t</name>
                        <visibility>public</visibility>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                        />
                    </ownedAttribute>
                    <name>S</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-I"
                    xmi:uuid="c7401acf-4e1c-407c-b931-829c3d813873" xmi:type="uml:Interface">
                    <ownedReception xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-I-S"
                        xmi:uuid="92ce633a-817e-4d03-ad85-5a0b21fcc40f" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"/>
                    </ownedReception>
                    <name>I</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-IImpl"
                    xmi:uuid="4e41f139-a691-41cd-8062-7593dd894106" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-IImpl-InterfaceRealization1"
                        xmi:uuid="9666e633-065b-4f66-a9af-23322d3ec021"
                        xmi:type="uml:InterfaceRealization">
                        <client xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-IImpl"/>
                        <supplier xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-I"/>
                        <name>InterfaceRealization1</name>
                        <contract xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-I"/>
                    </interfaceRealization>
                    <ownedReception xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-IImpl-S"
                        xmi:uuid="f5171fd3-0c93-417c-a70d-ec462f4e202d" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"/>
                    </ownedReception>
                    <name>IImpl</name>
                    <isActive>true</isActive>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal"
                    xmi:uuid="9816a5ad-0380-4895-a957-22edbbe80f95" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-ownedComment"
                        xmi:uuid="74542014-2193-4bfd-87b3-17ae68104499" xmi:type="uml:Comment">
                        <body>
namespace 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal' ;

activity 'Test case - BehaviorPort - Signal'() { 
	// Instantiate Tester
	t = new Tester() ;
	t.Start() ;
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_"
                        xmi:uuid="4563de82-8f01-46e7-ae07-bee8737a7d0e"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-edge-1"
                            xmi:uuid="42396265-5ab6-43b0-9eb6-c682ff2e1803"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-Fork_t__78a75d"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-edge-2"
                            xmi:uuid="2cd31ba6-de06-49e1-8890-ffcd71747ba3"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618"
                            xmi:uuid="5f2406ee-5ce6-446f-84f3-fd2b031120b3"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-edge"
                                xmi:uuid="d5766a3d-0d6e-406f-b514-6fea463b72c5"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Output_Call_Tester_.result_result__"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-Fork_t__78a75d"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-Fork_t__78a75d"
                                xmi:uuid="b9239666-cf09-449d-a62e-394593936626"
                                xmi:type="uml:ForkNode">
                                <name>Fork(t)@78a75d</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6"
                                xmi:uuid="69a61502-3e9b-4243-8936-5e35d0bc9ae6"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6"
                                    xmi:uuid="d9365fa6-7d94-4da2-9606-958002f4816f"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-edge-1"
                                        xmi:uuid="00ffdcf7-a946-409f-8e7f-1fbf42e39e4f"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Create_Tester_-Create_Tester_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Call_Tester_-Call_Tester_.target"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-edge-2"
                                        xmi:uuid="492f1e5b-a9bd-40b7-8f49-c8cfd3700443"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Call_Tester_-Call_Tester_.result_result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Fork_Call_Tester_.result_result__"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-edge-3"
                                        xmi:uuid="7528ef8a-b912-43e5-bf9d-62c05cc3d1fd"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Fork_Call_Tester_.result_result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Start_Tester_-Start_Tester_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-edge-4"
                                        xmi:uuid="ee6b30b4-43ee-4ce4-9ce0-dcf0c4cf5b1e"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Fork_Call_Tester_.result_result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Output_Call_Tester_.result_result__"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Call_Tester_"
                                        xmi:uuid="7362ef1a-9876-485e-982f-20a82bb1d86b"
                                        xmi:type="uml:CallOperationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Call_Tester_-Call_Tester_.result_result_"
                                            xmi:uuid="658de5d1-4ecd-438c-a031-cbdf8721f594"
                                            xmi:type="uml:OutputPin">
                                            <name>Call(Tester).result(result)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                            />
                                        </result>
                                        <target
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Call_Tester_-Call_Tester_.target"
                                            xmi:uuid="7ed311ea-31ac-4423-a935-95922d72aabf"
                                            xmi:type="uml:InputPin">
                                            <name>Call(Tester).target</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                            />
                                        </target>
                                        <name>Call(Tester)</name>
                                        <operation
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-Tester"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Create_Tester_"
                                        xmi:uuid="4c0013f3-e109-490d-819d-1448bf0da87c"
                                        xmi:type="uml:CreateObjectAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Create_Tester_-Create_Tester_.result"
                                            xmi:uuid="0475d7c6-9280-4924-86cc-9cd207a67828"
                                            xmi:type="uml:OutputPin">
                                            <name>Create(Tester).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                            />
                                        </result>
                                        <name>Create(Tester)</name>
                                        <classifier
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Fork_Call_Tester_.result_result__"
                                        xmi:uuid="c534b63e-2dd3-40df-b69c-7b76cc97e1e1"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Call(Tester).result(result))</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Start_Tester_"
                                        xmi:uuid="6bbb4754-fdfe-4021-a2d5-69643987a40c"
                                        xmi:type="uml:StartObjectBehaviorAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Start_Tester_-Start_Tester_.object"
                                            xmi:uuid="18ebcfd6-366a-4d3d-b28f-b8bae888f568"
                                            xmi:type="uml:InputPin">
                                            <name>Start(Tester).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                            />
                                        </object>
                                        <name>Start(Tester)</name>
                                    </node>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_15c5618-RightHandSide_8842d6-InstanceCreationExpression_8842d6-Output_Call_Tester_.result_result__"
                                        xmi:uuid="7c21a70e-f210-4319-9e7d-c3b3d48d2382"
                                        xmi:type="uml:OutputPin">
                                        <name>Output(Call(Tester).result(result))</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                        />
                                    </structuredNodeOutput>
                                    <name>InstanceCreationExpression@8842d6</name>
                                </node>
                                <name>RightHandSide@8842d6</name>
                            </node>
                            <name>ExpressionStatement@15c5618</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12"
                            xmi:uuid="f5b35b7c-89a4-4938-bc52-8d3501008b43"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-edge"
                                xmi:uuid="00becec4-3bc1-40f3-949b-7c609de03007"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Feature_Fork_t__78a75d_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__"
                                xmi:uuid="7d21ee1c-c860-4b29-9221-7ba0ed5b9421"
                                xmi:type="uml:ExpansionRegion">
                                <inputElement
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__.inputElement"/>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__-edge"
                                    xmi:uuid="95c2239d-2089-4cb6-8ed4-3dddc0443fdc"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__.inputElement"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__-SendSignal_Start_-SendSignal_Start_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__-SendSignal_Start_"
                                    xmi:uuid="81cf5bcb-32c3-47fe-a7fd-a994b28bc385"
                                    xmi:type="uml:SendSignalAction">
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__-SendSignal_Start_-SendSignal_Start_.target"
                                        xmi:uuid="cea48898-49bc-453f-a914-93525f5c9dc6"
                                        xmi:type="uml:InputPin">
                                        <name>SendSignal(Start).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                        />
                                    </target>
                                    <name>SendSignal(Start)</name>
                                    <signal
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Start"
                                    />
                                </node>
                                <name>Collect(SendSignal(Start))</name>
                                <mode>parallel</mode>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__.inputElement"
                                xmi:uuid="0d24ca88-f4ac-4b88-8cca-175e2abfa440"
                                xmi:type="uml:ExpansionNode">
                                <name>Collect(SendSignal(Start)).inputElement</name>
                                <regionAsInput
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Collect_SendSignal_Start__"
                                />
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal-Body_Test_case_-_BehaviorPort_-_Signal_-ExpressionStatement_4b5d12-Feature_Fork_t__78a75d_"
                                xmi:uuid="a1fd110e-b601-46f5-ba32-bcb401399839"
                                xmi:type="uml:StructuredActivityNode">
                                <name>Feature(Fork(t)@78a75d)</name>
                            </node>
                            <name>ExpressionStatement@4b5d12</name>
                        </node>
                        <name>Body(Test case - BehaviorPort - Signal)</name>
                    </node>
                    <name>Test case - BehaviorPort - Signal</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                    xmi:uuid="2c316aee-1883-48fd-98f0-a1d38f1739e9" xmi:type="uml:Class">
                    <generalization
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-generalization"
                        xmi:uuid="d5a123b3-3d13-4f8a-ace7-23ce698fc55c"
                        xmi:type="uml:Generalization">
                        <general
                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                        />
                    </generalization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-ownedBehavior-1"
                        xmi:uuid="749ee580-db5f-4b28-b0c8-182b089ccb44" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-ownedBehavior-1-ownedComment"
                            xmi:uuid="70c4ff38-f02a-47e2-ad8b-9b774dc95a7c" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::Tester ;

activity test() { 
	WriteLine("-- Running test case: Reception of a Signal on a behavior port --") ;
	AssertTrue("Signal delegated to classifier behavior", this.a.p == 4) ;
	WriteLine("-- End of test case --") ;
}</body>
                        </ownedComment>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_"
                            xmi:uuid="01780107-2bee-4429-8962-c5a3642c037a"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-edge-1"
                                xmi:uuid="76ed8c7a-0b53-4387-bfef-bc92f3c16a6d"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-edge-2"
                                xmi:uuid="09eb0399-4c33-4c10-8f44-2c12e1cb94f3"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508"
                                xmi:uuid="0ca5c012-1dc8-49bd-8efe-92dd7791e4ac"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-edge-1"
                                    xmi:uuid="6e2e2c29-44a7-40aa-9f2b-823a217ec0f2"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Tuple_1259d09-Value__--_Running_test_case__Reception_of_a_Signal_on_a_behavior_port_--__-Value__--_Running_test_case__Reception_of_a_Signal_on_a_behavior_port_--__.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-edge-2"
                                    xmi:uuid="86c03527-6e61-461d-86fb-75c1a8c977c6"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Tuple_1259d09"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Call_WriteLine_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Call_WriteLine_"
                                    xmi:uuid="4534ace3-3fc3-4ff0-b8bd-e8fa356df998"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                        xmi:uuid="3eb4424f-b1be-4f2a-a9c1-0f474ca9e333"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(WriteLine).argument(value)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                        xmi:uuid="8b71975b-18e9-49ff-9eec-992f43cab67c"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                            xmi:uuid="9e4a4ed2-6ad4-47b5-a598-9251d81203f7"
                                            xmi:type="uml:LiteralInteger"/>
                                        <name>Call(WriteLine).result(errorStatus)</name>
                                    </result>
                                    <name>Call(WriteLine)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Tuple_1259d09"
                                    xmi:uuid="ee44d9bf-6dcf-42f7-ae7f-d2a028626e58"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Tuple_1259d09-Value__--_Running_test_case__Reception_of_a_Signal_on_a_behavior_port_--__"
                                        xmi:uuid="b8326631-bdb8-4270-a904-3bc1df9b8001"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Tuple_1259d09-Value__--_Running_test_case__Reception_of_a_Signal_on_a_behavior_port_--__-Value__--_Running_test_case__Reception_of_a_Signal_on_a_behavior_port_--__.result"
                                            xmi:uuid="a554d374-81f4-4b5a-9380-1d1e07c5ad62"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Value("-- Running test case: Reception of a Signal on a behavior port --").result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_196d508-Tuple_1259d09-Value__--_Running_test_case__Reception_of_a_Signal_on_a_behavior_port_--__-value"
                                            xmi:uuid="0c522fc1-0bbb-473b-9dfd-6629c645ed0d"
                                            xmi:type="uml:LiteralString">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <value>-- Running test case: Reception of a Signal on a behavior port --</value>
                                        </value>
                                        <name>Value("-- Running test case: Reception of a Signal on a behavior port --")</name>
                                    </node>
                                    <name>Tuple@1259d09</name>
                                </node>
                                <name>ExpressionStatement@196d508</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755"
                                xmi:uuid="02991b91-f777-4fa0-ba01-e48173506d85"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-edge-1"
                                    xmi:uuid="aed01b92-10d5-492b-961e-269d8d8b529b"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Value__Signal_delegated_to_classifier_behavior__-Value__Signal_delegated_to_classifier_behavior__.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-edge-2"
                                    xmi:uuid="bb4b6207-48ac-4856-aff0-5f138813d766"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Test_EQEQ_-Test_EQEQ_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-edge-3"
                                    xmi:uuid="0916c9f5-9c87-4547-bc0f-4df6d7427530"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Call_AssertTrue_"
                                    xmi:uuid="fa586d4b-0f69-4ca9-8931-19deea8a8548"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="923acd6c-21e0-40d4-998a-ccc43d64f9cb"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="03c77dd5-802f-4092-9929-6c428d5e9f03"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65"
                                    xmi:uuid="054acc4d-53e3-4250-9bc4-cdcab3fdaada"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-edge-1"
                                        xmi:uuid="7cd6bd64-50c5-4c49-b8db-7ad1c2cc56a7"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-ReadSelf-ReadSelf.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Fork_ReadSelf.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-edge-2"
                                        xmi:uuid="ae4fbc6e-949a-40cc-9e75-887eb68e7642"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Fork_ReadSelf.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Read_a_-Read_a_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-edge-3"
                                        xmi:uuid="adacf810-0731-439b-b2fb-912b7879db82"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Read_a_-Read_a_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Fork_Read_a_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-edge-4"
                                        xmi:uuid="816fdc30-1a3a-4116-bc2d-fd8b9e865dd8"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Fork_Read_a_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Read_p_-Read_p_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-edge-5"
                                        xmi:uuid="850b1830-da47-449d-bc6e-5f04727d6487"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Read_p_-Read_p_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Test_EQEQ_-Test_EQEQ_.first"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-edge-6"
                                        xmi:uuid="1adb130c-6059-4892-b3fe-a05512be8b34"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Value_4_-Value_4_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Test_EQEQ_-Test_EQEQ_.second"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Value__Signal_delegated_to_classifier_behavior__"
                                        xmi:uuid="904b112a-5135-4f1c-9f3d-9d4442d40f14"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Value__Signal_delegated_to_classifier_behavior__-Value__Signal_delegated_to_classifier_behavior__.result"
                                            xmi:uuid="5c3cfa4b-d304-4ea5-9f62-80552c3afd61"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Value("Signal delegated to classifier behavior").result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Value__Signal_delegated_to_classifier_behavior__-value"
                                            xmi:uuid="c52fa17f-8eb4-4a3e-9cab-b2a2b932e9ab"
                                            xmi:type="uml:LiteralString">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <value>Signal delegated to classifier behavior</value>
                                        </value>
                                        <name>Value("Signal delegated to classifier behavior")</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-ReadSelf"
                                        xmi:uuid="bdb94fdc-5000-4727-b8e9-f15492254cec"
                                        xmi:type="uml:ReadSelfAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-ReadSelf-ReadSelf.result"
                                            xmi:uuid="ee7755dd-909b-4cdf-ab11-ad8a7a569e27"
                                            xmi:type="uml:OutputPin">
                                            <name>ReadSelf.result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                            />
                                        </result>
                                        <name>ReadSelf</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Read_a_"
                                        xmi:uuid="04302037-1a5e-485b-913a-36de13a66880"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Read_a_-Read_a_.object"
                                            xmi:uuid="bfce9a24-5f11-43a6-8b93-7410b4185dda"
                                            xmi:type="uml:InputPin">
                                            <name>Read(a).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Read_a_-Read_a_.result"
                                            xmi:uuid="68779e36-9d36-4dd4-805f-acf94335d8f6"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(a).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"
                                            />
                                        </result>
                                        <name>Read(a)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-a"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Fork_ReadSelf.result_"
                                        xmi:uuid="c1b92ebb-a267-4af0-9242-e38ddadf82f5"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(ReadSelf.result)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Read_p_"
                                        xmi:uuid="39f1e65b-f828-41a5-9a9e-2079fcf1c075"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Read_p_-Read_p_.object"
                                            xmi:uuid="43ee1390-4ce2-43ce-8b76-b3437087a051"
                                            xmi:type="uml:InputPin">
                                            <name>Read(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Read_p_-Read_p_.result"
                                            xmi:uuid="41c98c67-abb2-4ac8-997d-7e3db9483534"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>Read(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <name>Read(p)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-p"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Fork_Read_a_.result_"
                                        xmi:uuid="64730fd7-46b7-4106-b7e8-52ffb7dcc065"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Read(a).result)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Value_4_"
                                        xmi:uuid="ee4d83ae-8be8-40fe-87cb-92d0796491c4"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Value_4_-Value_4_.result"
                                            xmi:uuid="9403d299-eea4-45ab-a96a-66621936eb4e"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Value_4_-value"
                                            xmi:uuid="230639b5-b263-4683-b169-23ff30017cc8"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Test_EQEQ_"
                                        xmi:uuid="29881c91-aa59-49c3-ba25-3c99a9e5886b"
                                        xmi:type="uml:TestIdentityAction">
                                        <first
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Test_EQEQ_-Test_EQEQ_.first"
                                            xmi:uuid="d2bd63e6-26c4-4f06-8257-66f41383a5af"
                                            xmi:type="uml:InputPin">
                                            <name>Test(==).first</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </first>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Test_EQEQ_-Test_EQEQ_.result"
                                            xmi:uuid="3538165d-d803-4048-81e6-af1757dd7aa8"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Test(==).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <second
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_764755-Tuple_acec65-Test_EQEQ_-Test_EQEQ_.second"
                                            xmi:uuid="69496d87-6f22-4e55-9461-8b3297c216dc"
                                            xmi:type="uml:InputPin">
                                            <name>Test(==).second</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </second>
                                        <name>Test(==)</name>
                                    </node>
                                    <name>Tuple@acec65</name>
                                </node>
                                <name>ExpressionStatement@764755</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e"
                                xmi:uuid="3a3ab4a6-2f72-479e-93c0-f71923402235"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-edge-1"
                                    xmi:uuid="12ba8de2-a711-47d4-bde9-4fd552bc228f"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Tuple_2f769d-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-edge-2"
                                    xmi:uuid="de2ec8db-b85c-4338-b632-3e9f8499d6ef"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Tuple_2f769d"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Call_WriteLine_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Call_WriteLine_"
                                    xmi:uuid="d64c5aa7-567c-4e9e-83dd-c330f9c0f0da"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                        xmi:uuid="ad2e81de-79fa-4df9-8d1f-73bcf104f939"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(WriteLine).argument(value)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                        xmi:uuid="4d5f0c19-e5df-42ec-a09c-5c88a4c4f3a4"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                            xmi:uuid="2608aca5-34f8-4805-a83a-8469f844e0c6"
                                            xmi:type="uml:LiteralInteger"/>
                                        <name>Call(WriteLine).result(errorStatus)</name>
                                    </result>
                                    <name>Call(WriteLine)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Tuple_2f769d"
                                    xmi:uuid="a6d93b0d-1a41-4eef-ac08-1eb50ca7f89a"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Tuple_2f769d-Value__--_End_of_test_case_--__"
                                        xmi:uuid="b8f6e365-13b5-4510-a90b-25e1b65beab5"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Tuple_2f769d-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"
                                            xmi:uuid="72065619-48e1-44e5-a1f6-c06d269b03d4"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Value("-- End of test case --").result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-test-Body_test_-ExpressionStatement_82468e-Tuple_2f769d-Value__--_End_of_test_case_--__-value"
                                            xmi:uuid="1bd3ca8c-ccce-435d-8c93-3c9e5e85cb3e"
                                            xmi:type="uml:LiteralString">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <value>-- End of test case --</value>
                                        </value>
                                        <name>Value("-- End of test case --")</name>
                                    </node>
                                    <name>Tuple@2f769d</name>
                                </node>
                                <name>ExpressionStatement@82468e</name>
                            </node>
                            <name>Body(test)</name>
                        </node>
                        <name>test</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-ownedOperation-2"
                        />
                    </ownedBehavior>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior"
                        xmi:uuid="865c3a4c-e0b3-471a-a616-3c79134793d2" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-ownedComment"
                            xmi:uuid="4063933a-e30a-4369-afca-61053c339de1" xmi:type="uml:Comment">
                            <body>/* Generated textual representation of Activity Test Suites::Test Suite 2::BehaviorPort - Signal::Tester::TesterClassifierBehavior */

namespace 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::Tester ;

private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::Start ;
private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::Continue ;

activity TesterClassifierBehavior() { 
	accept(Start) ;
	this.a.q.S(4, this) ;
	accept(Continue) ;
	this.test() ;
}</body>
                        </ownedComment>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_"
                            xmi:uuid="62d2b39b-f972-439c-a1e5-3c1173d3a23f"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-edge-1"
                                xmi:uuid="f03fe157-e92b-41ca-8a9e-21113ef6e8cf"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_1924c25"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-edge-2"
                                xmi:uuid="a2a4858f-1098-4ee6-9dce-c03e665263e8"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_69ede2"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-edge-3"
                                xmi:uuid="b7963e22-77ad-4cad-849c-2b68d1a0b138"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_69ede2"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_a87509"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_1924c25"
                                xmi:uuid="e32f7345-d039-49b8-846c-8a03d26ef149"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_1924c25-edge"
                                    xmi:uuid="bf3c923c-ce21-4735-9e40-6bdbd0084299"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_1924c25-Initial_Accept_Start__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_1924c25-Accept_Start_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_1924c25-Accept_Start_"
                                    xmi:uuid="28386ffe-eb6b-4263-8a77-1594ab762993"
                                    xmi:type="uml:AcceptEventAction">
                                    <trigger
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_1924c25-Accept_Start_-trigger"
                                        xmi:uuid="f6410a18-feb7-4941-9fd8-983b6f8fcb8d"
                                        xmi:type="uml:Trigger">
                                        <event
                                            xmi:idref="Test_Suites-__Test_Suites_Test_Suite_2_BehaviorPort_-_Signal_Tester_TesterClassifierBehavior-Event_Start_"
                                        />
                                    </trigger>
                                    <name>Accept(Start)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_1924c25-Initial_Accept_Start__"
                                    xmi:uuid="0d221dfd-6285-4d8c-b9e1-2aaf31f0393f"
                                    xmi:type="uml:InitialNode">
                                    <name>Initial(Accept(Start))</name>
                                </node>
                                <name>AcceptStatement@1924c25</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478"
                                xmi:uuid="e6675cc3-b1de-4c5d-b968-311480ff2c60"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-edge-1"
                                    xmi:uuid="1ff94678-daac-43cf-b5e0-e94426738217"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Tuple_1c709f2-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-SendSignal_S_-SendSignal_S_.argument_v_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-edge-2"
                                    xmi:uuid="8dd1ed21-8e78-49cc-82d0-b0670570acb6"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Tuple_1c709f2-ReadSelf-ReadSelf.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-SendSignal_S_-SendSignal_S_.argument_t_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-edge-3"
                                    xmi:uuid="aede061f-fee8-4f80-89d6-e8ecc8941f14"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Tuple_1c709f2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-SendSignal_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-edge-4"
                                    xmi:uuid="23a159e2-72f2-4a1d-823b-a604fd1f4066"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Read_q_-Read_q_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-SendSignal_S_-SendSignal_S_.target"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-edge-5"
                                    xmi:uuid="ca45d132-564b-4d93-b82b-7429b29c13d9"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-ReadSelf-ReadSelf.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Fork_ReadSelf.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-edge-6"
                                    xmi:uuid="7eac29a4-d9e0-4589-aa70-ada2f5d1acc7"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Fork_ReadSelf.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Read_a_-Read_a_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-edge-7"
                                    xmi:uuid="95d40d4d-295e-482c-9c45-702149e6acbf"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Read_a_-Read_a_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Fork_Read_a_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-edge-8"
                                    xmi:uuid="e0e37650-569e-4535-927e-1c8f52602f47"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Fork_Read_a_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Read_q_-Read_q_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-SendSignal_S_"
                                    xmi:uuid="5f5f27ec-7984-4b6a-9d16-e0728699063e"
                                    xmi:type="uml:SendSignalAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-SendSignal_S_-SendSignal_S_.argument_v_"
                                        xmi:uuid="f36bc34b-b14c-4201-881f-cace36e979ac"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>SendSignal(S).argument(v)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-SendSignal_S_-SendSignal_S_.argument_t_"
                                        xmi:uuid="0eb597dd-8478-4bc1-82c8-6e49e87f19ba"
                                        xmi:type="uml:InputPin">
                                        <name>SendSignal(S).argument(t)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                                        />
                                    </argument>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-SendSignal_S_-SendSignal_S_.target"
                                        xmi:uuid="106355ff-6030-41b9-81ce-1af367707aa2"
                                        xmi:type="uml:InputPin">
                                        <name>SendSignal(S).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-IImpl"
                                        />
                                    </target>
                                    <name>SendSignal(S)</name>
                                    <signal
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Tuple_1c709f2"
                                    xmi:uuid="c8270797-9653-4009-8b6f-8c6813ea382b"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Tuple_1c709f2-Value_4_"
                                        xmi:uuid="0883aece-3b12-4466-bbbb-361a58b449d9"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Tuple_1c709f2-Value_4_-Value_4_.result"
                                            xmi:uuid="45bdf91e-7c91-4618-af5e-5bbf49602113"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Tuple_1c709f2-Value_4_-value"
                                            xmi:uuid="4a0b3ba6-f03b-4d20-8375-7770d4fcda96"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Tuple_1c709f2-ReadSelf"
                                        xmi:uuid="4977ee94-a924-40cc-b3bf-a182bb7d8228"
                                        xmi:type="uml:ReadSelfAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Tuple_1c709f2-ReadSelf-ReadSelf.result"
                                            xmi:uuid="201ab7e8-2207-460e-946b-3c020319dd0b"
                                            xmi:type="uml:OutputPin">
                                            <name>ReadSelf.result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                            />
                                        </result>
                                        <name>ReadSelf</name>
                                    </node>
                                    <name>Tuple@1c709f2</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-ReadSelf"
                                    xmi:uuid="7e1ba07a-c80f-4ec8-b81a-5ca67719405a"
                                    xmi:type="uml:ReadSelfAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-ReadSelf-ReadSelf.result"
                                        xmi:uuid="8c2a134d-ebdc-4bec-b26f-4a9bc479cbb6"
                                        xmi:type="uml:OutputPin">
                                        <name>ReadSelf.result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                        />
                                    </result>
                                    <name>ReadSelf</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Read_a_"
                                    xmi:uuid="4f3417a0-b561-4c6b-8884-0ddc9d274a64"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Read_a_-Read_a_.object"
                                        xmi:uuid="ac3c2f58-e602-47d0-8ef5-7bf94f13d605"
                                        xmi:type="uml:InputPin">
                                        <name>Read(a).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Read_a_-Read_a_.result"
                                        xmi:uuid="31127aa2-dc0e-49ae-a758-7169c624bf9d"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(a).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"
                                        />
                                    </result>
                                    <name>Read(a)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-a"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Fork_ReadSelf.result_"
                                    xmi:uuid="5fe7c697-9e1b-4d48-9f5c-103920de9f52"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(ReadSelf.result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Read_q_"
                                    xmi:uuid="ab01f67b-dc9b-4263-bd1d-9b70b4f472e9"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Read_q_-Read_q_.object"
                                        xmi:uuid="27502b1c-d39d-46a4-8b13-3e5069ea7869"
                                        xmi:type="uml:InputPin">
                                        <name>Read(q).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Read_q_-Read_q_.result"
                                        xmi:uuid="ec3d0abb-4cdd-4e66-baa4-383c0f8fb546"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(q).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-IImpl"
                                        />
                                    </result>
                                    <name>Read(q)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A-q"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_1efd478-Fork_Read_a_.result_"
                                    xmi:uuid="78b0fa62-9a2d-4dcf-bc37-9a73f9b0ad88"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(a).result)</name>
                                </node>
                                <name>ExpressionStatement@1efd478</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_69ede2"
                                xmi:uuid="24490f83-41c8-4eaf-adb5-d3be8f5a14af"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_69ede2-edge"
                                    xmi:uuid="6cb8f613-fd0e-4bc2-874e-589a731f97f4"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_69ede2-Initial_Accept_Continue__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_69ede2-Accept_Continue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_69ede2-Accept_Continue_"
                                    xmi:uuid="884eb5aa-62ac-4e72-9c45-1a666d2afcf0"
                                    xmi:type="uml:AcceptEventAction">
                                    <trigger
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_69ede2-Accept_Continue_-trigger"
                                        xmi:uuid="f6da4d2a-173c-4858-be8c-7cee9f35e8c8"
                                        xmi:type="uml:Trigger">
                                        <event
                                            xmi:idref="Test_Suites-__Test_Suites_Test_Suite_2_BehaviorPort_-_Signal_Tester_TesterClassifierBehavior-Event_Continue_"
                                        />
                                    </trigger>
                                    <name>Accept(Continue)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_69ede2-Initial_Accept_Continue__"
                                    xmi:uuid="1d5d56ee-27b1-443e-a148-9aba426a73dc"
                                    xmi:type="uml:InitialNode">
                                    <name>Initial(Accept(Continue))</name>
                                </node>
                                <name>AcceptStatement@69ede2</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_a87509"
                                xmi:uuid="ce3748ee-cdef-4fda-90f8-95ff6b8c6e3d"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_a87509-edge"
                                    xmi:uuid="b698748f-9bf2-48a1-b75a-16c2a7de1e94"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_a87509-ReadSelf-ReadSelf.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_a87509-Call_test_-Call_test_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_a87509-Call_test_"
                                    xmi:uuid="16341b63-f7f0-4f4c-9054-56bd9188dba9"
                                    xmi:type="uml:CallOperationAction">
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_a87509-Call_test_-Call_test_.target"
                                        xmi:uuid="120a9379-1b6f-4d83-a9ae-c3553297e4cc"
                                        xmi:type="uml:InputPin">
                                        <name>Call(test).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                        />
                                    </target>
                                    <name>Call(test)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-ownedOperation-2"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_a87509-ReadSelf"
                                    xmi:uuid="4d1efdf7-a6d1-4657-83c6-c7a2da99a4d1"
                                    xmi:type="uml:ReadSelfAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_a87509-ReadSelf-ReadSelf.result"
                                        xmi:uuid="17cb91cb-3f41-45e2-9aac-e3672eedf2e3"
                                        xmi:type="uml:OutputPin">
                                        <name>ReadSelf.result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                                        />
                                    </result>
                                    <name>ReadSelf</name>
                                </node>
                                <name>ExpressionStatement@a87509</name>
                            </node>
                            <name>Body(TesterClassifierBehavior)</name>
                        </node>
                        <name>TesterClassifierBehavior</name>
                        <isReentrant>false</isReentrant>
                    </ownedBehavior>
                    <ownedAttribute xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-a"
                        xmi:uuid="ac177a5c-b4cb-415d-b30e-819556f90605" xmi:type="uml:Property">
                        <name>a</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-A"/>
                    </ownedAttribute>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-Tester"
                        xmi:uuid="3c152ea9-f2ac-4c26-835d-57501384ea4e" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-Tester-result"
                            xmi:uuid="0669f0da-1760-4c3f-9a8b-204fa7efabdc" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester"
                            />
                        </ownedParameter>
                        <name>Tester</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-ownedOperation-2"
                        xmi:uuid="730f1777-0051-4c04-914d-5cd10151132a" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-ownedBehavior-1"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester-test"/>
                        <name>test</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>Tester</name>
                    <isActive>true</isActive>
                    <classifierBehavior
                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Tester-TesterClassifierBehavior"
                    />
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Start"
                    xmi:uuid="0fefba59-81b3-4bcf-9249-840fa229e03c" xmi:type="uml:Signal">
                    <name>Start</name>
                </packagedElement>
                <packagedElement xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Continue"
                    xmi:uuid="ab28ff13-d59d-4b17-a010-1470012a1bcf" xmi:type="uml:Signal">
                    <name>Continue</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                    xmi:uuid="15cde87c-4411-46a0-ae8a-e156b619325a" xmi:type="uml:Class">
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester-test"
                        xmi:uuid="b19f704a-6082-46e7-9f2d-9dc48bc0f30b" xmi:type="uml:Operation">
                        <name>test</name>
                        <isAbstract>true</isAbstract>
                    </ownedOperation>
                    <ownedReception
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester-Start"
                        xmi:uuid="c8d05cf9-1924-417e-848d-c31094aa73c0" xmi:type="uml:Reception">
                        <name>Start</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Start"/>
.                    </ownedReception>
                    <ownedReception
                        xmi:id="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester-Continue"
                        xmi:uuid="ec3b8db8-4a4c-4f0c-a6ab-28796de8b393" xmi:type="uml:Reception">
                        <name>Continue</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Continue"
                        />
.                    </ownedReception>
                    <name>AbstractTester</name>
                    <isAbstract>true</isAbstract>
                    <isActive>true</isActive>
                </packagedElement>
                <name>BehaviorPort - Signal</name>
            </packagedElement>
            <packagedElement xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2"
                xmi:uuid="1a5ac02a-6784-4ce5-8e18-f0dcfd8b8023" xmi:type="uml:Activity">
                <ownedComment xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-ownedComment-1"
                    xmi:uuid="87c08728-5523-4a2e-a2a6-44703a1df720" xmi:type="uml:Comment">
                    <body>
namespace 'Test Suites'::'Test Suite 2' ;

private import 'Test Suites'::'Test Suite 2'::'Loss of Messages - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'Loss of Messages - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPWP - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPWP - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - SameConnector - PortToPart - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - SameConnector - PortToPart - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - SameConnector - PortToPWP - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - SameConnector - PortToPWP - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - MultipleConnectors - PortToPart - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - MultipleConnectors - PortToPWP - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - MultipleConnectors - PortToPart - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - MultipleConnectors - PortToPWP - Operation'::* ;



activity 'Test Suite 2'() { 
	WriteLine("---- Running Test Suite 2 ----") ; WriteLine("") ;
	
	'Test case - BehaviorPort - Signal'() ; WriteLine("") ;
	'Test case - Loss of Messages - Operation'() ; WriteLine("") ;
	'Test case - Loss of Messages - Signal'() ; WriteLine("") ;
	'Test case - MultipleDelegation - MultipleConnectors - PortToPart - Operation'() ; WriteLine("") ;
	'Test case - MultipleDelegation - MultipleConnectors - PortToPart - Signal'() ; WriteLine("") ;
	'Test case - MultipleDelegation - MultipleConnectors - PortToPWP - Operation'() ; WriteLine("") ;
	'Test case - MultipleDelegation - MultipleConnectors - PortToPWP - Signal'() ; WriteLine("") ;
	'Test case - MultipleDelegation - SameConnector - PortToPart - Operation'() ; WriteLine("") ;
	'Test case - MultipleDelegation - SameConnector - PortToPart - Signal'() ; WriteLine("") ;
	'Test case - MultipleDelegation - SameConnector - PortToPWP - Operation'() ; WriteLine("") ;
	'Test case - MultipleDelegation - SameConnector - PortToPWP - Signal'() ; WriteLine("") ;
	'Test case - SingleDelegation - PortToPart - Operation'() ; WriteLine("") ;
	'Test case - SingleDelegation - PortToPart - Signal'() ; WriteLine("") ;
	'Test case - SingleDelegation - PortToPWP - Operation'() ; WriteLine("") ;
	'Test case - SingleDelegation - PortToPWP - Signal'() ; WriteLine("") ;
	
	WriteLine("") ; WriteLine("---- End of Test Suite 2 ----") ; 
}</body>
                </ownedComment>
                <ownedComment xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-ownedComment-2"
                    xmi:uuid="8c448031-c5f0-4092-ab32-98079eaebbbc" xmi:type="uml:Comment">
                    <body>
namespace 'Test Suites'::'Test Suite 2' ;

private import 'Test Suites'::'Test Suite 2'::'Loss of Messages - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'Loss of Messages - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPWP - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPWP - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - SameConnector - PortToPart - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - SameConnector - PortToPart - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - SameConnector - PortToPWP - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - SameConnector - PortToPWP - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - MultipleConnectors - PortToPart - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - MultipleConnectors - PortToPWP - Signal'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - MultipleConnectors - PortToPart - Operation'::* ;
private import 'Test Suites'::'Test Suite 2'::'MultipleDelegation - MultipleConnectors - PortToPWP - Operation'::* ;



activity 'Test Suite 2'() { 
	WriteLine("---- Running Test Suite 2 ----") ; WriteLine("") ;
	
	'Test case - BehaviorPort - Signal'() ; WriteLine("") ;
	'Test case - Behavior Port - Operation'() ; WriteLine("") ;
	'Test case - Loss of Messages - Operation'() ; WriteLine("") ;
	'Test case - Loss of Messages - Signal'() ; WriteLine("") ;
	'Test case - MultipleDelegation - MultipleConnectors - PortToPart - Operation'() ; WriteLine("") ;
	'Test case - MultipleDelegation - MultipleConnectors - PortToPart - Signal'() ; WriteLine("") ;
	'Test case - MultipleDelegation - MultipleConnectors - PortToPWP - Operation'() ; WriteLine("") ;
	'Test case - MultipleDelegation - MultipleConnectors - PortToPWP - Signal'() ; WriteLine("") ;
	'Test case - MultipleDelegation - SameConnector - PortToPart - Operation'() ; WriteLine("") ;
	'Test case - MultipleDelegation - SameConnector - PortToPart - Signal'() ; WriteLine("") ;
	'Test case - MultipleDelegation - SameConnector - PortToPWP - Operation'() ; WriteLine("") ;
	'Test case - MultipleDelegation - SameConnector - PortToPWP - Signal'() ; WriteLine("") ;
	'Test case - SingleDelegation - PortToPart - Operation'() ; WriteLine("") ;
	'Test case - SingleDelegation - PortToPart - Signal'() ; WriteLine("") ;
	'Test case - SingleDelegation - PortToPWP - Operation'() ; WriteLine("") ;
	'Test case - SingleDelegation - PortToPWP - Signal'() ; WriteLine("") ;
	
	WriteLine("") ; WriteLine("---- End of Test Suite 2 ----") ; 
}</body>
                </ownedComment>
                <node xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body"
                    xmi:uuid="8adef8d5-3956-4f10-8a36-8bff2ea7021c"
                    xmi:type="uml:StructuredActivityNode">
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-1"
                        xmi:uuid="87c80a38-29b3-4be9-966b-c2abaee427a1" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-05_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-2"
                        xmi:uuid="a7dd3083-074c-4a3d-9768-d8ab6c9706e8" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-13_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-3"
                        xmi:uuid="ebd2f2b6-8c69-4f07-a59d-ddcdd9035c90" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-27_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-4"
                        xmi:uuid="9fcd7827-b110-4323-9fca-ee385174a9d5" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-5"
                        xmi:uuid="4dcdfe1e-e3d7-4bb1-b1b0-d864f64e5449" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-6"
                        xmi:uuid="b8774975-3cc0-4722-b086-79a8d003bfa9" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-11_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-7"
                        xmi:uuid="902b2c18-3226-4441-8eff-b451259d3150" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-15_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-8"
                        xmi:uuid="4c2482c3-cb94-490c-a150-7cec88e7c351" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-19_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-9"
                        xmi:uuid="0dcce8d9-a7b1-4cf0-afc7-bf49e0fd3868" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-07_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-10"
                        xmi:uuid="fbe17fec-2ca6-489c-a558-f68dd479d8cf" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-05_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-11"
                        xmi:uuid="6e801041-a354-47a8-be73-e8a64d6e358f" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-15_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-12"
                        xmi:uuid="57ea33d7-15ec-4966-bff1-ae2f6eeec418" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-17_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-13"
                        xmi:uuid="d2212184-d342-4dd4-901f-79ea5c876e54" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-21_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-14"
                        xmi:uuid="ea6217c7-51b3-4f14-88ae-b65634375c6f" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-13_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-15"
                        xmi:uuid="56f87e99-81f1-47d9-86f0-330b0b1aa7a4" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-23_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-16"
                        xmi:uuid="9b472f0e-94e7-4e29-a159-2ff64c42fd8c" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-29_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-17"
                        xmi:uuid="336aa53a-e8c1-4ae7-b813-a5472e075386" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-17_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-18"
                        xmi:uuid="f6dabfb0-fa36-4205-8007-be21f6b887b2" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-33_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-19"
                        xmi:uuid="8b7af8ed-f922-490e-9119-429ae2c0717e" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-27_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-20"
                        xmi:uuid="e7f82cc4-b570-4081-a438-ce70bbf3fdcf" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-25_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-21"
                        xmi:uuid="42f145f0-1745-4521-801e-6e761b01fecc" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-25_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-22"
                        xmi:uuid="e19f8297-8489-432a-98bf-de7b5983f347" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-31_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-23"
                        xmi:uuid="0612a43a-b672-4a99-9de5-58539336256d" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-03_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-24"
                        xmi:uuid="94801805-1b2e-4ff3-8c6e-379af0d2b132" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-33_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-25"
                        xmi:uuid="e2fef24c-3bfe-4884-87e1-79d1265f563c" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-11_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-26"
                        xmi:uuid="64b96805-de59-4988-ad82-392757527c3d" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-19_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-27"
                        xmi:uuid="840e293b-22d1-4839-b61b-d66800f4daea" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-31_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-28"
                        xmi:uuid="fa28593b-0ef5-496a-b610-0b97789e5789" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-03_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-29"
                        xmi:uuid="a0e50c76-9ca8-464c-9f86-0f56e237d210" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-07_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-30"
                        xmi:uuid="3989720b-770f-4bcb-bf66-0c4a973d7f37" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-09_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-31"
                        xmi:uuid="9c98c5a9-34df-47f2-af01-20f6944351f2" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-21_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-32"
                        xmi:uuid="668c5fcc-2c9f-46e9-b10a-402d2687f748" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-29_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-33"
                        xmi:uuid="9c1577ff-03de-4380-b6c6-6bd65c7bc1c8" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-34"
                        xmi:uuid="d646fb38-6529-489c-9036-76003db86c5c" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-09_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement"
                        />
                    </edge>
                    <edge xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-edge-35"
                        xmi:uuid="ba9231c4-9056-4ffa-87a7-8e40fc8ededf" xmi:type="uml:ControlFlow">
                        <source
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement"/>
                        <target
                            xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-23_Expression_Statement"
                        />
                    </edge>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement"
                        xmi:uuid="7eaa8467-4918-44a2-841d-5fdf68451b96"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-edge-1"
                            xmi:uuid="345e9f0e-e458-4ce7-9cd8-b82676b93b65"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-edge-2"
                            xmi:uuid="17256473-7726-4fd6-a96d-09ee1eee31a9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="95571cd4-bd14-463c-b206-e8ed37684204"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="ce219f95-9785-47a9-b141-3a1fa5ee86e8"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="7895d2ea-7b78-4092-8bc7-a0155f9281d2"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="0c838902-ac48-42d3-8b5c-41a7ec524f7c"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="dd991692-4ea0-4700-8ff3-70d56a86ee81"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="1f6f8a3d-4e74-4187-a710-b90c6c8027ec"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="a11c63cd-c7fc-4e31-b757-0991e14215ae"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-16_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="6b102cdc-23fc-45bb-99fb-1513dd8b57cb"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <name>16:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement"
                        xmi:uuid="b54f3772-e7c1-463b-aba2-acb5bbfdbaea"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-edge-1"
                            xmi:uuid="74809a83-e8e6-4e60-8dd3-368b019ac10a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-edge-2"
                            xmi:uuid="5479e3a2-6057-491d-b5fe-bab3cbdf3cd9"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="a40370e4-73af-41a6-8543-d99d19a534d7"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="394fc928-801d-4c5c-bfa6-1f826304b671"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="52706bcf-edd8-47f8-96b9-fea92045ec30"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="b6d90e78-3317-44ef-ae08-482821c38b7f"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="622eda25-4e8c-43a5-a99e-0bc1dd233f5b"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="054b54f5-8db0-45fd-937b-155ea6ec702b"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="36d3b538-8e56-4544-9522-526e988576d2"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-04_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="ff190ff6-e5fd-4707-81c5-9c55174e5297"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <name>04:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement"
                        xmi:uuid="20e122af-4be6-4fa4-b860-febcf1c5473a"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-edge-1"
                            xmi:uuid="4f570c93-7a72-4592-b518-e0a1a35968c1"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-edge-2"
                            xmi:uuid="4e9f081f-7d4a-4b81-ae03-1106a09927e9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="7b9732b1-d67b-4379-b9d0-5d3bfd4e1100"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="c0577f0d-d292-4bc0-a778-4d7795c12e83"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="1237c265-efbb-49be-9c01-a482053219d4"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="6bbcaec2-492b-48cc-91b6-fbee5623912e"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="a1167e62-c33b-4347-b0c5-de875a725596"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="582094f3-ffba-4bdf-8489-497cce69b345"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="7f6ef4c5-2076-4eff-aaf5-8c138a712393"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-30_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="9b722bb0-e063-4326-9d9c-ca207bfc40a5"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <name>30:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement"
                        xmi:uuid="9bd1b078-0b00-4457-9364-1a5710cf8b09"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-edge-1"
                            xmi:uuid="8ff6562d-6aa9-4c81-9bd8-4bc796beb936"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-edge-2"
                            xmi:uuid="9452ee32-c554-4235-8f00-12ff6cbb9606"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="da1f4475-4697-4b83-8a9d-0ff31a211245"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="cc110fb6-4f8f-425b-b54f-d3ca83812a8e"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="27cb16ea-eeb4-46f9-8289-3d7d2108d6dc"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="e23578f5-663f-48d2-bfd8-3f4100b10458"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="4a26f28f-35cf-46ba-85c5-5793ae2c180c"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="5bdad7a8-7026-4279-90fd-444a98f36ce7"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="c9f8ca2f-9052-4724-be96-809f4f82724a"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-10_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="27ac9c87-0bd3-4c4a-a146-3dc0f6b9dc28"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>10:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-25_Expression_Statement"
                        xmi:uuid="a6935c8f-67f6-4e69-880e-8df094c1d714"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-25_Expression_Statement-Call__Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPWP_-_Signal__"
                            xmi:uuid="c9cdecdf-b260-41b0-b4d8-7034bea6fbd0"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - MultipleDelegation - SameConnector - PortToPWP - Signal')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPWP_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPWP_-_Signal"
                            />
                        </node>
                        <name>25:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement"
                        xmi:uuid="77a3f7f9-6e56-4032-8111-f94b2a5f7e9e"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-edge-1"
                            xmi:uuid="7518323e-5310-4999-a578-fec6afc7aed6"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-edge-2"
                            xmi:uuid="f1d87d20-5cec-4e09-b08f-206103fd8607"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="66cc72d3-2769-4f3c-b353-0f37e622ac90"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="f31a150e-80c8-49b4-b5f0-3130319ead50"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="b2a787c5-ae01-43e7-bc98-462e82540e41"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="d795b55d-d73d-4960-9eb5-07da00953fc8"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="30f2ba35-8319-4df4-b3ea-ad72fa8fff0f"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="1d86aeb6-f585-47a8-a61e-97c76aaea116"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="be5020e6-4a0a-48de-ac2b-038cf61a81e8"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-32_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="2116dcd0-61d4-4560-88c4-d6bf4b31bc5f"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>32:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-11_Expression_Statement"
                        xmi:uuid="d697f90d-9478-47b7-b806-2d44fcc0e753"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-11_Expression_Statement-Call__Test_case_-_MultipleDelegation_-_MultipleConnectors_-_PortToPart_-_Operation__"
                            xmi:uuid="313ec5e4-44fb-4e44-a99b-374a11264d74"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - MultipleDelegation - MultipleConnectors - PortToPart - Operation')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_MultipleConnectors_-_PortToPart_-_Operation-Test_case_-_MultipleDelegation_-_MultipleConnectors_-_PortToPart_-_Operation"
                            />
                        </node>
                        <name>11:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement"
                        xmi:uuid="12aa7610-e734-47e4-a86a-4ecc6abe35c2"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-edge-1"
                            xmi:uuid="b93bebca-38c4-4c16-84b4-21e3d2336763"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Tuple__Call__WriteLine____-Value___----_End_of_Test_Suite_2_----___-Value___----_End_of_Test_Suite_2_----___.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-edge-2"
                            xmi:uuid="66f0b7b1-0192-40fb-9d42-8c4d033c588d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="e820aef5-c9f8-4ba7-88be-7eec4f78d8c9"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Tuple__Call__WriteLine____-Value___----_End_of_Test_Suite_2_----___"
                                xmi:uuid="2dac314c-ac47-4789-ab0a-299e72c45b53"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Tuple__Call__WriteLine____-Value___----_End_of_Test_Suite_2_----___-Value___----_End_of_Test_Suite_2_----___.result"
                                    xmi:uuid="82d3e718-e352-463c-869a-b995e42f6782"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('"---- End of Test Suite 2 ----"').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Tuple__Call__WriteLine____-Value___----_End_of_Test_Suite_2_----___-_----_End_of_Test_Suite_2_----_"
                                    xmi:uuid="adab9553-2540-404e-b4f5-898b062db280"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>"---- End of Test Suite 2 ----"</name>
                                    <value>---- End of Test Suite 2 ----</value>
                                </value>
                                <name>Value('"---- End of Test Suite 2 ----"')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="5cb1d7c6-5af0-49f2-b220-4ade5c8f1010"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="aed12982-4b62-4b66-a1bb-59efec7f25de"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="e807f1b7-2e44-4cdf-95a1-544b3c790d0c"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-36_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="4991a7c6-0268-44db-a8e9-a734d13cd813"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>36:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-23_Expression_Statement"
                        xmi:uuid="7b95813e-8771-4ffd-b6a5-024bb0677341"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-23_Expression_Statement-Call__Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPWP_-_Operation__"
                            xmi:uuid="7d4b6800-6e66-43bb-834b-843161e23a06"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - MultipleDelegation - SameConnector - PortToPWP - Operation')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPWP_-_Operation-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPWP_-_Operation"
                            />
                        </node>
                        <name>23:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-17_Expression_Statement"
                        xmi:uuid="a35a2812-975f-43db-8bb6-1f3271d387f6"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-17_Expression_Statement-Call__Test_case_-_MultipleDelegation_-_MultipleConnectors_-_PortToPWP_-_Signal__"
                            xmi:uuid="48b504bd-583c-4f55-9852-dcc7d3091b8b"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - MultipleDelegation - MultipleConnectors - PortToPWP - Signal')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_MultipleConnectors_-_PortToPWP_-_Signal-Test_case_-_MultipleDelegation_-_MultipleConnectors_-_PortToPWP_-_Signal"
                            />
                        </node>
                        <name>17:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-19_Expression_Statement"
                        xmi:uuid="d9d5fbb5-f7a6-4b84-8b0a-24ea200ef85a"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-19_Expression_Statement-Call__Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Operation__"
                            xmi:uuid="b5bc1cbf-ce97-4ec8-af9c-2da6af839863"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - MultipleDelegation - SameConnector - PortToPart - Operation')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Operation-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Operation"
                            />
                        </node>
                        <name>19:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-21_Expression_Statement"
                        xmi:uuid="49f655f0-2bd2-4d79-a50d-9288e5b8dab6"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-21_Expression_Statement-Call__Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__"
                            xmi:uuid="3cbec083-3158-456e-8353-305d3693c596"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - MultipleDelegation - SameConnector - PortToPart - Signal')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal"
                            />
                        </node>
                        <name>21:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement"
                        xmi:uuid="11b1a4be-9c80-40dd-b7b4-352aaf7890a6"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-edge-1"
                            xmi:uuid="3cdcb8fd-c91b-4340-9e35-2ddc0187273d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-edge-2"
                            xmi:uuid="152d7ddb-5e9a-4d4d-9829-0773398de41d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="b44ffaf8-b791-4ae7-925f-da25c6a36662"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="c28cd479-ad5a-4e34-950f-1ee4063af190"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="0ad2fffe-4f6e-4e77-9699-8b11460b85a0"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="45538e36-0e92-441e-b740-7b1a2f90f7f1"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="2e557d51-b64d-4267-9cc3-47f2f3490061"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="d0900f5c-6d3f-483a-b3e0-c6a6d78857fd"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="af839905-c05e-4fa1-bdd3-ee9b3b5437ab"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-14_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="4e73d215-5a83-42ca-a8c5-fc140614eb17"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>14:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement"
                        xmi:uuid="d19cf725-a31e-434f-b519-4d825e33d088"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-edge-1"
                            xmi:uuid="eee199af-46bf-4791-8bb7-f5f1bb657b5d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-edge-2"
                            xmi:uuid="bc2d2af1-ac82-4f6d-844b-1144c9fe8e60"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="2cc6fb1b-22ab-4629-b225-76ba4b47e1b9"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="72b4ddc3-bdef-4996-9877-5250e5aafee5"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="0fddcaa8-d361-40a1-a3ca-660a66f3033e"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="d0bb8656-ca2e-4714-98a0-3e427f9ab01e"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="add8e178-59af-4076-b5c5-1c889a73a9c1"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="0342f73c-a504-4e7f-a948-118e26e1917e"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="e63191bb-eb93-4a60-9d1b-48ba40081f3f"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-22_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="65b9a9d3-d753-4ce8-8fbf-0b1a11b4ea63"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>22:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement"
                        xmi:uuid="9418cd47-ae57-4ae5-88eb-4d41f263cfa8"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-edge-1"
                            xmi:uuid="f6b6896d-1564-4537-ad2a-7b09ffd863ce"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-edge-2"
                            xmi:uuid="186b6237-28d7-4aac-a552-f5a2e628aae9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="680fd166-2cb0-4589-b833-193b140812fa"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="9c3aabb9-917c-47b8-9564-5ff67f456de4"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="23592bb7-e882-41c4-9c61-34991cc7d0cf"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="397350af-2ca6-4429-bb3d-f29ad9084b5f"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="729c9927-4ff9-41bf-a894-1479d43a0e20"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="3c19803d-db88-4742-a0ed-daaff4b2f893"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="f57db000-3718-4cb7-b7ac-41aaef1fbcd2"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-20_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="3b7cae8a-47e9-4629-a2fe-f92be8a4799a"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <name>20:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement"
                        xmi:uuid="99d42533-71f0-4bc5-81e6-1a3fd7a6f8c8"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-edge-1"
                            xmi:uuid="cf0933e1-cf8d-4d7c-81c4-ab6b5dde03f6"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-edge-2"
                            xmi:uuid="44cb27cb-c147-418e-9b7d-8dfc3419d80e"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="a4a675bd-54d5-43af-ad3d-f0335eacfe3c"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="749ff8cd-4443-4038-aaf5-cabdeced4535"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="cbcd8cce-924a-4db2-8bf6-fd6adeb9c1dc"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="001c6d0f-7047-4500-9a71-df47ef8a9d4d"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="4cdebe3d-1406-4ddd-a082-96a0cca0b751"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="f408300d-719c-4c0e-a297-8b411059ba70"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="65e5d56a-4e09-46d2-bc2e-b0890aff5ba7"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-08_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="a003d2c0-3b3e-462c-94ef-4fc871de3279"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <name>08:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement"
                        xmi:uuid="b22387fb-57c9-4051-925c-4afaa1697fcf"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-edge-1"
                            xmi:uuid="99a24cf1-465c-4283-9c89-3cc86829da7d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-edge-2"
                            xmi:uuid="60eb15b4-7aa0-4ebe-8a43-3c9c8a0dab14"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="65865cbf-7cf1-429c-9e7e-8d6bf8cbb99f"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="b5fb8e18-1d4f-4b2f-a48b-2fa234ec784e"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="63c207b5-3b6f-4011-80ea-ee47671311d0"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="50faeebb-1737-4d80-a94f-8f70e17c94f8"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="231d4b02-3f60-455b-9335-c32502a7724f"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="1e8bd917-cb84-443b-93c4-cc2587d66714"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="b1c854ab-412b-4be0-99ab-dc259cd06bdd"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-26_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="fa7c468a-31e0-4245-a847-487dd7386565"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>26:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement"
                        xmi:uuid="8ec3eb91-3727-4b58-953e-3144929834f8"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-edge-1"
                            xmi:uuid="50e1b664-285b-4c03-be0b-1e53f7b967aa"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-edge-2"
                            xmi:uuid="f06384a3-4bc7-4de6-8986-573d64554411"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="7522faa9-e6c5-44a6-a14c-c1da69146c5a"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="f3aa3c4f-c72f-4e91-b4fb-8b07176c79e6"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="ca46f0f2-642a-4012-8069-9e76c0c00181"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="39728d2c-aa2a-4ce6-9bfd-457792b5eb7a"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="d088c5ad-089e-42e7-ae2e-141a86a42f48"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="3a882d56-c9bf-4e60-83ee-0785538ba1ce"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="35949662-f757-4e76-aeb4-88e61d19e96c"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-18_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="9f7b67af-382c-4e5c-afb5-a80eea76898f"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <name>18:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement"
                        xmi:uuid="61057e6d-4759-4ec9-bcc3-00dd7352a786"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-edge-1"
                            xmi:uuid="d855b97f-666d-428b-968f-7f300d9aa5e5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-edge-2"
                            xmi:uuid="14ab6a31-acd7-41df-8e75-f595ea570c58"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="c577f514-f9ad-4ff5-8e96-9c4182681037"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="52cb53ec-a2cd-4950-af4d-5328247cdb40"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="7c604738-5576-487b-ab47-079230ba6a93"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="50240edf-0f74-4ea4-98ee-a6c5ae35870f"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="d851d1d9-1abd-40cc-93ab-bc9835c9c1f3"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="fe5e3d7c-f230-4d77-bcc9-a085dd3faca6"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="d5b70029-9514-4808-80ea-25fdbad43412"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-34_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="eb0b68ed-1a4f-4f0a-a571-d4ff660c5a6f"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>34:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement"
                        xmi:uuid="b6fc3dcb-53e4-46f1-a2c4-c93c87181d8a"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-edge-1"
                            xmi:uuid="d837d54f-77a3-4fae-9c1c-fef9476d7044"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-edge-2"
                            xmi:uuid="794713dc-b78f-4209-99c0-ec7401c4789a"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="a0166f19-983c-45da-95ba-71d6cef59324"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="c8b528f7-635b-45b0-aae9-779942122656"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="bfd54006-9204-4534-806d-12e292131fda"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="67514825-06d2-4670-89d7-a43126645c57"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="444af19e-c314-4665-80cb-ef393c42c8dc"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="71f3cfed-cfc5-4891-9320-2f01ba5c33d5"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="bd891b36-7913-4151-b4bd-49aab7dfcbd6"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-28_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="66200d55-78c2-4154-accf-9cdc75dd18fe"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <name>28:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement"
                        xmi:uuid="22c4debd-4d56-4102-86f3-3c98b7dfd714"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-edge-1"
                            xmi:uuid="bef8403c-b291-48b8-90e7-a80d83aa871d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Tuple__Call__WriteLine____-Value___----_Running_Test_Suite_2_----___-Value___----_Running_Test_Suite_2_----___.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-edge-2"
                            xmi:uuid="c0e75117-72d6-4ced-b0df-f46fb7fffb7a"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="774c9b6e-0543-43bd-9d8e-2bf770f559f6"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Tuple__Call__WriteLine____-Value___----_Running_Test_Suite_2_----___"
                                xmi:uuid="ad3b2938-5bbf-469b-b76e-04c4e49e4335"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Tuple__Call__WriteLine____-Value___----_Running_Test_Suite_2_----___-Value___----_Running_Test_Suite_2_----___.result"
                                    xmi:uuid="504ad759-bbf0-4130-929b-129ee71f9300"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('"---- Running Test Suite 2 ----"').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Tuple__Call__WriteLine____-Value___----_Running_Test_Suite_2_----___-_----_Running_Test_Suite_2_----_"
                                    xmi:uuid="11c56503-9b28-4d28-9b7c-a6fc59e78f54"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>"---- Running Test Suite 2 ----"</name>
                                    <value>---- Running Test Suite 2 ----</value>
                                </value>
                                <name>Value('"---- Running Test Suite 2 ----"')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="72048f93-fbc1-4d1a-9931-14113e3d2db5"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="668e7f34-912c-4cb8-9a0b-031725930b77"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="d87cb273-4a1a-48f9-bb60-10479e4d95e4"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-01_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="df194aba-8043-48c5-9179-347075f6b87a"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>01:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-09_Expression_Statement"
                        xmi:uuid="bdcdb7bc-aa5a-494f-a5ab-da452ae53633"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-09_Expression_Statement-Call__Test_case_-_Loss_of_Messages_-_Signal__"
                            xmi:uuid="2a86feb3-412d-4166-bab2-81059c27ab68"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - Loss of Messages - Signal')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Signal-Test_case_-_Loss_of_Messages_-_Signal"
                            />
                        </node>
                        <name>09:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement"
                        xmi:uuid="251fa828-fe78-4d29-981b-2298a48487a0"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-edge-1"
                            xmi:uuid="f2fdfd90-896c-400c-8136-1f6ffb2b42e9"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-edge-2"
                            xmi:uuid="5cc2dfbe-27bf-4e06-92d3-c0cd42738a94"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="35d70adf-06af-491c-bdd3-b0da53d06347"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="ccfadad6-608f-4de5-a662-8828a42d8bd9"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="527b4334-8153-48aa-8427-59489109cd76"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="8976c7be-6637-4e5c-aefa-1cf7f27d8d9b"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="a9e293de-2499-49f7-9a44-fe9f3bb73df7"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="8cff289d-2016-4d61-afd2-7c37ca3219b3"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="6ee95bb6-7266-493e-9db2-66e11182a997"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-35_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="411f0c3c-ca28-4486-ae9b-bdb065e6b099"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>35:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-05_Expression_Statement"
                        xmi:uuid="a92d080b-559e-4014-9fc3-bc03bfbc1ba6"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-05_Expression_Statement-Call__Test_case_-_Behavior_Port_-_Operation__"
                            xmi:uuid="fb167e7c-f9f4-4291-8daa-0982cab3b241"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - Behavior Port - Operation')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Operation-Test_case_-_Behavior_Port_-_Operation"
                            />
                        </node>
                        <name>05:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-07_Expression_Statement"
                        xmi:uuid="0db22cc6-49ba-46fe-91d0-ab58495326a7"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-07_Expression_Statement-Call__Test_case_-_Loss_of_Messages_-_Operation__"
                            xmi:uuid="424096b8-47cd-4fff-864c-7789f3e8f2d9"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - Loss of Messages - Operation')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-Loss_of_Messages_-_Operation-Test_case_-_Loss_of_Messages_-_Operation"
                            />
                        </node>
                        <name>07:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-31_Expression_Statement"
                        xmi:uuid="24c288ab-5e0f-4a2e-be69-ee61bec5923b"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-31_Expression_Statement-Call__Test_case_-_SingleDelegation_-_PortToPWP_-_Operation__"
                            xmi:uuid="d454cd58-cb81-489d-a7bd-4aa98f304e0a"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - SingleDelegation - PortToPWP - Operation')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPWP_-_Operation-Test_case_-_SingleDelegation_-_PortToPWP_-_Operation"
                            />
                        </node>
                        <name>31:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-33_Expression_Statement"
                        xmi:uuid="1046c5ed-dc1e-47fe-97b0-2edefa404d1a"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-33_Expression_Statement-Call__Test_case_-_SingleDelegation_-_PortToPWP_-_Signal__"
                            xmi:uuid="3262cd91-7727-4e0d-aca7-dd927e2b3c35"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - SingleDelegation - PortToPWP - Signal')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPWP_-_Signal-Test_case_-_SingleDelegation_-_PortToPWP_-_Signal"
                            />
                        </node>
                        <name>33:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-13_Expression_Statement"
                        xmi:uuid="38ed4a74-9529-4c2a-8e29-02e8eaa6eafd"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-13_Expression_Statement-Call__Test_case_-_MultipleDelegation_-_MultipleConnectors_-_PortToPart_-_Signal__"
                            xmi:uuid="b8adaa97-7368-41d7-b328-6e8d752beb77"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - MultipleDelegation - MultipleConnectors - PortToPart - Signal')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_MultipleConnectors_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_MultipleConnectors_-_PortToPart_-_Signal"
                            />
                        </node>
                        <name>13:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-03_Expression_Statement"
                        xmi:uuid="7ea2388c-0143-4de5-bcf8-2ccde4639f25"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-03_Expression_Statement-Call__Test_case_-_BehaviorPort_-_Signal__"
                            xmi:uuid="043ff83b-7f7f-483b-aac0-d413448a6bd2"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - BehaviorPort - Signal')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Test_case_-_BehaviorPort_-_Signal"
                            />
                        </node>
                        <name>03:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement"
                        xmi:uuid="21d4f3e7-31cc-4a92-8fd5-b97efe48069e"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-edge-1"
                            xmi:uuid="04fef43a-8064-4a11-acfd-904d33a15fa8"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-edge-2"
                            xmi:uuid="322a2493-6c7a-4d74-9464-6e4d17dd51ff"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="069362b7-8842-4c1b-8458-126a399db712"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="24007592-2f86-421e-801d-9d447f54fc70"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="1991f94c-1e02-4321-848d-070c599eb2af"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="b7a5cd16-f219-4c04-953a-f1f65bdc5afa"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="1b54bd4e-42ea-4082-ab95-25cec1c022f2"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="164a5d87-b7f8-4586-aa14-3eb83c7cb1fa"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="4badde3e-21ab-46c0-a2b8-6e65cf6dbb9e"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-02_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="b1225638-428d-49dd-9687-f72808029830"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>02:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-27_Expression_Statement"
                        xmi:uuid="b7b22542-13e2-4ab2-ac1d-7b7a715ea71b"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-27_Expression_Statement-Call__Test_case_-_SingleDelegation_-_PortToPart_-_Operation__"
                            xmi:uuid="97c08782-1d93-4436-9c15-1474d33cbbdd"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - SingleDelegation - PortToPart - Operation')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation"
                            />
                        </node>
                        <name>27:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-29_Expression_Statement"
                        xmi:uuid="96780de3-a453-4f78-bea0-db125f72b09f"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-29_Expression_Statement-Call__Test_case_-_SingleDelegation_-_PortToPart_-_Signal__"
                            xmi:uuid="24276c0d-4695-45e6-a634-234b227ecf9a"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - SingleDelegation - PortToPart - Signal')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal"
                            />
                        </node>
                        <name>29:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement"
                        xmi:uuid="ced7fbc3-b3f3-4881-ae6a-693a9e513033"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-edge-1"
                            xmi:uuid="f3078f3e-8a09-4af2-aae9-05429fc6bfd6"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-edge-2"
                            xmi:uuid="06cf334e-7c6b-4664-a872-cd812edc716b"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="a838e3b8-dc89-4891-8200-8ad75ca6bec2"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="9dcb6fd7-69cd-4652-b9cf-a2c0047f6398"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="7ed02da4-12c9-41fc-986f-6e0b03aaf998"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="19c4a96b-2c5f-4c78-b061-93428bd76fa8"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="39e7abe2-ec86-44c3-abcf-06a844643f33"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="9cc73da0-8944-4ac5-ab15-59f4bc63e9f5"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="f5cf15ca-2058-472f-9b2d-f2f4ecc363d7"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-06_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="15c507fb-76f0-4b99-8861-f14479132b41"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <name>06:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement"
                        xmi:uuid="b0883d96-9ea8-4b68-94c0-1d987214aee2"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-edge-1"
                            xmi:uuid="992c4d48-83b6-4a47-96fe-a78c4c602088"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-edge-2"
                            xmi:uuid="c0d4ca99-f032-4121-9224-e89f4b6272eb"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="56d9333e-f360-448d-b3e8-9c804df7fbef"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="14e3ef08-1c57-4a9a-9c47-feb2d9b8e32a"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="98d19b8b-54bc-486e-8b85-9e57137c20a3"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="01d5945b-e21f-4e74-b60d-947c4b5e9663"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="8f3ac22b-4b06-4752-b28b-a2d2ff440901"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="a3523cfe-8327-4276-9e22-ec9422d24b97"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="61800b31-9888-42ac-96e2-d93534a8caad"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-24_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="4e0fd101-1524-44c3-bfa4-abea5ebcd129"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <name>24:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-15_Expression_Statement"
                        xmi:uuid="439f83e5-5532-4ce0-83a3-949c0c7844af"
                        xmi:type="uml:StructuredActivityNode">
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-15_Expression_Statement-Call__Test_case_-_MultipleDelegation_-_MultipleConnectors_-_PortToPWP_-_Operation__"
                            xmi:uuid="7012f263-a2ad-4bbb-86cc-f9627264c2b3"
                            xmi:type="uml:CallBehaviorAction">
                            <name>Call('Test case - MultipleDelegation - MultipleConnectors - PortToPWP - Operation')</name>
                            <behavior
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_MultipleConnectors_-_PortToPWP_-_Operation-Test_case_-_MultipleDelegation_-_MultipleConnectors_-_PortToPWP_-_Operation"
                            />
                        </node>
                        <name>15:Expression Statement</name>
                    </node>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement"
                        xmi:uuid="bfde3889-0a01-43de-a611-b25ce8522b52"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-edge-1"
                            xmi:uuid="ec646e6d-77c5-4738-8a64-e1ff432c8749"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Tuple__Call__WriteLine____"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Call__WriteLine__"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-edge-2"
                            xmi:uuid="727f402b-8126-4a9d-a7a4-bf8552a945a2"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Call__WriteLine__"
                            xmi:uuid="5fa3d6ed-3271-4a8b-94db-f64d2039f566"
                            xmi:type="uml:CallBehaviorAction">
                            <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                            <argument
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Call__WriteLine__-Call__WriteLine__.argument__value__"
                                xmi:uuid="7d566234-dc8e-4639-a906-79a1bc78a43f"
                                xmi:type="uml:InputPin">
                                <type
                                    href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                <name>Call('WriteLine').argument('value')</name>
                            </argument>
                            <result
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__"
                                xmi:uuid="f0dcae4c-52b2-465c-ad97-424d53c859df"
                                xmi:type="uml:OutputPin">
                                <lowerValue
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Call__WriteLine__-Call__WriteLine__.result__errorStatus__-lowerValue"
                                    xmi:uuid="a379aa98-757d-43ad-84de-f0dedd4ec008"
                                    xmi:type="uml:LiteralInteger"/>
                                <name>Call('WriteLine').result('errorStatus')</name>
                            </result>
                            <name>Call('WriteLine')</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Tuple__Call__WriteLine____"
                            xmi:uuid="a8d8e9b2-2f49-4230-9985-e8de7eac88fd"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Tuple__Call__WriteLine____-Value______"
                                xmi:uuid="727aaf13-df06-4e66-832e-63c5b527786d"
                                xmi:type="uml:ValueSpecificationAction">
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Tuple__Call__WriteLine____-Value______-Value______.result"
                                    xmi:uuid="2f8e09bd-1ea9-4ed8-acdb-27b90236c980"
                                    xmi:type="uml:OutputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Value('""').result</name>
                                </result>
                                <value
                                    xmi:id="Test_Suites-Test_Suite_2-Test_Suite_2-Body-12_Expression_Statement-Tuple__Call__WriteLine____-Value______-__"
                                    xmi:uuid="0ca657cf-abde-4da7-9d50-1f1bbe2cbef0"
                                    xmi:type="uml:LiteralString">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>""</name>
                                </value>
                                <name>Value('""')</name>
                            </node>
                            <name>Tuple('Call('WriteLine')')</name>
                        </node>
                        <name>12:Expression Statement</name>
                    </node>
                    <name>Body</name>
                </node>
                <name>Test Suite 2</name>
                <isReentrant>false</isReentrant>
            </packagedElement>
            <packagedElement
                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal"
                xmi:uuid="3d281238-c49d-4e1a-8240-208f3523180f" xmi:type="uml:Package">
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A"
                    xmi:uuid="c0a4b3f1-85e6-4ed7-94e4-bcfa1811d833" xmi:type="uml:Class">
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-q"
                        xmi:uuid="16d7a484-c025-455b-8280-859de86817c5" xmi:type="uml:Port">
                        <name>q</name>
                        <aggregation>composite</aggregation>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-IImpl"
                        />
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-b"
                        xmi:uuid="7de98dc0-aef3-41f9-9c84-ec2d8881d62c" xmi:type="uml:Property">
                        <name>b</name>
                        <aggregation>composite</aggregation>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"
                        />
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-r"
                        xmi:uuid="679f86a4-fd53-46ff-93b9-f7129c6c992e" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-r-end-1"
                            xmi:uuid="e1ba5b98-d626-483d-b614-4c380e7066ed"
                            xmi:type="uml:ConnectorEnd">
                            <role
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-q"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-r-end-2"
                            xmi:uuid="5f4280de-81dc-423c-b2d0-bbc6722c247c"
                            xmi:type="uml:ConnectorEnd">
                            <role
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-b"
                            />
                        </end>
                        <name>r</name>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-R"
                        />
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-A"
                        xmi:uuid="eca80c1c-8ada-408c-b5d1-0bfcb7ed5d2f" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-A-result"
                            xmi:uuid="7db8475a-1dd5-44d5-8f5d-c5ff2eaca87a" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A"
                            />
                        </ownedParameter>
                        <name>A</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-I"
                    xmi:uuid="a752f5f7-aafe-47ae-83f8-ef1bdfbf13fb" xmi:type="uml:Interface">
                    <ownedReception
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-I-S"
                        xmi:uuid="e5254d59-cd31-45a4-a818-28b3991314ce" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"/>
.                    </ownedReception>
                    <name>I</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-IImpl"
                    xmi:uuid="7aa9177a-a035-4bc1-8168-2a29780cdef1" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-IImpl-InterfaceRealization1"
                        xmi:uuid="4a8bf455-cb70-4a25-9503-537eb083e533"
                        xmi:type="uml:InterfaceRealization">
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-IImpl"/>
                        <supplier
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-I"/>
                        <name>InterfaceRealization1</name>
                        <contract
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-I"
                        />
                    </interfaceRealization>
                    <ownedReception
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-IImpl-S"
                        xmi:uuid="45af22fa-81eb-4663-9b0f-50da91088647" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"/>
.                    </ownedReception>
                    <name>IImpl</name>
                    <isActive>true</isActive>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal"
                    xmi:uuid="a94106dd-d548-4bf3-8ddd-a121b0a917c4" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-ownedComment"
                        xmi:uuid="be0deb5a-5403-4f54-a48c-6504f30207d4" xmi:type="uml:Comment">
                        <body>
namespace 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Signal' ;

private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::AbstractTester ;
private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::Start ;

activity 'Test case - SingleDelegation - PortToPart - Signal'() { 
	AbstractTester t = new Tester() ;
	t.Start() ;
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_"
                        xmi:uuid="81d425cb-c9a0-4a86-bc82-ba99f9a9ee43"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-edge-1"
                            xmi:uuid="ce0b91c9-3f71-41c6-a621-16af9c4998d9"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-Fork_t__e28c61"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-edge-2"
                            xmi:uuid="d399183b-0b5c-4a83-ab3a-5129b0748a30"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216"
                            xmi:uuid="e3b9aeec-220f-4108-895a-ecd284c158c4"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-edge"
                                xmi:uuid="8aaeb668-65f3-4fac-b83a-958c0ff697b9"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Output_Call_Tester_.result_result__"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-Fork_t__e28c61"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-Fork_t__e28c61"
                                xmi:uuid="1582cc2b-a666-4291-b8ad-6f1c15a75d1f"
                                xmi:type="uml:ForkNode">
                                <name>Fork(t)@e28c61</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5"
                                xmi:uuid="3c5d1d8c-cf39-4bab-a570-d493710da99f"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5"
                                    xmi:uuid="28d2d1d4-10c0-4298-ad7c-fddef1fb0646"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-edge-1"
                                        xmi:uuid="9fc74109-a660-44f8-9f36-f175de0b536a"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Create_Tester_-Create_Tester_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Call_Tester_-Call_Tester_.target"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-edge-2"
                                        xmi:uuid="3741b0fb-4bc4-4216-a363-9fddfc059494"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Call_Tester_-Call_Tester_.result_result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Fork_Call_Tester_.result_result__"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-edge-3"
                                        xmi:uuid="84f308e8-e1d3-4f97-bb9f-6a86da00a3c0"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Fork_Call_Tester_.result_result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Start_Tester_-Start_Tester_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-edge-4"
                                        xmi:uuid="6b9bf3c0-6f84-4500-b5e2-46d19661f9e0"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Fork_Call_Tester_.result_result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Output_Call_Tester_.result_result__"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Call_Tester_"
                                        xmi:uuid="ac74d02c-c5e9-44d2-81da-e18a007f3727"
                                        xmi:type="uml:CallOperationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Call_Tester_-Call_Tester_.result_result_"
                                            xmi:uuid="b22046c3-8fb2-449e-af1e-2587f4ecbcf2"
                                            xmi:type="uml:OutputPin">
                                            <name>Call(Tester).result(result)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                            />
                                        </result>
                                        <target
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Call_Tester_-Call_Tester_.target"
                                            xmi:uuid="0c762d33-2ade-4e95-9ab2-e51143bd03d5"
                                            xmi:type="uml:InputPin">
                                            <name>Call(Tester).target</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                            />
                                        </target>
                                        <name>Call(Tester)</name>
                                        <operation
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-Tester"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Create_Tester_"
                                        xmi:uuid="d51cb277-9093-46f9-80c7-e92649b9d82e"
                                        xmi:type="uml:CreateObjectAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Create_Tester_-Create_Tester_.result"
                                            xmi:uuid="c072eeaf-80e7-4a54-85c3-734a3d2eb5cd"
                                            xmi:type="uml:OutputPin">
                                            <name>Create(Tester).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                            />
                                        </result>
                                        <name>Create(Tester)</name>
                                        <classifier
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Fork_Call_Tester_.result_result__"
                                        xmi:uuid="7ef04eb5-9f21-405e-a2a2-016835aa6fa2"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Call(Tester).result(result))</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Start_Tester_"
                                        xmi:uuid="5495a9f1-3a5c-4a92-9ca8-884bc7297eeb"
                                        xmi:type="uml:StartObjectBehaviorAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Start_Tester_-Start_Tester_.object"
                                            xmi:uuid="5de911cf-c2f3-472d-88ac-134e373162c3"
                                            xmi:type="uml:InputPin">
                                            <name>Start(Tester).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                            />
                                        </object>
                                        <name>Start(Tester)</name>
                                    </node>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-LocalNameDeclarationStatement_17d216-RightHandSide_eeb7e5-InstanceCreationExpression_eeb7e5-Output_Call_Tester_.result_result__"
                                        xmi:uuid="5172e093-d4f9-400c-92a5-2463f4002e88"
                                        xmi:type="uml:OutputPin">
                                        <name>Output(Call(Tester).result(result))</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                        />
                                    </structuredNodeOutput>
                                    <name>InstanceCreationExpression@eeb7e5</name>
                                </node>
                                <name>RightHandSide@eeb7e5</name>
                            </node>
                            <name>LocalNameDeclarationStatement@17d216</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515"
                            xmi:uuid="6561980f-8a5e-479f-8098-54d93e4350f4"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-edge"
                                xmi:uuid="ffa0e165-6b71-40c1-9347-22be6e95846e"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Feature_Fork_t__e28c61_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__"
                                xmi:uuid="786b4823-0405-458f-8439-4176ca78d824"
                                xmi:type="uml:ExpansionRegion">
                                <inputElement
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__.inputElement"/>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__-edge"
                                    xmi:uuid="09b67ea8-bf36-4d14-bad6-cf3f4b63117a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__.inputElement"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__-SendSignal_Start_-SendSignal_Start_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__-SendSignal_Start_"
                                    xmi:uuid="5a5bd023-8d2c-4124-b06d-28b85649ed15"
                                    xmi:type="uml:SendSignalAction">
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__-SendSignal_Start_-SendSignal_Start_.target"
                                        xmi:uuid="6c01684e-eaed-42e8-bd78-2c15f4bdf18d"
                                        xmi:type="uml:InputPin">
                                        <name>SendSignal(Start).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                                        />
                                    </target>
                                    <name>SendSignal(Start)</name>
                                    <signal
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Start"
                                    />
                                </node>
                                <name>Collect(SendSignal(Start))</name>
                                <mode>parallel</mode>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__.inputElement"
                                xmi:uuid="ec700f50-9783-4f00-bbbb-1ef4952703ef"
                                xmi:type="uml:ExpansionNode">
                                <name>Collect(SendSignal(Start)).inputElement</name>
                                <regionAsInput
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Collect_SendSignal_Start__"
                                />
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Test_case_-_SingleDelegation_-_PortToPart_-_Signal-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Signal_-ExpressionStatement_c44515-Feature_Fork_t__e28c61_"
                                xmi:uuid="e16d2ab9-b76a-4dc0-83ae-083c6f48eea0"
                                xmi:type="uml:StructuredActivityNode">
                                <name>Feature(Fork(t)@e28c61)</name>
                            </node>
                            <name>ExpressionStatement@c44515</name>
                        </node>
                        <name>Body(Test case - SingleDelegation - PortToPart - Signal)</name>
                    </node>
                    <name>Test case - SingleDelegation - PortToPart - Signal</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-R"
                    xmi:uuid="da7426d8-ecae-4eea-93f3-afc6ed1a548a" xmi:type="uml:Association">
                    <memberEnd
                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-R-y"/>
                    <memberEnd
                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-R-x"/>
                    <ownedEnd
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-R-y"
                        xmi:uuid="9754c0ee-ecb8-47a1-b85f-b67cb3b7032c" xmi:type="uml:Property">
                        <name>y</name>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-IImpl"/>
                        <association
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-R"
                        />
                    </ownedEnd>
                    <ownedEnd
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-R-x"
                        xmi:uuid="48129e7a-a4c4-4826-9138-eecd1ed57f94" xmi:type="uml:Property">
                        <name>x</name>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"/>
                        <association
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-R"
                        />
                    </ownedEnd>
                    <name>R</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"
                    xmi:uuid="d10982fc-4742-4aca-bc30-728541ddcb20" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-interfaceRealization-1"
                        xmi:uuid="9f5e47da-0a31-465e-9663-a682bf77bba5"
                        xmi:type="uml:InterfaceRealization">
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"/>
                        <supplier
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-I"/>
                        <name>InterfaceRealization1</name>
                        <contract
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-I"
                        />
                    </interfaceRealization>
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-interfaceRealization-2"
                        xmi:uuid="4948ceab-84a3-45ed-90e5-f63024e49ed3"
                        xmi:type="uml:InterfaceRealization">
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"/>
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A"/>
                        <supplier
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-I"/>
                        <name>InterfaceRealization1</name>
                        <contract
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-I"
                        />
                    </interfaceRealization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior"
                        xmi:uuid="1583910e-7dd7-4849-8667-5f44c8823241" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-ownedComment"
                            xmi:uuid="53602844-2afe-44f0-a609-b0b4f4a315ca" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Signal'::B ;

private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::S ;

activity BClassifierBehavior() { 
	accept (s : S) {
		this.p = s.v ;
		s.t.Continue() ;
	}
}</body>
                        </ownedComment>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_"
                            xmi:uuid="76b38ea6-e7da-4a08-9015-ae2e47902f59"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-edge-1"
                                xmi:uuid="d2b78d68-fd5e-4461-8ad5-69ae98b1867b"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56-Fork__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-edge-2"
                                xmi:uuid="3ae560c2-715d-4795-8425-6e394cedde0d"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-Fork__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-edge-3"
                                xmi:uuid="bbdb9816-b231-4f1f-b77a-297d9ff2351a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.object"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f"
                                xmi:uuid="d7a4538f-7bb1-40b8-80c8-afe6f6129c74"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-edge-1"
                                    xmi:uuid="b722c22b-5c66-492b-b568-16a432e15705"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Decision_Test_S__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-edge-2"
                                    xmi:uuid="8a653460-56ec-4777-84f9-d7894e81c452"
                                    xmi:type="uml:ControlFlow">
                                    <guard
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-edge-2-guard"
                                        xmi:uuid="61cd5e38-5c76-425d-aaff-cc4df41dc2a3"
                                        xmi:type="uml:LiteralBoolean">
                                        <name>Value(true)</name>
                                        <value>true</value>
                                    </guard>
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Decision_Test_S__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-edge-3"
                                    xmi:uuid="7cb3d6c7-66ca-4ec8-acb7-96c12287a756"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Initial_Accept_S__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Accept_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-edge-4"
                                    xmi:uuid="e4789b3c-cb92-4049-b720-b3bc57722a4f"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Accept_S_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Decision_Test_S__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-edge-5"
                                    xmi:uuid="47764f46-323f-4bf4-8ae5-9bcd1cfa7615"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Accept_S_-Accept_S_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Fork_Accept_S_.result_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_"
                                    xmi:uuid="261d3fa9-8295-466b-bb31-9ca3635b2ce4"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-edge"
                                        xmi:uuid="44dca441-d789-44a6-815a-657f480e7032"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620"
                                        xmi:uuid="b7b22816-3368-4779-8f76-b5bce58e3935"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-edge-1"
                                            xmi:uuid="9f2a23b5-9f90-4f09-b00b-74ab22e6813e"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Expression_LeftHandSide_1020ce8_-ReadSelf-ReadSelf.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Clear_p_-Clear_p_.object"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-edge-2"
                                            xmi:uuid="7fc23b09-9793-42e9-a129-dc2bd5100df2"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Fork_LeftHandSide_1020ce8_"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_.input_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-edge-3"
                                            xmi:uuid="5a591a5c-dd0a-4c47-ba1d-df800f0d8a37"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Clear_p_-Clear_p_.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_-Write_p_-Write_p_.object"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-edge-4"
                                            xmi:uuid="4524c314-b8b7-4b1a-be13-319cde8264d4"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56-Read_v_-Read_v_.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Fork_LeftHandSide_1020ce8_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-edge-5"
                                            xmi:uuid="e762144c-5cb1-4f0e-b0e0-3a7ccf9f169d"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Expression_LeftHandSide_1020ce8_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Expression_LeftHandSide_1020ce8_"
                                            xmi:uuid="50eb1b5d-5732-48bf-aebb-0e3867c1a4e0"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Expression_LeftHandSide_1020ce8_-ReadSelf"
                                                xmi:uuid="aff7a6b6-0230-4d3e-8df7-ee86f9a3ac73"
                                                xmi:type="uml:ReadSelfAction">
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Expression_LeftHandSide_1020ce8_-ReadSelf-ReadSelf.result"
                                                  xmi:uuid="4cf0ae50-21fe-4fe3-8aa5-cfd4744d93aa"
                                                  xmi:type="uml:OutputPin">
                                                  <name>ReadSelf.result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"
                                                  />
                                                </result>
                                                <name>ReadSelf</name>
                                            </node>
                                            <name>Expression(LeftHandSide@1020ce8)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Clear_p_"
                                            xmi:uuid="81f74d1b-d131-4672-808e-e8af2ce68246"
                                            xmi:type="uml:ClearStructuralFeatureAction">
                                            <object
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Clear_p_-Clear_p_.object"
                                                xmi:uuid="22113513-60b4-4425-ac38-904cc4afbc07"
                                                xmi:type="uml:InputPin">
                                                <name>Clear(p).object</name>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"
                                                />
                                            </object>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Clear_p_-Clear_p_.result"
                                                xmi:uuid="b9d7cbc0-ced3-45f1-83cf-741c6096b3ff"
                                                xmi:type="uml:OutputPin">
                                                <name>Clear(p).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"
                                                />
                                            </result>
                                            <name>Clear(p)</name>
                                            <structuralFeature
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-p"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-Fork_LeftHandSide_1020ce8_"
                                            xmi:uuid="0ba2abce-c57b-41eb-850d-8cd1625a9477"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(LeftHandSide@1020ce8)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_"
                                            xmi:uuid="e2385c30-4af6-4ec6-8bdf-a1b1c3bffea1"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_-edge"
                                                xmi:uuid="4fe04fcb-29d8-41a8-83de-e80618288aa7"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_.input_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_-Write_p_-Write_p_.value"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_-Write_p_"
                                                xmi:uuid="5c1b8196-c2ba-4980-976f-efa93aa9498d"
                                                xmi:type="uml:AddStructuralFeatureValueAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_-Write_p_-Write_p_.object"
                                                  xmi:uuid="b8bc9e71-def4-4cbe-aa42-504a3e6fd0dc"
                                                  xmi:type="uml:InputPin">
                                                  <name>Write(p).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"
                                                  />
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_-Write_p_-Write_p_.result"
                                                  xmi:uuid="01c1547e-6436-4393-a7a7-9f4ea76bb2a1"
                                                  xmi:type="uml:OutputPin">
                                                  <name>Write(p).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"
                                                  />
                                                </result>
                                                <value
                                                  xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_-Write_p_-Write_p_.value"
                                                  xmi:uuid="b87e312b-9023-487c-939d-03f64ad2847e"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Write(p).value</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </value>
                                                <name>Write(p)</name>
                                                <isReplaceAll>true</isReplaceAll>
                                                <structuralFeature
                                                  xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-p"
                                                />
                                            </node>
                                            <structuredNodeInput
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_-WriteAll_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_.input_Test_Suites__Test_Suite_2__SingleDelegation_-_PortToPart_-_Signal__B__p_"
                                                xmi:uuid="bf136ba7-b69e-4641-bde6-6cfceb7b20cf"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>WriteAll(Test Suites::Test Suite 2::SingleDelegation - PortToPart - Signal::B::p).input(Test Suites::Test Suite 2::SingleDelegation - PortToPart - Signal::B::p)</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeInput>
                                            <name>WriteAll(Test Suites::Test Suite 2::SingleDelegation - PortToPart - Signal::B::p)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56"
                                            xmi:uuid="3c453917-518c-4968-9e59-f9a418545682"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56-edge"
                                                xmi:uuid="24857cd8-a864-4276-b85a-5c3528bbd9de"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56-Fork__"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56-Read_v_-Read_v_.object"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56-Read_v_"
                                                xmi:uuid="8508f77f-b46e-4e61-8066-aee8deadfccf"
                                                xmi:type="uml:ReadStructuralFeatureAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56-Read_v_-Read_v_.object"
                                                  xmi:uuid="1d9cb62c-0baa-4c39-8fcc-401abc8d6fc5"
                                                  xmi:type="uml:InputPin">
                                                  <name>Read(v).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                                                  />
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56-Read_v_-Read_v_.result"
                                                  xmi:uuid="bae8afc5-7f43-4c30-bb82-52f68b650e4f"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Read(v).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>Read(v)</name>
                                                <structuralFeature
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S-v"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_121620-RightHandSide_203a56-Fork__"
                                                xmi:uuid="972d207c-0a58-4283-8e18-4becfaf947a1"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork()</name>
                                            </node>
                                            <name>RightHandSide@203a56</name>
                                        </node>
                                        <name>ExpressionStatement@121620</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d"
                                        xmi:uuid="0c59e90b-dbf4-40c2-904c-f0f489d8613e"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-edge-1"
                                            xmi:uuid="b320c0fd-7afe-4045-8d77-68e1a3c024bd"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-Read_t_-Read_t_.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-SendSignal_Continue_-SendSignal_Continue_.target"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-edge-2"
                                            xmi:uuid="d128d09f-e7c4-46c8-a470-543839cb8430"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-Fork__"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-Read_t_-Read_t_.object"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-SendSignal_Continue_"
                                            xmi:uuid="85a37c1a-acc2-45ad-8038-8e9e2bbac6af"
                                            xmi:type="uml:SendSignalAction">
                                            <target
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-SendSignal_Continue_-SendSignal_Continue_.target"
                                                xmi:uuid="9db67c2c-8df4-467a-b9da-1b0b6a4d921f"
                                                xmi:type="uml:InputPin">
                                                <name>SendSignal(Continue).target</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                                                />
                                            </target>
                                            <name>SendSignal(Continue)</name>
                                            <signal
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Continue"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-Read_t_"
                                            xmi:uuid="b3433ef5-9f7d-4724-9e9b-bd02e4595b0f"
                                            xmi:type="uml:ReadStructuralFeatureAction">
                                            <object
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-Read_t_-Read_t_.object"
                                                xmi:uuid="faced35c-2637-47b9-89ac-f9aa9b78d178"
                                                xmi:type="uml:InputPin">
                                                <name>Read(t).object</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                                                />
                                            </object>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-Read_t_-Read_t_.result"
                                                xmi:uuid="33ad8af5-b5c9-49eb-8727-a15988e3e866"
                                                xmi:type="uml:OutputPin">
                                                <name>Read(t).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                                                />
                                            </result>
                                            <name>Read(t)</name>
                                            <structuralFeature
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S-t"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-AcceptBlock_S_-ExpressionStatement_d1426d-Fork__"
                                            xmi:uuid="d994a59b-71c9-4066-a83a-777221f1e40a"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork()</name>
                                        </node>
                                        <name>ExpressionStatement@d1426d</name>
                                    </node>
                                    <name>AcceptBlock(S)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-ReadIsClassifiedObject_S_"
                                    xmi:uuid="8bea4184-b886-4812-af15-72e677e7ae70"
                                    xmi:type="uml:ReadIsClassifiedObjectAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.object"
                                        xmi:uuid="d4a4d4e8-01a9-4568-95e1-12398af72dac"
                                        xmi:type="uml:InputPin">
                                        <name>ReadIsClassifiedObject(S).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.result"
                                        xmi:uuid="e93125d6-dbf3-4304-86de-7b9c3b3d10a7"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>ReadIsClassifiedObject(S).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>ReadIsClassifiedObject(S)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Decision_Test_S__"
                                    xmi:uuid="cc1179e0-5471-4262-88f7-c948911573eb"
                                    xmi:type="uml:DecisionNode">
                                    <name>Decision(Test(S))</name>
                                    <decisionInputFlow
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-edge-1"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Fork_Accept_S_.result_"
                                    xmi:uuid="5851b202-865b-4e4c-8b39-c4fc71652bf8"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Accept(S).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Accept_S_"
                                    xmi:uuid="26418844-1fed-48de-805e-97d920c0122b"
                                    xmi:type="uml:AcceptEventAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Accept_S_-Accept_S_.result"
                                        xmi:uuid="e8b07eac-6263-443e-b1f1-5a5d773fc6eb"
                                        xmi:type="uml:OutputPin">
                                        <name>Accept(S).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <trigger
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Accept_S_-trigger"
                                        xmi:uuid="537f6151-3b67-4787-b1e0-9894b8f5d357"
                                        xmi:type="uml:Trigger">
                                        <event
                                            xmi:idref="Test_Suites-__Test_Suites_Test_Suite_2_SingleDelegation_-_PortToPart_-_Signal_B_BClassifierBehavior-Event_S_"
                                        />
                                    </trigger>
                                    <name>Accept(S)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1a8e01f-Initial_Accept_S__"
                                    xmi:uuid="6f2419fa-8288-4083-bfa7-ca72a43b82ee"
                                    xmi:type="uml:InitialNode">
                                    <name>Initial(Accept(S))</name>
                                </node>
                                <name>AcceptStatement@1a8e01f</name>
                            </node>
                            <name>Body(BClassifierBehavior)</name>
                        </node>
                        <name>BClassifierBehavior</name>
                        <isReentrant>false</isReentrant>
                    </ownedBehavior>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-p"
                        xmi:uuid="61baf639-b911-4a97-afad-ffc68b2a61db" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                        <name>p</name>
                    </ownedAttribute>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-B"
                        xmi:uuid="4e0e329a-b184-4020-b47b-67b067bce8a8" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-B-result"
                            xmi:uuid="ef74eae6-1a53-431b-a92e-73c7ba774ec8" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"
                            />
                        </ownedParameter>
                        <name>B</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <ownedReception
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-S"
                        xmi:uuid="293d57f9-8dd1-4bc0-ac39-a1e009081237" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"/>
                    </ownedReception>
                    <name>B</name>
                    <isActive>true</isActive>
                    <classifierBehavior
                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-BClassifierBehavior"
                    />
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                    xmi:uuid="9407cd95-838f-470d-87f2-ae9694e8eccc" xmi:type="uml:Class">
                    <generalization
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-generalization"
                        xmi:uuid="d0c09676-c5e1-4b64-b0a6-3c745ec77fa3"
                        xmi:type="uml:Generalization">
                        <general
                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                        />
                    </generalization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-ownedBehavior-1"
                        xmi:uuid="90d83c90-0468-4a1b-8a70-ab239c4d3f67" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-ownedBehavior-1-ownedComment"
                            xmi:uuid="7c291f22-f6b8-44de-8742-3c262fadd323" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Signal'::Tester ;

activity test() { 
	WriteLine("-- Running test case: Single delegation connector - Signal delegated from port to part --") ;
	AssertTrue("Signal delegated to classifier behavior", this.a.b.p == 4) ;
	WriteLine("-- End of test case --") ;
}</body>
                        </ownedComment>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_"
                            xmi:uuid="eff6d25b-8716-4291-8247-06840965ee50"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-edge-1"
                                xmi:uuid="b9148aba-fa95-4c35-869f-2b3aca126584"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-edge-2"
                                xmi:uuid="a3671fca-cb3a-45f0-aa00-36ae6c0fed4f"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651"
                                xmi:uuid="edb92c88-fc38-4d6c-b063-98d95579b889"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-edge-1"
                                    xmi:uuid="e05e44cc-0628-46c4-aa2e-f319eac6cf0a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Tuple_163f11f-Value__--_Running_test_case__Single_delegation_connector_-_Signal_delegated_from_port_to_part_--__-Value__--_Running_test_case__Single_delegation_connector_-_Signal_delegated_from_port_to_part_--__.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-edge-2"
                                    xmi:uuid="8b8a240f-cd6b-4814-b92b-79d041f1084f"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Tuple_163f11f"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Call_WriteLine_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Call_WriteLine_"
                                    xmi:uuid="a66196c0-d708-49b9-91e3-8c13a8ce3c13"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                        xmi:uuid="0fc44dab-d1e1-42ee-95eb-954182910519"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(WriteLine).argument(value)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                        xmi:uuid="5c492f9b-e3e2-4fa8-aa7c-90df4e5c1d6f"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                            xmi:uuid="17f17d8a-a641-4360-9d0b-701352545475"
                                            xmi:type="uml:LiteralInteger"/>
                                        <name>Call(WriteLine).result(errorStatus)</name>
                                    </result>
                                    <name>Call(WriteLine)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Tuple_163f11f"
                                    xmi:uuid="b5702f1b-0d59-466e-9d0d-c5186db38c97"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Tuple_163f11f-Value__--_Running_test_case__Single_delegation_connector_-_Signal_delegated_from_port_to_part_--__"
                                        xmi:uuid="f1451524-d7f8-476b-b314-f49d18e846f0"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Tuple_163f11f-Value__--_Running_test_case__Single_delegation_connector_-_Signal_delegated_from_port_to_part_--__-Value__--_Running_test_case__Single_delegation_connector_-_Signal_delegated_from_port_to_part_--__.result"
                                            xmi:uuid="39faa665-de00-4486-9f7b-de62570ba71a"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Value("-- Running test case: Single delegation connector - Signal delegated from port to part --").result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_56e651-Tuple_163f11f-Value__--_Running_test_case__Single_delegation_connector_-_Signal_delegated_from_port_to_part_--__-value"
                                            xmi:uuid="b9346d7a-c4d6-4c47-9338-c5a447a189d8"
                                            xmi:type="uml:LiteralString">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <value>-- Running test case: Single delegation connector - Signal delegated from port to part --</value>
                                        </value>
                                        <name>Value("-- Running test case: Single delegation connector - Signal delegated from port to part --")</name>
                                    </node>
                                    <name>Tuple@163f11f</name>
                                </node>
                                <name>ExpressionStatement@56e651</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5"
                                xmi:uuid="7d791e1b-bda2-4af1-b11a-c840dcda42ea"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-edge-1"
                                    xmi:uuid="6205762b-fbc9-4561-a4a8-71297ac45dca"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Value__Signal_delegated_to_classifier_behavior__-Value__Signal_delegated_to_classifier_behavior__.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-edge-2"
                                    xmi:uuid="d7a744cc-b85f-4558-a4d2-895cf97d2c97"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Test_EQEQ_-Test_EQEQ_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-edge-3"
                                    xmi:uuid="502edaf4-b119-4856-a7b5-4e42918b735b"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Call_AssertTrue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Call_AssertTrue_"
                                    xmi:uuid="dc35975d-c06b-488d-aa0c-b262c4e79e01"
                                    xmi:type="uml:CallBehaviorAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                        xmi:uuid="ef4588e7-cd3b-4bee-9c15-43e19da0e0e8"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(AssertTrue).argument(label)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                        xmi:uuid="2b9236e6-021e-49e1-b49b-868202049894"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(AssertTrue).argument(condition)</name>
                                    </argument>
                                    <name>Call(AssertTrue)</name>
                                    <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1"
                                    xmi:uuid="831324a8-b511-4485-8116-935774ab1308"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-edge-1"
                                        xmi:uuid="1c88d950-f11a-4770-b2db-1ba551894aec"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-ReadSelf-ReadSelf.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Fork_ReadSelf.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-edge-2"
                                        xmi:uuid="8e76d222-a9ac-42df-9b44-0343799ed83c"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Fork_ReadSelf.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_a_-Read_a_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-edge-3"
                                        xmi:uuid="1fd8c74c-c3f5-47a0-9bed-8388a4985155"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_a_-Read_a_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Fork_Read_a_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-edge-4"
                                        xmi:uuid="3a45a582-fd7b-48dd-a485-8e332ba435a5"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Fork_Read_a_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_b_-Read_b_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-edge-5"
                                        xmi:uuid="2be51f0c-5469-4749-b2e7-ac375202c1c7"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_b_-Read_b_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Fork_Read_b_.result_"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-edge-6"
                                        xmi:uuid="f5279704-325a-4a38-8670-7f11a2d7276d"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Fork_Read_b_.result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_p_-Read_p_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-edge-7"
                                        xmi:uuid="7a597409-b703-430e-a0a9-34f79842f9fc"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_p_-Read_p_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Test_EQEQ_-Test_EQEQ_.first"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-edge-8"
                                        xmi:uuid="3841ea16-eb99-4066-b11b-d305ae9249c1"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Value_4_-Value_4_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Test_EQEQ_-Test_EQEQ_.second"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Value__Signal_delegated_to_classifier_behavior__"
                                        xmi:uuid="87660442-800a-47aa-bba8-f9cb087d535d"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Value__Signal_delegated_to_classifier_behavior__-Value__Signal_delegated_to_classifier_behavior__.result"
                                            xmi:uuid="2ae0471f-03cc-4322-9662-86dcfcf0c3cb"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Value("Signal delegated to classifier behavior").result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Value__Signal_delegated_to_classifier_behavior__-value"
                                            xmi:uuid="e9ebc512-bcd4-45b4-8916-0ebf1c6e51e0"
                                            xmi:type="uml:LiteralString">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <value>Signal delegated to classifier behavior</value>
                                        </value>
                                        <name>Value("Signal delegated to classifier behavior")</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-ReadSelf"
                                        xmi:uuid="0dbde657-6f31-4126-b8b0-76c11649ec87"
                                        xmi:type="uml:ReadSelfAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-ReadSelf-ReadSelf.result"
                                            xmi:uuid="9d04e170-6d60-4f8d-8d0c-c8a9815f69df"
                                            xmi:type="uml:OutputPin">
                                            <name>ReadSelf.result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                            />
                                        </result>
                                        <name>ReadSelf</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_a_"
                                        xmi:uuid="8b9cc608-e8e3-474b-8188-44c3697ef1bf"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_a_-Read_a_.object"
                                            xmi:uuid="a85aae7e-21e3-4823-9d9e-9f0a4eb0062a"
                                            xmi:type="uml:InputPin">
                                            <name>Read(a).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_a_-Read_a_.result"
                                            xmi:uuid="44f4869c-4af2-4b18-8e5d-e5406665b8ba"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(a).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A"
                                            />
                                        </result>
                                        <name>Read(a)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-a"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Fork_ReadSelf.result_"
                                        xmi:uuid="c76cbe16-fd65-4b03-b7ce-7309a95c71d1"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(ReadSelf.result)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_b_"
                                        xmi:uuid="b10935dc-9b8a-48f0-afab-83a6c9cd79f4"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_b_-Read_b_.object"
                                            xmi:uuid="ee6b5ab9-0b39-4552-ab0f-931cfdad5ec0"
                                            xmi:type="uml:InputPin">
                                            <name>Read(b).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_b_-Read_b_.result"
                                            xmi:uuid="59f83e0e-4465-4448-9511-a7a725569e9d"
                                            xmi:type="uml:OutputPin">
                                            <name>Read(b).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"
                                            />
                                        </result>
                                        <name>Read(b)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-b"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Fork_Read_a_.result_"
                                        xmi:uuid="cacea734-c629-45dd-b23f-837c14e478c0"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Read(a).result)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_p_"
                                        xmi:uuid="08d7df4d-42b7-4575-bd20-99a7a0acecdf"
                                        xmi:type="uml:ReadStructuralFeatureAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_p_-Read_p_.object"
                                            xmi:uuid="2028c7a3-1fdd-46f9-9603-b719efa0f506"
                                            xmi:type="uml:InputPin">
                                            <name>Read(p).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B"
                                            />
                                        </object>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Read_p_-Read_p_.result"
                                            xmi:uuid="48ed32b8-3451-44a9-9c96-49f2f60797a9"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                            <name>Read(p).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <name>Read(p)</name>
                                        <structuralFeature
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-B-p"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Fork_Read_b_.result_"
                                        xmi:uuid="434474f9-8225-4955-82cc-3e6d27792f79"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Read(b).result)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Value_4_"
                                        xmi:uuid="71c7490b-eccc-43c7-91f5-67bc66890f74"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Value_4_-Value_4_.result"
                                            xmi:uuid="cf080ddf-db06-4908-8fa0-16b8359a8bef"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Value_4_-value"
                                            xmi:uuid="a18a63c8-4dce-4081-b5e4-34df38990249"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Test_EQEQ_"
                                        xmi:uuid="89b08b61-ee95-4c99-96dd-10e0eb674bf4"
                                        xmi:type="uml:TestIdentityAction">
                                        <first
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Test_EQEQ_-Test_EQEQ_.first"
                                            xmi:uuid="054c47c3-1368-4676-b1e4-588fc723289b"
                                            xmi:type="uml:InputPin">
                                            <name>Test(==).first</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </first>
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Test_EQEQ_-Test_EQEQ_.result"
                                            xmi:uuid="60f3962d-6010-4ca5-b643-5fd47a2e6c96"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                            <name>Test(==).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <second
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_e43ed5-Tuple_dbb5e1-Test_EQEQ_-Test_EQEQ_.second"
                                            xmi:uuid="49121497-f98a-4ef8-ae5f-a232ccd8907f"
                                            xmi:type="uml:InputPin">
                                            <name>Test(==).second</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </second>
                                        <name>Test(==)</name>
                                    </node>
                                    <name>Tuple@dbb5e1</name>
                                </node>
                                <name>ExpressionStatement@e43ed5</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd"
                                xmi:uuid="5e42e2a1-8923-47d7-8cda-030eb3b6ade8"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-edge-1"
                                    xmi:uuid="da7db847-afd0-4a5f-be49-34f1ffeb5d2a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Tuple_131d91e-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-edge-2"
                                    xmi:uuid="3968fd5a-2af2-4bfc-ab08-b81c65a91b87"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Tuple_131d91e"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Call_WriteLine_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Call_WriteLine_"
                                    xmi:uuid="97f882f6-a263-43cd-9146-ad5ab4b6048c"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                        xmi:uuid="3864b8ab-11da-4894-b115-68c83814af84"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Call(WriteLine).argument(value)</name>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                        xmi:uuid="88fb0a61-85ce-405b-aeb2-b681fa2d8458"
                                        xmi:type="uml:OutputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                            xmi:uuid="2445a156-bc27-470c-a060-7ccf6666fa44"
                                            xmi:type="uml:LiteralInteger"/>
                                        <name>Call(WriteLine).result(errorStatus)</name>
                                    </result>
                                    <name>Call(WriteLine)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Tuple_131d91e"
                                    xmi:uuid="3c98b4df-4f06-496d-ac00-fbfc5f2ad20e"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Tuple_131d91e-Value__--_End_of_test_case_--__"
                                        xmi:uuid="61b836b3-a583-44fa-a6eb-93641c5e02f3"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Tuple_131d91e-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"
                                            xmi:uuid="a1186536-e337-4eab-a795-db129145d78a"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <name>Value("-- End of test case --").result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-test-Body_test_-ExpressionStatement_19078bd-Tuple_131d91e-Value__--_End_of_test_case_--__-value"
                                            xmi:uuid="fac27e7e-640e-42c0-adf3-ac77079ec2b2"
                                            xmi:type="uml:LiteralString">
                                            <type
                                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                            <value>-- End of test case --</value>
                                        </value>
                                        <name>Value("-- End of test case --")</name>
                                    </node>
                                    <name>Tuple@131d91e</name>
                                </node>
                                <name>ExpressionStatement@19078bd</name>
                            </node>
                            <name>Body(test)</name>
                        </node>
                        <name>test</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-ownedOperation-2"
                        />
                    </ownedBehavior>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior"
                        xmi:uuid="d2f22881-5c07-436e-9701-83c59e278bee" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-ownedComment"
                            xmi:uuid="08085607-4259-4174-b67c-a4d42debdfe1" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Signal'::Tester ;

private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::Start ;
private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::Continue ;

activity TesterClassifierBehavior() { 
	accept(Start) ;
	this.a.q.S(4, this) ;
	accept(Continue) ;
	this.test() ;
}</body>
                        </ownedComment>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_"
                            xmi:uuid="a79c97be-26ac-4456-8da5-7812e4881f0d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-edge-1"
                                xmi:uuid="0e040694-4489-464f-be20-d7b745b39c2f"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_89d8e1"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-edge-2"
                                xmi:uuid="059d2559-d618-4ee7-9826-9bd466a88c56"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_463492"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-edge-3"
                                xmi:uuid="008e8acd-53d2-4aaa-b27d-40943ce68566"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_463492"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_4e7280"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_89d8e1"
                                xmi:uuid="f727bba0-c67d-47f3-8294-6520e710828a"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_89d8e1-edge"
                                    xmi:uuid="9846d282-2eea-4a72-98aa-51c4a28251d4"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_89d8e1-Initial_Accept_Start__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_89d8e1-Accept_Start_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_89d8e1-Accept_Start_"
                                    xmi:uuid="3d3164d9-70f4-4ca9-87a2-51a7e9c6bd1f"
                                    xmi:type="uml:AcceptEventAction">
                                    <trigger
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_89d8e1-Accept_Start_-trigger"
                                        xmi:uuid="904b23a2-7852-4e5f-a1f4-0f58a1b9ca63"
                                        xmi:type="uml:Trigger">
                                        <event
                                            xmi:idref="Test_Suites-__Test_Suites_Test_Suite_2_SingleDelegation_-_PortToPart_-_Signal_Tester_TesterClassifierBehavior-Event_Start_"
                                        />
                                    </trigger>
                                    <name>Accept(Start)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_89d8e1-Initial_Accept_Start__"
                                    xmi:uuid="fde8941f-5fe3-4b9e-a855-78f50bc0737b"
                                    xmi:type="uml:InitialNode">
                                    <name>Initial(Accept(Start))</name>
                                </node>
                                <name>AcceptStatement@89d8e1</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54"
                                xmi:uuid="5893ed1b-c109-43a3-9f95-e93824197484"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-edge-1"
                                    xmi:uuid="485b0938-c6d1-4365-9318-6233b64f0d00"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Tuple_1aaaeb8-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-SendSignal_S_-SendSignal_S_.argument_v_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-edge-2"
                                    xmi:uuid="98f54058-7422-48b2-ae59-fe3b37d07718"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Tuple_1aaaeb8-ReadSelf-ReadSelf.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-SendSignal_S_-SendSignal_S_.argument_t_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-edge-3"
                                    xmi:uuid="564616c6-ae8f-466d-b39a-8f979373be8d"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Tuple_1aaaeb8"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-SendSignal_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-edge-4"
                                    xmi:uuid="e1d8ef8b-938a-4e23-9125-0ca8daaa4e0c"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Read_q_-Read_q_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-SendSignal_S_-SendSignal_S_.target"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-edge-5"
                                    xmi:uuid="0b6c0e47-692d-4f3a-bb88-c9a81cd412fd"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-ReadSelf-ReadSelf.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Fork_ReadSelf.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-edge-6"
                                    xmi:uuid="7b5ca940-4a00-45bd-854b-341ef037014e"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Fork_ReadSelf.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Read_a_-Read_a_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-edge-7"
                                    xmi:uuid="8a907fbd-4dd2-4ccc-adf6-e7bd229c9716"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Read_a_-Read_a_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Fork_Read_a_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-edge-8"
                                    xmi:uuid="d6bebfda-4398-45af-82f0-a3699b555ded"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Fork_Read_a_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Read_q_-Read_q_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-SendSignal_S_"
                                    xmi:uuid="784b889c-80d7-4c77-bb90-db96d396a93f"
                                    xmi:type="uml:SendSignalAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-SendSignal_S_-SendSignal_S_.argument_v_"
                                        xmi:uuid="29bce8fa-0c22-4096-9439-8617506a168d"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>SendSignal(S).argument(v)</name>
                                    </argument>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-SendSignal_S_-SendSignal_S_.argument_t_"
                                        xmi:uuid="acea4c57-e232-436c-b4b5-4d2c415717a1"
                                        xmi:type="uml:InputPin">
                                        <name>SendSignal(S).argument(t)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                                        />
                                    </argument>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-SendSignal_S_-SendSignal_S_.target"
                                        xmi:uuid="95edec6e-c649-4595-af44-7163c8895400"
                                        xmi:type="uml:InputPin">
                                        <name>SendSignal(S).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-IImpl"
                                        />
                                    </target>
                                    <name>SendSignal(S)</name>
                                    <signal
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Tuple_1aaaeb8"
                                    xmi:uuid="4a481040-f1e0-4a0e-bf44-b589602254ea"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Tuple_1aaaeb8-Value_4_"
                                        xmi:uuid="c31c9ce3-e7ab-49d3-980c-284dac4874b3"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Tuple_1aaaeb8-Value_4_-Value_4_.result"
                                            xmi:uuid="4c37f35f-21c1-4f3e-ae48-8ba9627e6123"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Tuple_1aaaeb8-Value_4_-value"
                                            xmi:uuid="a614071b-8a17-4f36-9195-a78846d44af0"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Tuple_1aaaeb8-ReadSelf"
                                        xmi:uuid="d1333169-d6eb-40be-bd5a-3d77b5da2154"
                                        xmi:type="uml:ReadSelfAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Tuple_1aaaeb8-ReadSelf-ReadSelf.result"
                                            xmi:uuid="2cb0ee3e-94d4-4aee-8e0a-227262432958"
                                            xmi:type="uml:OutputPin">
                                            <name>ReadSelf.result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                            />
                                        </result>
                                        <name>ReadSelf</name>
                                    </node>
                                    <name>Tuple@1aaaeb8</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-ReadSelf"
                                    xmi:uuid="1e336ce4-2715-443a-9dbc-0e5cbca9d5f7"
                                    xmi:type="uml:ReadSelfAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-ReadSelf-ReadSelf.result"
                                        xmi:uuid="432c6157-43ab-4982-b25d-8ad2e9737b70"
                                        xmi:type="uml:OutputPin">
                                        <name>ReadSelf.result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                        />
                                    </result>
                                    <name>ReadSelf</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Read_a_"
                                    xmi:uuid="011c3093-f607-4b07-a8bd-02a9c9e19fff"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Read_a_-Read_a_.object"
                                        xmi:uuid="807866ce-86f2-441f-a933-d01f502d5181"
                                        xmi:type="uml:InputPin">
                                        <name>Read(a).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Read_a_-Read_a_.result"
                                        xmi:uuid="33f9ad58-9f75-4022-8714-847e0c20a583"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(a).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A"
                                        />
                                    </result>
                                    <name>Read(a)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-a"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Fork_ReadSelf.result_"
                                    xmi:uuid="c64ef31d-be07-419a-a8e2-bf70009312de"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(ReadSelf.result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Read_q_"
                                    xmi:uuid="970a2c37-b170-4128-9c70-505a4a774325"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Read_q_-Read_q_.object"
                                        xmi:uuid="4f2ba87b-4ec5-4090-b0fc-a1b088b281b9"
                                        xmi:type="uml:InputPin">
                                        <name>Read(q).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Read_q_-Read_q_.result"
                                        xmi:uuid="84018a13-cc4e-4241-9af1-6bb4b4ee0641"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(q).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-IImpl"
                                        />
                                    </result>
                                    <name>Read(q)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A-q"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_165af54-Fork_Read_a_.result_"
                                    xmi:uuid="fd5d7546-0008-411e-94ab-201923b70c1f"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(a).result)</name>
                                </node>
                                <name>ExpressionStatement@165af54</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_463492"
                                xmi:uuid="13ac8248-6e06-43a4-9813-34260f45597c"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_463492-edge"
                                    xmi:uuid="75d6c20b-2637-4701-8f23-d047f4bc7f4a"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_463492-Initial_Accept_Continue__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_463492-Accept_Continue_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_463492-Accept_Continue_"
                                    xmi:uuid="95e17774-21fa-4b08-a233-9a52447ab343"
                                    xmi:type="uml:AcceptEventAction">
                                    <trigger
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_463492-Accept_Continue_-trigger"
                                        xmi:uuid="3b6ca4fa-9680-41b3-abf6-12b4a183d78c"
                                        xmi:type="uml:Trigger">
                                        <event
                                            xmi:idref="Test_Suites-__Test_Suites_Test_Suite_2_SingleDelegation_-_PortToPart_-_Signal_Tester_TesterClassifierBehavior-Event_Continue_"
                                        />
                                    </trigger>
                                    <name>Accept(Continue)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-AcceptStatement_463492-Initial_Accept_Continue__"
                                    xmi:uuid="04b88d7a-f9e7-4fd1-8e7a-cffd0358a46a"
                                    xmi:type="uml:InitialNode">
                                    <name>Initial(Accept(Continue))</name>
                                </node>
                                <name>AcceptStatement@463492</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_4e7280"
                                xmi:uuid="82cd34d3-899d-4bd3-8b7e-4db60722bb47"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_4e7280-edge"
                                    xmi:uuid="8701ef98-ea2a-4202-849d-568ee6831296"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_4e7280-ReadSelf-ReadSelf.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_4e7280-Call_test_-Call_test_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_4e7280-Call_test_"
                                    xmi:uuid="ea9b7e76-eac9-49d4-9c37-3a76daed6c9a"
                                    xmi:type="uml:CallOperationAction">
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_4e7280-Call_test_-Call_test_.target"
                                        xmi:uuid="d26c2c53-c6a5-4b2b-b40f-ae60e226ce03"
                                        xmi:type="uml:InputPin">
                                        <name>Call(test).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                        />
                                    </target>
                                    <name>Call(test)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-ownedOperation-2"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_4e7280-ReadSelf"
                                    xmi:uuid="e62522c4-ff4e-4423-9e90-2e805e42404a"
                                    xmi:type="uml:ReadSelfAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior-Body_TesterClassifierBehavior_-ExpressionStatement_4e7280-ReadSelf-ReadSelf.result"
                                        xmi:uuid="345d6485-7621-445c-95d0-4a80cdd08e69"
                                        xmi:type="uml:OutputPin">
                                        <name>ReadSelf.result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                                        />
                                    </result>
                                    <name>ReadSelf</name>
                                </node>
                                <name>ExpressionStatement@4e7280</name>
                            </node>
                            <name>Body(TesterClassifierBehavior)</name>
                        </node>
                        <name>TesterClassifierBehavior</name>
                        <isReentrant>false</isReentrant>
                    </ownedBehavior>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-a"
                        xmi:uuid="f64aa073-444e-4c1b-a72b-f9a7c918e4c5" xmi:type="uml:Property">
                        <name>a</name>
                        <visibility>public</visibility>
                        <aggregation>composite</aggregation>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-A"
                        />
                    </ownedAttribute>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-Tester"
                        xmi:uuid="c68c2cbb-ad90-464d-bdc8-3925ec24458f" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-Tester-result"
                            xmi:uuid="6eb8d95c-7f2b-46ec-bbe4-0a19a953bae9" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester"
                            />
                        </ownedParameter>
                        <name>Tester</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-ownedOperation-2"
                        xmi:uuid="d4c71d67-29d6-4a35-b598-239404920d38" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-ownedBehavior-1"/>
                        <redefinedOperation
                            xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester-test"/>
                        <name>test</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>Tester</name>
                    <isActive>true</isActive>
                    <classifierBehavior
                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Signal-Tester-TesterClassifierBehavior"
                    />
                </packagedElement>
                <name>SingleDelegation - PortToPart - Signal</name>
            </packagedElement>
            <packagedElement
                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation"
                xmi:uuid="86d1c2e1-8023-471a-b05f-219e8f99d7ee" xmi:type="uml:Package">
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A"
                    xmi:uuid="d6bba937-d226-481a-b1c1-dc873a5e209a" xmi:type="uml:Class">
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-q"
                        xmi:uuid="aeb60a02-b908-48d8-9330-adf2a30d8562" xmi:type="uml:Port">
                        <name>q</name>
                        <aggregation>composite</aggregation>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-IImpl"
                        />
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-b"
                        xmi:uuid="d76fb90d-7f77-485b-8314-35e7ce8c9cb2" xmi:type="uml:Property">
                        <name>b</name>
                        <aggregation>composite</aggregation>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"
                        />
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-r"
                        xmi:uuid="2adbd411-2c5b-4fd2-9113-177d9cb278a1" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-r-end-1"
                            xmi:uuid="27210245-18f5-4cca-ad36-8cb3070c9ddc"
                            xmi:type="uml:ConnectorEnd">
                            <role
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-q"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-r-end-2"
                            xmi:uuid="f91aa976-76eb-4996-a687-812fead7442f"
                            xmi:type="uml:ConnectorEnd">
                            <role
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-b"
                            />
                        </end>
                        <name>r</name>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-R"
                        />
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-A"
                        xmi:uuid="fdb30846-0e49-4e24-a137-a455d8a03ae5" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-A-result"
                            xmi:uuid="63f41734-fba7-4473-b507-46b7174fedf0" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A"
                            />
                        </ownedParameter>
                        <name>A</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I"
                    xmi:uuid="f51035d7-4457-48c9-8be4-a2387a24e9b4" xmi:type="uml:Interface">
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I-setP"
                        xmi:uuid="136cf105-4712-4205-99c8-20ca10f7c115" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I-setP-v"
                            xmi:uuid="244f9272-b376-4f48-8765-a99b855e7836" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>v</name>
                        </ownedParameter>
                        <name>setP</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>I</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-IImpl"
                    xmi:uuid="0acb9eaf-c05a-4f5d-a09b-8a49c9057e1a" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-IImpl-InterfaceRealization1"
                        xmi:uuid="a25477b2-4ed2-4c97-8b51-baebc981ec55"
                        xmi:type="uml:InterfaceRealization">
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-IImpl"/>
                        <supplier
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I"/>
                        <name>InterfaceRealization1</name>
                        <contract
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I"
                        />
                    </interfaceRealization>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-IImpl-setP"
                        xmi:uuid="d357134d-c09c-4ae2-a01e-22efa18a874d" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-IImpl-setP-v"
                            xmi:uuid="e0c8767b-2566-48fc-a00f-a80f8290fea4" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>v</name>
                        </ownedParameter>
                        <name>setP</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>IImpl</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation"
                    xmi:uuid="38ac35db-5b33-4e65-8e65-31ceae5980df" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-ownedComment"
                        xmi:uuid="e508f84d-d1a5-4e20-b6ba-64278d7ff8c9" xmi:type="uml:Comment">
                        <body>
namespace 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Operation' ;

activity 'Test case - SingleDelegation - PortToPart - Operation'() { 

	WriteLine("-- Running test case: Single delegation connector - Operation delegated from port to part --") ;
	
	// Instantiate A
	a = new A() ;
	a.q.setP(4) ;
	AssertTrue("Operation call delegated", a.b.p == 4) ;
	
	WriteLine("-- End of test case --") ;
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_"
                        xmi:uuid="5bdd5ea3-b2ab-4a12-8cbf-8f042668bdc5"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-edge-1"
                            xmi:uuid="ea98bc2d-40a7-4a19-9a93-b1f3292c612d"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-edge-2"
                            xmi:uuid="4924ff14-78d4-4e65-8225-9be68300993d"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-Fork_a__4475fb"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_-Fork_Fork_a__4475fb_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-edge-3"
                            xmi:uuid="e2e38afe-6a1e-4165-945a-544c92eaf8ff"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-edge-4"
                            xmi:uuid="c4be5d53-1e0e-4255-9b77-cfa942e8bb86"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-Fork_a__4475fb"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Fork_a__4475fb_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-edge-5"
                            xmi:uuid="2031a66f-91ab-42f8-9906-948d968ae469"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-edge-6"
                            xmi:uuid="5adf3d2c-6d0c-4f5d-8e07-3d3a5c115b99"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec"
                            xmi:uuid="d4604f0a-9bc1-4ba8-9e24-f41c9830adfb"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-edge-1"
                                xmi:uuid="75f21768-5d43-431d-b196-18799e0b745f"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Tuple_df9053-Value__--_Running_test_case__Single_delegation_connector_-_Operation_delegated_from_port_to_part_--__-Value__--_Running_test_case__Single_delegation_connector_-_Operation_delegated_from_port_to_part_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-edge-2"
                                xmi:uuid="2fcb5309-0cd8-4283-91aa-bff2a79cdb8c"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Tuple_df9053"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Call_WriteLine_"
                                xmi:uuid="a136d132-9383-488a-a507-52960c5daf25"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="2b968c80-a279-4c39-92e8-21defca863ba"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="5f6aef33-82cb-49d1-92e1-7bfc91265d7f"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="26501b4a-6991-4781-908d-1ff906488f3b"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Tuple_df9053"
                                xmi:uuid="915c0a14-e571-45bc-9311-0bb74d7079b6"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Tuple_df9053-Value__--_Running_test_case__Single_delegation_connector_-_Operation_delegated_from_port_to_part_--__"
                                    xmi:uuid="43c3d13e-6025-4c8b-a89c-d77b842c0581"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Tuple_df9053-Value__--_Running_test_case__Single_delegation_connector_-_Operation_delegated_from_port_to_part_--__-Value__--_Running_test_case__Single_delegation_connector_-_Operation_delegated_from_port_to_part_--__.result"
                                        xmi:uuid="99d165b5-9fd6-4797-af8c-74608738e911"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- Running test case: Single delegation connector - Operation delegated from port to part --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_9466ec-Tuple_df9053-Value__--_Running_test_case__Single_delegation_connector_-_Operation_delegated_from_port_to_part_--__-value"
                                        xmi:uuid="b3b3fd56-42cd-416b-bfcf-f29fc61df9e2"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- Running test case: Single delegation connector - Operation delegated from port to part --</value>
                                    </value>
                                    <name>Value("-- Running test case: Single delegation connector - Operation delegated from port to part --")</name>
                                </node>
                                <name>Tuple@df9053</name>
                            </node>
                            <name>ExpressionStatement@9466ec</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af"
                            xmi:uuid="a600a617-5cf3-4fad-859a-37513fb30920"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-edge"
                                xmi:uuid="d1ece81b-db80-4b08-bd10-46ce1683b321"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-RightHandSide_9dcc8b-Call_A_-Call_A_.result_result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-Fork_a__4475fb"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-Fork_a__4475fb"
                                xmi:uuid="dd2f0ba2-6688-4b5f-af6e-64ef67f93cdc"
                                xmi:type="uml:ForkNode">
                                <name>Fork(a)@4475fb</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-RightHandSide_9dcc8b"
                                xmi:uuid="44791883-d458-4c96-92bd-99bd24e933ae"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-RightHandSide_9dcc8b-edge"
                                    xmi:uuid="d42b617d-b6ab-4c06-8774-4979024b265d"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-RightHandSide_9dcc8b-Create_A_-Create_A_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-RightHandSide_9dcc8b-Call_A_-Call_A_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-RightHandSide_9dcc8b-Call_A_"
                                    xmi:uuid="59699aa0-615f-47fd-b8fd-95a78c1d4b63"
                                    xmi:type="uml:CallOperationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-RightHandSide_9dcc8b-Call_A_-Call_A_.result_result_"
                                        xmi:uuid="bc58c1e9-08d2-4a98-92b2-c7e5446dd04f"
                                        xmi:type="uml:OutputPin">
                                        <name>Call(A).result(result)</name>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A"
                                        />
                                    </result>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-RightHandSide_9dcc8b-Call_A_-Call_A_.target"
                                        xmi:uuid="6bdcaed3-61bb-4190-9dad-d8f562812e11"
                                        xmi:type="uml:InputPin">
                                        <name>Call(A).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A"
                                        />
                                    </target>
                                    <name>Call(A)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-A"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-RightHandSide_9dcc8b-Create_A_"
                                    xmi:uuid="cdeac3ec-0d77-49e4-a209-90196fa83836"
                                    xmi:type="uml:CreateObjectAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_18546af-RightHandSide_9dcc8b-Create_A_-Create_A_.result"
                                        xmi:uuid="1fd3cde3-8ae6-415f-987a-4f35ca330b86"
                                        xmi:type="uml:OutputPin">
                                        <name>Create(A).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A"
                                        />
                                    </result>
                                    <name>Create(A)</name>
                                    <classifier
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A"
                                    />
                                </node>
                                <name>RightHandSide@9dcc8b</name>
                            </node>
                            <name>ExpressionStatement@18546af</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050"
                            xmi:uuid="bedc7cef-81dc-4a04-b3be-a5854707974d"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-edge-1"
                                xmi:uuid="c5dd2b2b-6117-4be1-811f-c8addad2e7bd"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_-Read_q_-Read_q_.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__.inputElement"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-edge-2"
                                xmi:uuid="ec91c8e5-d701-4f1b-81c4-ddcb6c96c3f0"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__"
                                xmi:uuid="07b3215d-06f3-494f-8f1c-ba9405f2f24c"
                                xmi:type="uml:ExpansionRegion">
                                <inputElement
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__.inputElement"/>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-edge-1"
                                    xmi:uuid="43b97282-a889-4d53-9ce7-8915c44773c2"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Tuple_1fb9204-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Call_setP_-Call_setP_.argument_v_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-edge-2"
                                    xmi:uuid="ec477188-f219-4ac0-a9c0-c67409eb995e"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Tuple_1fb9204"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Call_setP_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-edge-3"
                                    xmi:uuid="a380c945-9264-4bae-9215-52cd85fa6fe6"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__.inputElement"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Call_setP_-Call_setP_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Call_setP_"
                                    xmi:uuid="b24fe6a5-a128-42a2-9074-a1c9e66f88e5"
                                    xmi:type="uml:CallOperationAction">
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Call_setP_-Call_setP_.argument_v_"
                                        xmi:uuid="74dd2a64-f3cb-468b-9adf-612d80aae21a"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Call(setP).argument(v)</name>
                                    </argument>
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Call_setP_-Call_setP_.target"
                                        xmi:uuid="45c84529-06d9-4a51-8d24-403350d23f0f"
                                        xmi:type="uml:InputPin">
                                        <name>Call(setP).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I"
                                        />
                                    </target>
                                    <name>Call(setP)</name>
                                    <operation
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I-setP"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Tuple_1fb9204"
                                    xmi:uuid="103ade8c-1a96-4e1e-91dc-ec25bd528559"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Tuple_1fb9204-Value_4_"
                                        xmi:uuid="79555ff6-fe72-4dcf-9b33-1465557c21a7"
                                        xmi:type="uml:ValueSpecificationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Tuple_1fb9204-Value_4_-Value_4_.result"
                                            xmi:uuid="b3dfa40d-3ff8-4e04-98c0-48b8af7437ff"
                                            xmi:type="uml:OutputPin">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <name>Value(4).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                        </result>
                                        <value
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__-Tuple_1fb9204-Value_4_-value"
                                            xmi:uuid="d3a89dc5-4b03-4e56-b98b-e20bbedaad25"
                                            xmi:type="uml:LiteralInteger">
                                            <type
                                                href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                            <value>4</value>
                                        </value>
                                        <name>Value(4)</name>
                                    </node>
                                    <name>Tuple@1fb9204</name>
                                </node>
                                <name>Collect(Call(setP))</name>
                                <mode>parallel</mode>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__.inputElement"
                                xmi:uuid="7d6b6790-e3b7-4e5e-813d-76d795323e28"
                                xmi:type="uml:ExpansionNode">
                                <name>Collect(Call(setP)).inputElement</name>
                                <regionAsInput
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Collect_Call_setP__"
                                />
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_"
                                xmi:uuid="fc28c41b-fc05-4018-8d4b-39118aee2dbb"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_-edge"
                                    xmi:uuid="9a383f3b-4824-412b-b233-f131b36e8ee6"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_-Fork_Fork_a__4475fb_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_-Read_q_-Read_q_.object"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_-Read_q_"
                                    xmi:uuid="7802880e-bb08-4665-aa92-e4fec3b34451"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_-Read_q_-Read_q_.object"
                                        xmi:uuid="3f6e321c-d269-4c64-a0b2-77c18ab33bd1"
                                        xmi:type="uml:InputPin">
                                        <name>Read(q).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_-Read_q_-Read_q_.result"
                                        xmi:uuid="6ceadbbd-4804-4d52-b845-a888095ed37a"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(q).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-IImpl"
                                        />
                                    </result>
                                    <name>Read(q)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-q"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1914050-Feature_Read_q_.result_-Fork_Fork_a__4475fb_"
                                    xmi:uuid="a748827d-4f92-4f80-9bd9-b680b53b111b"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@4475fb)</name>
                                </node>
                                <name>Feature(Read(q).result)</name>
                            </node>
                            <name>ExpressionStatement@1914050</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6"
                            xmi:uuid="14c09222-9dba-46f1-9d9f-cd4feb124717"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-edge-1"
                                xmi:uuid="cbd2f7a6-9358-43f6-8623-7f313c04e422"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Value__Operation_call_delegated__-Value__Operation_call_delegated__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-edge-2"
                                xmi:uuid="636da9d3-3304-4648-81cb-95c3dbe4b997"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-edge-3"
                                xmi:uuid="bb2f84e6-80a8-4206-aa3e-7feb64a719b5"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Call_AssertTrue_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Call_AssertTrue_"
                                xmi:uuid="afd7e7c6-9446-4248-a5a3-243f8559982c"
                                xmi:type="uml:CallBehaviorAction">
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Call_AssertTrue_-Call_AssertTrue_.argument_label_"
                                    xmi:uuid="d1c77787-657f-46b8-9793-fa32ac80882d"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(AssertTrue).argument(label)</name>
                                </argument>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Call_AssertTrue_-Call_AssertTrue_.argument_condition_"
                                    xmi:uuid="38d2cc89-5c36-4595-a653-9ac7b46ab8ab"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                    <name>Call(AssertTrue).argument(condition)</name>
                                </argument>
                                <name>Call(AssertTrue)</name>
                                <behavior href="http://www.omg.org/spec/PSCS/20170201/AssertionLibrary.xmi#AssertionLibrary-AssertTrue"/>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90"
                                xmi:uuid="ce834824-4421-406f-a2d0-26070100f972"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-1"
                                    xmi:uuid="9f866043-0952-4447-9383-d80c21060a0d"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Fork_a__4475fb_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Read_b_-Read_b_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-2"
                                    xmi:uuid="8dfb6267-61a5-4667-b95f-982193c30c65"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Read_b_-Read_b_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Read_b_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-3"
                                    xmi:uuid="e9aa3e08-1f07-4406-952a-5d537df96b05"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Read_b_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Read_p_-Read_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-4"
                                    xmi:uuid="cbb448f6-110b-4846-8ab6-99a1fb8dfb4a"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Read_p_-Read_p_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Read_p_.result_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-5"
                                    xmi:uuid="cd93b0c3-dc01-4182-83be-03b8dcc5e4cb"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Read_p_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Test_EQEQ_-Test_EQEQ_.first"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-6"
                                    xmi:uuid="16dc0e17-ba9c-44b7-a80e-dab2b62a81af"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Read_p_.result_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Call_NotEmpty_-Call_NotEmpty_.argument_seq_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-7"
                                    xmi:uuid="ef0be39c-6baa-4712-bb76-89001c9df19d"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Call_NotEmpty_-Call_NotEmpty_.result__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-8"
                                    xmi:uuid="efd300a6-6adc-4206-b55c-866282293a84"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Test_EQEQ_-Test_EQEQ_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-9"
                                    xmi:uuid="8859694b-b2d0-4196-a7ae-cf896fc93f29"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Call_NotEmpty_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Decision_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-10"
                                    xmi:uuid="1e50cfbf-2cea-496f-81f7-8a56349843d0"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Call_NotEmpty_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Decision_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-11"
                                    xmi:uuid="f834ef13-81a9-4171-bc44-abb3e94e4d57"
                                    xmi:type="uml:ObjectFlow">
                                    <guard
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-11-guard"
                                        xmi:uuid="356307c5-5622-4f2d-ab06-b0446a5659c6"
                                        xmi:type="uml:LiteralBoolean">
                                        <name>Value(false)</name>
                                    </guard>
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Decision_Call_NotEmpty_.result___"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-12"
                                    xmi:uuid="5ff6c445-1dfe-45a5-95c3-c7e5d669739c"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Value_4_-Value_4_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Test_EQEQ_-Test_EQEQ_.second"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Value__Operation_call_delegated__"
                                    xmi:uuid="a9fd5d82-93d6-4223-b7a7-1a8a6b045a5e"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Value__Operation_call_delegated__-Value__Operation_call_delegated__.result"
                                        xmi:uuid="13f7a864-604c-4a5b-93c0-7b0041377782"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("Operation call delegated").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Value__Operation_call_delegated__-value"
                                        xmi:uuid="1840725c-fd5b-4b97-9109-81616a7db505"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>Operation call delegated</value>
                                    </value>
                                    <name>Value("Operation call delegated")</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Read_b_"
                                    xmi:uuid="6472bea7-9146-4a57-a2a2-7a3e1f2e403f"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Read_b_-Read_b_.object"
                                        xmi:uuid="1e56902d-6326-468a-812d-bd89c1798cd0"
                                        xmi:type="uml:InputPin">
                                        <name>Read(b).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Read_b_-Read_b_.result"
                                        xmi:uuid="87ab66b2-e2bf-448a-9ac0-64e77f119d6b"
                                        xmi:type="uml:OutputPin">
                                        <name>Read(b).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"
                                        />
                                    </result>
                                    <name>Read(b)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A-b"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Fork_a__4475fb_"
                                    xmi:uuid="debc8dab-5e1d-4a21-a47c-a70b09797a1b"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Fork(a)@4475fb)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Read_p_"
                                    xmi:uuid="031acf72-3b92-4c3d-9e50-dc824155f4dd"
                                    xmi:type="uml:ReadStructuralFeatureAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Read_p_-Read_p_.object"
                                        xmi:uuid="791f1f84-c96d-42c3-98a9-a8a956224b97"
                                        xmi:type="uml:InputPin">
                                        <name>Read(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Read_p_-Read_p_.result"
                                        xmi:uuid="f8dfaad0-8e8d-4326-b38c-7de888ff807d"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Read(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>Read(p)</name>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Read_b_.result_"
                                    xmi:uuid="fb6bf5e7-6121-4bf1-8316-a1ee014e1a73"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(b).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Value_4_"
                                    xmi:uuid="dfe0aca8-2d02-4614-9deb-1cf68e991c06"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Value_4_-Value_4_.result"
                                        xmi:uuid="cdf4bac9-8f73-4f36-b698-6caa838f7859"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <name>Value(4).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Value_4_-value"
                                        xmi:uuid="fd2aeff0-51ad-437e-b201-85eb2ff3967b"
                                        xmi:type="uml:LiteralInteger">
                                        <type
                                            href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveTypes-Natural"/>
                                        <value>4</value>
                                    </value>
                                    <name>Value(4)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Test_EQEQ_"
                                    xmi:uuid="f5ed9aa1-d83e-40d9-97f5-d37e13815de2"
                                    xmi:type="uml:TestIdentityAction">
                                    <first
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Test_EQEQ_-Test_EQEQ_.first"
                                        xmi:uuid="2b380ac0-38e8-4290-b9ad-a2a1332269ad"
                                        xmi:type="uml:InputPin">
                                        <name>Test(==).first</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </first>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Test_EQEQ_-Test_EQEQ_.result"
                                        xmi:uuid="94699121-9e96-43ac-a42a-64a281b91e71"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Test(==).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <second
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Test_EQEQ_-Test_EQEQ_.second"
                                        xmi:uuid="4d119593-7324-4b60-867c-487ed0411fd4"
                                        xmi:type="uml:InputPin">
                                        <name>Test(==).second</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </second>
                                    <name>Test(==)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Read_p_.result_"
                                    xmi:uuid="2ccfc303-224a-4d86-9731-7b932d9636f5"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Read(p).result)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Call_NotEmpty_"
                                    xmi:uuid="06812ba1-6559-485b-baa4-5ee82a0588e5"
                                    xmi:type="uml:CallBehaviorAction">
                                    <behavior
                                        href="http://www.omg.org/spec/ALF/20170201/Alf-Library.xmi#Alf-Library-PrimitiveBehaviors-SequenceFunctions-NotEmpty"/>
                                    <argument
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Call_NotEmpty_-Call_NotEmpty_.argument_seq_"
                                        xmi:uuid="bf3a37ff-852d-4613-967a-4767a31ffe51"
                                        xmi:type="uml:InputPin">
                                        <lowerValue
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Call_NotEmpty_-Call_NotEmpty_.argument_seq_-lowerValue"
                                            xmi:uuid="6c259052-1ea0-47cb-a089-c8a82425c7b5"
                                            xmi:type="uml:LiteralInteger"/>
                                        <upperValue
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Call_NotEmpty_-Call_NotEmpty_.argument_seq_-upperValue"
                                            xmi:uuid="1dd1c016-9d42-4a7f-898c-b0448730ce11"
                                            xmi:type="uml:LiteralUnlimitedNatural">
                                            <value>*</value>
                                        </upperValue>
                                        <name>Call(NotEmpty).argument(seq)</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </argument>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Call_NotEmpty_-Call_NotEmpty_.result__"
                                        xmi:uuid="9c273aa8-cf84-4f55-8951-825ce9cbf32c"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>Call(NotEmpty).result()</name>
                                    </result>
                                    <name>Call(NotEmpty)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Fork_Call_NotEmpty_.result___"
                                    xmi:uuid="1ad05a5c-77ec-4027-a438-9656d89dd2e6"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(Call(NotEmpty).result())</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Merge_Test_EQEQ_.result,_Call_NotEmpty_.result___"
                                    xmi:uuid="f35ba5e0-50c1-499c-93ca-58eb1ca71dba"
                                    xmi:type="uml:MergeNode">
                                    <name>Merge(Test(==).result, Call(NotEmpty).result())</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-Decision_Call_NotEmpty_.result___"
                                    xmi:uuid="d93fdb04-d93f-44bf-9c0d-c17dff35e8ad"
                                    xmi:type="uml:DecisionNode">
                                    <name>Decision(Call(NotEmpty).result())</name>
                                    <decisionInputFlow
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_1c51ac6-Tuple_fcb90-edge-10"
                                    />
                                </node>
                                <name>Tuple@fcb90</name>
                            </node>
                            <name>ExpressionStatement@1c51ac6</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f"
                            xmi:uuid="6ee15c22-dec3-4c9b-b3d0-7c68796f5a83"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-edge-1"
                                xmi:uuid="c6f748d5-946c-4699-a4de-3418db610eba"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Tuple_f8ea71-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-edge-2"
                                xmi:uuid="c5cd362e-023b-4ce0-99dc-fdbe0f8893a6"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Tuple_f8ea71"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Call_WriteLine_"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Call_WriteLine_"
                                xmi:uuid="9033d7ef-7fbf-47d8-af89-6a64b6809414"
                                xmi:type="uml:CallBehaviorAction">
                                <behavior href="http://www.omg.org/spec/FUML/20170201/fUML_Library.xmi#BasicInputOutput-WriteLine"/>
                                <argument
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Call_WriteLine_-Call_WriteLine_.argument_value_"
                                    xmi:uuid="4f035c22-2c38-42be-bf27-abe47f3fd0c1"
                                    xmi:type="uml:InputPin">
                                    <type
                                        href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                    <name>Call(WriteLine).argument(value)</name>
                                </argument>
                                <result
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Call_WriteLine_-Call_WriteLine_.result_errorStatus_"
                                    xmi:uuid="3f371fd1-fd8a-48df-89f1-b9f9d99db40b"
                                    xmi:type="uml:OutputPin">
                                    <lowerValue
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Call_WriteLine_-Call_WriteLine_.result_errorStatus_-lowerValue"
                                        xmi:uuid="d7e646b1-dd07-4958-8eba-563f50413cba"
                                        xmi:type="uml:LiteralInteger"/>
                                    <name>Call(WriteLine).result(errorStatus)</name>
                                </result>
                                <name>Call(WriteLine)</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Tuple_f8ea71"
                                xmi:uuid="18e20041-899a-4f50-833e-fd2260ea97f3"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Tuple_f8ea71-Value__--_End_of_test_case_--__"
                                    xmi:uuid="409d253f-4c00-44dc-ae2d-c9bced70b552"
                                    xmi:type="uml:ValueSpecificationAction">
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Tuple_f8ea71-Value__--_End_of_test_case_--__-Value__--_End_of_test_case_--__.result"
                                        xmi:uuid="aea82332-c6f8-499d-beec-3d11a80984df"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <name>Value("-- End of test case --").result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-Test_case_-_SingleDelegation_-_PortToPart_-_Operation-Body_Test_case_-_SingleDelegation_-_PortToPart_-_Operation_-ExpressionStatement_122958f-Tuple_f8ea71-Value__--_End_of_test_case_--__-value"
                                        xmi:uuid="dfc5f581-f261-447a-b348-0227e9fd95bf"
                                        xmi:type="uml:LiteralString">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#String"/>
                                        <value>-- End of test case --</value>
                                    </value>
                                    <name>Value("-- End of test case --")</name>
                                </node>
                                <name>Tuple@f8ea71</name>
                            </node>
                            <name>ExpressionStatement@122958f</name>
                        </node>
                        <name>Body(Test case - SingleDelegation - PortToPart - Operation)</name>
                    </node>
                    <name>Test case - SingleDelegation - PortToPart - Operation</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-R"
                    xmi:uuid="cfa875a6-29ea-4a9e-b14a-f3410dc878c2" xmi:type="uml:Association">
                    <memberEnd
                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-R-y"/>
                    <memberEnd
                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-R-x"/>
                    <ownedEnd
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-R-y"
                        xmi:uuid="baeb5737-5e76-4dd1-98ef-538af1c62317" xmi:type="uml:Property">
                        <name>y</name>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-IImpl"/>
                        <association
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-R"
                        />
                    </ownedEnd>
                    <ownedEnd
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-R-x"
                        xmi:uuid="c9a95932-011c-47a8-a876-afc6c7e424c7" xmi:type="uml:Property">
                        <name>x</name>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"/>
                        <association
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-R"
                        />
                    </ownedEnd>
                    <name>R</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"
                    xmi:uuid="1ecadb53-5bf3-437e-81b8-60a82f2b6c66" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-interfaceRealization-1"
                        xmi:uuid="d8c8a94f-4de9-46c2-bc43-9bf1859e9109"
                        xmi:type="uml:InterfaceRealization">
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"/>
                        <supplier
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I"/>
                        <name>InterfaceRealization1</name>
                        <contract
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I"
                        />
                    </interfaceRealization>
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-interfaceRealization-2"
                        xmi:uuid="1843517e-6030-4d46-a270-af912468bd99"
                        xmi:type="uml:InterfaceRealization">
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"/>
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-A"/>
                        <supplier
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I"/>
                        <name>InterfaceRealization1</name>
                        <contract
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-I"
                        />
                    </interfaceRealization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-BClassifierBehavior"
                        xmi:uuid="57ab6e6c-aa64-40bb-add0-976bd78031db" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-BClassifierBehavior-ownedComment"
                            xmi:uuid="5b4a2497-d32c-48b9-8ac2-83e5792ee636" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Operation'::B ;

activity BClassifierBehavior() { 
	// FIXME: This classifier behavior shall not exist. To be removed when Alf to fUML compiler is patched.
}</body>
                        </ownedComment>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-BClassifierBehavior-Body_BClassifierBehavior_"
                            xmi:uuid="09368269-8832-4510-a80b-55e2541e22af"
                            xmi:type="uml:StructuredActivityNode">
                            <name>Body(BClassifierBehavior)</name>
                        </node>
                        <name>BClassifierBehavior</name>
                        <isReentrant>false</isReentrant>
                    </ownedBehavior>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-ownedBehavior-2"
                        xmi:uuid="fc9b8fda-bf5f-44ea-98fa-8841d502aeea" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-ownedBehavior-2-ownedComment"
                            xmi:uuid="8540d808-1234-4f4e-8182-2507d3c4709f" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'SingleDelegation - PortToPart - Operation'::B ;

activity setP(in v : Integer) { 
	this.p = v ;
}</body>
                        </ownedComment>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-ownedBehavior-2-ownedParameter"
                            xmi:uuid="0ed48263-db9e-4a16-ad4a-54530d06beb1" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>v</name>
                        </ownedParameter>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-ownedBehavior-2-edge-1"
                            xmi:uuid="39f07eb7-1b11-4e40-9f6f-3aa6aaedcb88"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Input_v_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Fork_v_"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-ownedBehavior-2-edge-2"
                            xmi:uuid="6bfa20bd-bc23-4c2a-a5d3-e007e4d75bb5"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Fork_v_"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Fork_LeftHandSide_19d736e_"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Input_v_"
                            xmi:uuid="1dc8328c-e029-4ca0-b433-afebb41f857c"
                            xmi:type="uml:ActivityParameterNode">
                            <name>Input(v)</name>
                            <parameter
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-ownedBehavior-2-ownedParameter"
                            />
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Fork_v_"
                            xmi:uuid="25c3b420-fdd3-4693-a137-b5c50d9a1719" xmi:type="uml:ForkNode">
                            <name>Fork(v)</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_"
                            xmi:uuid="240ecd5e-0681-4a89-9031-aa559f3dca4e"
                            xmi:type="uml:StructuredActivityNode">
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c"
                                xmi:uuid="c4ebfdd2-012b-4382-bf49-82b85d5ca2b3"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-edge-1"
                                    xmi:uuid="72bba79d-a847-4ccb-be23-41f1bf48c3e4"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Expression_LeftHandSide_19d736e_-ReadSelf-ReadSelf.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Write_p_-Write_p_.object"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-edge-2"
                                    xmi:uuid="abe05eb2-788c-4f90-aa6a-1a88d8474563"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Fork_LeftHandSide_19d736e_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Write_p_-Write_p_.value"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-edge-3"
                                    xmi:uuid="ca85cc51-f50d-4238-81b9-ba8c094a9945"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-RightHandSide_1e64eb2"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Expression_LeftHandSide_19d736e_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Expression_LeftHandSide_19d736e_"
                                    xmi:uuid="8bdda5b7-dc5e-41db-bd94-ba536f916797"
                                    xmi:type="uml:StructuredActivityNode">
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Expression_LeftHandSide_19d736e_-ReadSelf"
                                        xmi:uuid="78304cac-47d1-4e89-8c65-de01bc268c9d"
                                        xmi:type="uml:ReadSelfAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Expression_LeftHandSide_19d736e_-ReadSelf-ReadSelf.result"
                                            xmi:uuid="3c2c6f34-b655-4122-8b84-e84839f7f0f9"
                                            xmi:type="uml:OutputPin">
                                            <name>ReadSelf.result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"
                                            />
                                        </result>
                                        <name>ReadSelf</name>
                                    </node>
                                    <name>Expression(LeftHandSide@19d736e)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Write_p_"
                                    xmi:uuid="47bb39fd-36a5-4c55-8c84-cc8716f41ac4"
                                    xmi:type="uml:AddStructuralFeatureValueAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Write_p_-Write_p_.object"
                                        xmi:uuid="f2adedcf-58d8-40e2-bd44-161571401c90"
                                        xmi:type="uml:InputPin">
                                        <name>Write(p).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"
                                        />
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Write_p_-Write_p_.result"
                                        xmi:uuid="6497be9c-a7f1-411f-825c-d1a40c6340d8"
                                        xmi:type="uml:OutputPin">
                                        <name>Write(p).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"
                                        />
                                    </result>
                                    <value
                                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Write_p_-Write_p_.value"
                                        xmi:uuid="76e505a3-b91d-4737-833f-02017d4ddbbf"
                                        xmi:type="uml:InputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                        <name>Write(p).value</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </value>
                                    <name>Write(p)</name>
                                    <isReplaceAll>true</isReplaceAll>
                                    <structuralFeature
                                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-p"
                                    />
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-Fork_LeftHandSide_19d736e_"
                                    xmi:uuid="92a4e104-0be0-4492-9628-21862beddb09"
                                    xmi:type="uml:ForkNode">
                                    <name>Fork(LeftHandSide@19d736e)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-setP-Body_setP_-ExpressionStatement_1ca13c-RightHandSide_1e64eb2"
                                    xmi:uuid="ea7e795b-7a42-44d3-9805-53188d4ac54c"
                                    xmi:type="uml:StructuredActivityNode">
                                    <name>RightHandSide@1e64eb2</name>
                                </node>
                                <name>ExpressionStatement@1ca13c</name>
                            </node>
                            <name>Body(setP)</name>
                        </node>
                        <name>setP</name>
                        <isReentrant>false</isReentrant>
                        <specification
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-ownedOperation-2"
                        />
                    </ownedBehavior>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-p"
                        xmi:uuid="e338eb40-3b6d-4979-8530-3b38fa2e41c3" xmi:type="uml:Property">
                        <type href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                        <name>p</name>
                    </ownedAttribute>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-B"
                        xmi:uuid="20f07aad-b920-404a-8d19-6987e54f5e5e" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-B-result"
                            xmi:uuid="f161c435-e707-4de9-a9c7-d35bdfbe6bae" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B"
                            />
                        </ownedParameter>
                        <name>B</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-ownedOperation-2"
                        xmi:uuid="b72b454f-bda6-4780-8a6b-7c0f4a2e2790" xmi:type="uml:Operation">
                        <method
                            xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-ownedBehavior-2"/>
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-ownedOperation-2-ownedParameter"
                            xmi:uuid="0b651a1b-6581-413e-9f73-988a42852a1a" xmi:type="uml:Parameter">
                            <type
                                href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                            <name>v</name>
                        </ownedParameter>
                        <name>setP</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>B</name>
                    <classifierBehavior
                        xmi:idref="Test_Suites-Test_Suite_2-SingleDelegation_-_PortToPart_-_Operation-B-BClassifierBehavior"
                    />
                </packagedElement>
                <name>SingleDelegation - PortToPart - Operation</name>
            </packagedElement>
            <packagedElement
                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal"
                xmi:uuid="165882f5-8504-4b22-9434-0a5d7b154f72" xmi:type="uml:Package">
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A"
                    xmi:uuid="844f0658-6a20-4ae2-8948-40f7e4619732" xmi:type="uml:Class">
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-q"
                        xmi:uuid="59b717c3-c9bf-494c-8666-a6866962c936" xmi:type="uml:Port">
                        <name>q</name>
                        <aggregation>composite</aggregation>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-IImpl"
                        />
                    </ownedAttribute>
                    <ownedAttribute
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-b"
                        xmi:uuid="f1413b4b-e277-4599-8028-9a8158985c12" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-b-lowerValue"
                            xmi:uuid="c2a7bed9-fe7f-4948-b9da-bf7324a20f71"
                            xmi:type="uml:LiteralInteger">
                            <value>4</value>
                        </lowerValue>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-b-upperValue"
                            xmi:uuid="fee47722-faa3-4932-99b1-30bceb8c9205"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>4</value>
                        </upperValue>
                        <name>b</name>
                        <isOrdered>true</isOrdered>
                        <isUnique>false</isUnique>
                        <aggregation>composite</aggregation>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B"
                        />
                    </ownedAttribute>
                    <ownedConnector
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-r"
                        xmi:uuid="8ad5710c-d401-4f75-8a30-d6f7ea152a8d" xmi:type="uml:Connector">
                        <end
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-r-end-1"
                            xmi:uuid="a339e606-642f-453c-a2dd-76da59017ab0"
                            xmi:type="uml:ConnectorEnd">
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-r-end-1-upperValue"
                                xmi:uuid="3d0eeffd-49d7-4456-a501-d8383a79cfa3"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-q"
                            />
                        </end>
                        <end
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-r-end-2"
                            xmi:uuid="992db261-1358-4c84-bc0e-555e6dd779a2"
                            xmi:type="uml:ConnectorEnd">
                            <lowerValue
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-r-end-2-lowerValue"
                                xmi:uuid="d960f0fc-2bc9-4dc0-8dfe-13b0e4e4fe45"
                                xmi:type="uml:LiteralInteger">
                                <value>4</value>
                            </lowerValue>
                            <upperValue
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-r-end-2-upperValue"
                                xmi:uuid="06621884-eb63-44bc-af11-0e02fa080d04"
                                xmi:type="uml:LiteralUnlimitedNatural">
                                <value>*</value>
                            </upperValue>
                            <role
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-b"
                            />
                        </end>
                        <name>r</name>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R"
                        />
                    </ownedConnector>
                    <ownedOperation
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-A"
                        xmi:uuid="786a6543-58de-435c-ba13-f577cc54beb9" xmi:type="uml:Operation">
                        <ownedParameter
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A-A-result"
                            xmi:uuid="69c8a8bb-b0e8-498f-9c46-465648ed9572" xmi:type="uml:Parameter">
                            <name>result</name>
                            <direction>return</direction>
                            <type
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-A"
                            />
                        </ownedParameter>
                        <name>A</name>
                        <visibility>public</visibility>
                    </ownedOperation>
                    <name>A</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-I"
                    xmi:uuid="a32232df-3758-418c-9d59-38bfbe22f002" xmi:type="uml:Interface">
                    <ownedReception
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-I-S"
                        xmi:uuid="4e2ea727-dcc8-4c11-8c0a-e7c51af0e2a6" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"/>
.                    </ownedReception>
                    <name>I</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-IImpl"
                    xmi:uuid="e567248d-236d-4f6b-8127-9fb09d465eac" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-IImpl-InterfaceRealization1"
                        xmi:uuid="3ca8ce4c-bbf1-4c2f-80f7-35f8737225f8"
                        xmi:type="uml:InterfaceRealization">
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-IImpl"/>
                        <supplier
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-I"/>
                        <name>InterfaceRealization1</name>
                        <contract
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-I"
                        />
                    </interfaceRealization>
                    <ownedReception
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-IImpl-S"
                        xmi:uuid="c2920845-d401-4a07-9336-534c185531ff" xmi:type="uml:Reception">
                        <name>S</name>
                        <visibility>public</visibility>
                        <signal xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"/>
.                    </ownedReception>
                    <name>IImpl</name>
                    <isActive>true</isActive>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal"
                    xmi:uuid="3001183f-d0b7-4258-ae11-2458aa48d41f" xmi:type="uml:Activity">
                    <ownedComment
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-ownedComment"
                        xmi:uuid="ff79b506-18ad-4231-bed3-edc10ceebda8" xmi:type="uml:Comment">
                        <body>
namespace 'Test Suites'::'Test Suite 2'::'MultipleDelegation - SameConnector - PortToPart - Signal' ;

activity 'Test case - MultipleDelegation - SameConnector - PortToPart - Signal'() { 	
	t = new Tester() ;
	t.Start() ;
}</body>
                    </ownedComment>
                    <node
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_"
                        xmi:uuid="8a541a9a-9ae1-47b6-8edf-dd9c858b0946"
                        xmi:type="uml:StructuredActivityNode">
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-edge-1"
                            xmi:uuid="2419c9bf-eb0d-4829-bc89-e74f39bef1ae"
                            xmi:type="uml:ObjectFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-Fork_t__180e510"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__.inputElement"
                            />
                        </edge>
                        <edge
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-edge-2"
                            xmi:uuid="61716747-36da-42d3-adc8-bf82c25850e5"
                            xmi:type="uml:ControlFlow">
                            <source
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd"/>
                            <target
                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7"
                            />
                        </edge>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd"
                            xmi:uuid="8c0c97ca-2852-4204-b469-75966c52b9f8"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-edge"
                                xmi:uuid="0a3f54d9-7a0b-408e-8651-548f3de00dd3"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Output_Call_Tester_.result_result__"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-Fork_t__180e510"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-Fork_t__180e510"
                                xmi:uuid="ad2ec4f3-6db3-41bb-80da-8fbe9eeb5543"
                                xmi:type="uml:ForkNode">
                                <name>Fork(t)@180e510</name>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371"
                                xmi:uuid="5027f1d2-fa23-4fd2-9693-2ede66544ca7"
                                xmi:type="uml:StructuredActivityNode">
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371"
                                    xmi:uuid="f8590f8d-b6c9-4c63-8ebc-6a8df4c2554b"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-edge-1"
                                        xmi:uuid="566d0b51-8c57-41f3-bb54-32af55d7742e"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Create_Tester_-Create_Tester_.result"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Call_Tester_-Call_Tester_.target"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-edge-2"
                                        xmi:uuid="48f80848-a526-4920-927a-90d2743aa7a7"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Call_Tester_-Call_Tester_.result_result_"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Fork_Call_Tester_.result_result__"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-edge-3"
                                        xmi:uuid="0d604d3f-2729-4d52-9f24-4595bc761b1f"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Fork_Call_Tester_.result_result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Start_Tester_-Start_Tester_.object"
                                        />
                                    </edge>
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-edge-4"
                                        xmi:uuid="64936d04-1912-47b7-8e1d-e53f0b40b67e"
                                        xmi:type="uml:ObjectFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Fork_Call_Tester_.result_result__"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Output_Call_Tester_.result_result__"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Call_Tester_"
                                        xmi:uuid="8c7eb96e-e88b-4dd7-894f-502d16d393f4"
                                        xmi:type="uml:CallOperationAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Call_Tester_-Call_Tester_.result_result_"
                                            xmi:uuid="049e6385-add4-452e-8928-41cef0f5ce10"
                                            xmi:type="uml:OutputPin">
                                            <name>Call(Tester).result(result)</name>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Tester"
                                            />
                                        </result>
                                        <target
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Call_Tester_-Call_Tester_.target"
                                            xmi:uuid="09327203-7440-4a2f-a222-8ac00438a7b8"
                                            xmi:type="uml:InputPin">
                                            <name>Call(Tester).target</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Tester"
                                            />
                                        </target>
                                        <name>Call(Tester)</name>
                                        <operation
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Tester-Tester"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Create_Tester_"
                                        xmi:uuid="e982f7b4-d924-4723-aa2d-ef81d599e212"
                                        xmi:type="uml:CreateObjectAction">
                                        <result
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Create_Tester_-Create_Tester_.result"
                                            xmi:uuid="42c81714-cb05-4211-9dce-3740224b3456"
                                            xmi:type="uml:OutputPin">
                                            <name>Create(Tester).result</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Tester"
                                            />
                                        </result>
                                        <name>Create(Tester)</name>
                                        <classifier
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Tester"
                                        />
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Fork_Call_Tester_.result_result__"
                                        xmi:uuid="02508eb8-86e2-4a12-8926-9c2073ece33d"
                                        xmi:type="uml:ForkNode">
                                        <name>Fork(Call(Tester).result(result))</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Start_Tester_"
                                        xmi:uuid="e79c6a04-9a2b-4597-b496-b7386890c048"
                                        xmi:type="uml:StartObjectBehaviorAction">
                                        <object
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Start_Tester_-Start_Tester_.object"
                                            xmi:uuid="bda325cc-b748-4c59-b791-6bf97d2350f4"
                                            xmi:type="uml:InputPin">
                                            <name>Start(Tester).object</name>
                                            <isOrdered>true</isOrdered>
                                            <isUnique>false</isUnique>
                                            <type
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Tester"
                                            />
                                        </object>
                                        <name>Start(Tester)</name>
                                    </node>
                                    <structuredNodeOutput
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_3ef0fd-RightHandSide_6c9371-InstanceCreationExpression_6c9371-Output_Call_Tester_.result_result__"
                                        xmi:uuid="7f3176e7-6da4-4d32-97ca-260a649d4012"
                                        xmi:type="uml:OutputPin">
                                        <name>Output(Call(Tester).result(result))</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Tester"
                                        />
                                    </structuredNodeOutput>
                                    <name>InstanceCreationExpression@6c9371</name>
                                </node>
                                <name>RightHandSide@6c9371</name>
                            </node>
                            <name>ExpressionStatement@3ef0fd</name>
                        </node>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7"
                            xmi:uuid="76866c65-da34-4d70-9f7a-349b2a6f4375"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-edge"
                                xmi:uuid="0cacf945-a37e-4046-b98b-e64db9f7cf5b"
                                xmi:type="uml:ControlFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Feature_Fork_t__180e510_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__"
                                xmi:uuid="92ecda93-925c-4eb3-b9f4-89bf60745f98"
                                xmi:type="uml:ExpansionRegion">
                                <inputElement
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__.inputElement"/>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__-edge"
                                    xmi:uuid="0bd48fdb-db01-48f8-8388-bf0d188442b8"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__.inputElement"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__-SendSignal_Start_-SendSignal_Start_.target"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__-SendSignal_Start_"
                                    xmi:uuid="77e82283-7e2d-4b01-9401-14bc2222540b"
                                    xmi:type="uml:SendSignalAction">
                                    <target
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__-SendSignal_Start_-SendSignal_Start_.target"
                                        xmi:uuid="6925cf34-8483-4021-b8b3-f9665e091ff2"
                                        xmi:type="uml:InputPin">
                                        <name>SendSignal(Start).target</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                        <type
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Tester"
                                        />
                                    </target>
                                    <name>SendSignal(Start)</name>
                                    <signal
                                        xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Start"
                                    />
                                </node>
                                <name>Collect(SendSignal(Start))</name>
                                <mode>parallel</mode>
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__.inputElement"
                                xmi:uuid="b995ca7d-3da3-4b9b-80cb-0eb8aa973822"
                                xmi:type="uml:ExpansionNode">
                                <name>Collect(SendSignal(Start)).inputElement</name>
                                <regionAsInput
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Collect_SendSignal_Start__"
                                />
                            </node>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-Body_Test_case_-_MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal_-ExpressionStatement_17901c7-Feature_Fork_t__180e510_"
                                xmi:uuid="14bcab90-ee3b-4de8-ab94-98fc5e6378a3"
                                xmi:type="uml:StructuredActivityNode">
                                <name>Feature(Fork(t)@180e510)</name>
                            </node>
                            <name>ExpressionStatement@17901c7</name>
                        </node>
                        <name>Body(Test case - MultipleDelegation - SameConnector - PortToPart - Signal)</name>
                    </node>
                    <name>Test case - MultipleDelegation - SameConnector - PortToPart - Signal</name>
                    <isReentrant>false</isReentrant>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R"
                    xmi:uuid="11ce6d24-f157-45e6-a70b-e04dec78ce06" xmi:type="uml:Association">
                    <memberEnd
                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R-y"/>
                    <memberEnd
                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R-x"/>
                    <ownedEnd
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R-y"
                        xmi:uuid="7a574d97-5bdc-49c9-9961-790f52095895" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R-y-lowerValue"
                            xmi:uuid="2a2364bf-8038-47d5-a17c-048684d89450"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R-y-upperValue"
                            xmi:uuid="cd520c13-ffd6-4163-be83-a39277e3489e"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>y</name>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-IImpl"/>
                        <association
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R"
                        />
                    </ownedEnd>
                    <ownedEnd
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R-x"
                        xmi:uuid="9b48db88-b2ca-49ab-9d00-fe9ac0d93109" xmi:type="uml:Property">
                        <lowerValue
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R-x-lowerValue"
                            xmi:uuid="6381cfdc-1c70-42b8-89dc-936270749908"
                            xmi:type="uml:LiteralInteger"/>
                        <upperValue
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R-x-upperValue"
                            xmi:uuid="75c96f53-a331-4f5b-9793-b6b1a2cff808"
                            xmi:type="uml:LiteralUnlimitedNatural">
                            <value>*</value>
                        </upperValue>
                        <name>x</name>
                        <type
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B"/>
                        <association
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-R"
                        />
                    </ownedEnd>
                    <name>R</name>
                </packagedElement>
                <packagedElement
                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B"
                    xmi:uuid="2eb9b2f9-5f56-4ebb-9834-c88a53e7008a" xmi:type="uml:Class">
                    <interfaceRealization
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-InterfaceRealization1"
                        xmi:uuid="3b519523-cd4d-4506-bffb-802ee81e308f"
                        xmi:type="uml:InterfaceRealization">
                        <client
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B"/>
                        <supplier
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-I"/>
                        <name>InterfaceRealization1</name>
                        <contract
                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-I"
                        />
                    </interfaceRealization>
                    <ownedBehavior
                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior"
                        xmi:uuid="bbb54dc7-eec6-4406-b1b4-f5a4e4f78113" xmi:type="uml:Activity">
                        <ownedComment
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-ownedComment"
                            xmi:uuid="a907ce64-3c66-492a-a04a-ee9b815256d3" xmi:type="uml:Comment">
                            <body>
namespace 'Test Suites'::'Test Suite 2'::'MultipleDelegation - SameConnector - PortToPart - Signal'::B ;

private import 'Test Suites'::'Test Suite 2'::'BehaviorPort - Signal'::S ;

activity BClassifierBehavior() { 
	accept (s : S) {
		this.p = s.v ;
		s.t.Continue() ;
	}
}</body>
                        </ownedComment>
                        <node
                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_"
                            xmi:uuid="164d67bf-dd18-482c-a88b-5d2a1a77f484"
                            xmi:type="uml:StructuredActivityNode">
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-edge-1"
                                xmi:uuid="6a22173f-31a2-44e7-8342-3d4180d11c6f"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0-Fork__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-edge-2"
                                xmi:uuid="2af68d51-1b4c-45b2-a4a2-e571e27c2d9a"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-Fork__"
                                />
                            </edge>
                            <edge
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-edge-3"
                                xmi:uuid="fd04239a-21ec-48ef-84b5-5dd9de26de74"
                                xmi:type="uml:ObjectFlow">
                                <source
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Fork_Accept_S_.result_"/>
                                <target
                                    xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.object"
                                />
                            </edge>
                            <node
                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b"
                                xmi:uuid="ac668450-03ca-476d-b341-699c43d619db"
                                xmi:type="uml:StructuredActivityNode">
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-edge-1"
                                    xmi:uuid="2a75fd61-c7ef-443e-826c-739a390904f5"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Decision_Test_S__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-edge-2"
                                    xmi:uuid="0dcee73e-ba6e-4508-afe6-c0f935681098"
                                    xmi:type="uml:ControlFlow">
                                    <guard
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-edge-2-guard"
                                        xmi:uuid="05064cc5-f2b5-47b7-9289-3c80a262436a"
                                        xmi:type="uml:LiteralBoolean">
                                        <name>Value(true)</name>
                                        <value>true</value>
                                    </guard>
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Decision_Test_S__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-edge-3"
                                    xmi:uuid="3efb1213-c44f-4892-926a-ded4c7c7f55d"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Initial_Accept_S__"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Accept_S_"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-edge-4"
                                    xmi:uuid="f5a5f3be-35d7-4627-99ec-ce89e9899e11"
                                    xmi:type="uml:ControlFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Accept_S_"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Decision_Test_S__"
                                    />
                                </edge>
                                <edge
                                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-edge-5"
                                    xmi:uuid="fde207d5-94d4-4ebb-a642-9a386da2ea19"
                                    xmi:type="uml:ObjectFlow">
                                    <source
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Accept_S_-Accept_S_.result"/>
                                    <target
                                        xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-Fork_Accept_S_.result_"
                                    />
                                </edge>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_"
                                    xmi:uuid="4b2fdea8-a5fb-4b57-a32b-7ff5ec13a880"
                                    xmi:type="uml:StructuredActivityNode">
                                    <edge
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-edge"
                                        xmi:uuid="b93b6da0-4672-4b67-ab09-3cc8d8c17b2e"
                                        xmi:type="uml:ControlFlow">
                                        <source
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e"/>
                                        <target
                                            xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770"
                                        />
                                    </edge>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e"
                                        xmi:uuid="4ebf7bc8-becc-4bee-9c06-fadc1d55cae7"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-edge-1"
                                            xmi:uuid="4b3474cf-b731-4229-9496-3fabe73770a8"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Expression_LeftHandSide_5fdfc8_-ReadSelf-ReadSelf.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Clear_p_-Clear_p_.object"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-edge-2"
                                            xmi:uuid="463e897e-5d69-4938-b98b-0c8dc68b91c7"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Fork_LeftHandSide_5fdfc8_"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_.input_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-edge-3"
                                            xmi:uuid="227decef-bd6c-491a-b9ce-3c9b2da46f96"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Clear_p_-Clear_p_.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_-Write_p_-Write_p_.object"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-edge-4"
                                            xmi:uuid="2143f05f-39e5-4f5d-8340-9676aa1b5a9c"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0-Read_v_-Read_v_.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Fork_LeftHandSide_5fdfc8_"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-edge-5"
                                            xmi:uuid="39d19f2c-0c08-4aa7-bf69-df33a4df1dcc"
                                            xmi:type="uml:ControlFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Expression_LeftHandSide_5fdfc8_"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Expression_LeftHandSide_5fdfc8_"
                                            xmi:uuid="711f84f0-1117-4842-9895-82e336344ebd"
                                            xmi:type="uml:StructuredActivityNode">
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Expression_LeftHandSide_5fdfc8_-ReadSelf"
                                                xmi:uuid="b1bf20a1-7398-46f3-b0ec-1bcbafe0c034"
                                                xmi:type="uml:ReadSelfAction">
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Expression_LeftHandSide_5fdfc8_-ReadSelf-ReadSelf.result"
                                                  xmi:uuid="9d23d2ad-d866-4aad-bd53-7be0196f620a"
                                                  xmi:type="uml:OutputPin">
                                                  <name>ReadSelf.result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B"
                                                  />
                                                </result>
                                                <name>ReadSelf</name>
                                            </node>
                                            <name>Expression(LeftHandSide@5fdfc8)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Clear_p_"
                                            xmi:uuid="6b04ec57-0b1f-4ddc-88bf-43ba39f8c9de"
                                            xmi:type="uml:ClearStructuralFeatureAction">
                                            <object
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Clear_p_-Clear_p_.object"
                                                xmi:uuid="ff53c9cf-615f-4d63-94d3-2798c34d74a0"
                                                xmi:type="uml:InputPin">
                                                <name>Clear(p).object</name>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B"
                                                />
                                            </object>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Clear_p_-Clear_p_.result"
                                                xmi:uuid="5f64db2d-5592-4363-aff1-c7519255edba"
                                                xmi:type="uml:OutputPin">
                                                <name>Clear(p).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B"
                                                />
                                            </result>
                                            <name>Clear(p)</name>
                                            <structuralFeature
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-p"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-Fork_LeftHandSide_5fdfc8_"
                                            xmi:uuid="d0432bec-db8b-4047-9c34-265da16ad901"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork(LeftHandSide@5fdfc8)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_"
                                            xmi:uuid="86ccffc9-d9fe-4ebe-8ec4-93c2d246b006"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_-edge"
                                                xmi:uuid="dfe2e7fa-282f-4468-8bfa-e02528e06cf9"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_.input_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_-Write_p_-Write_p_.value"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_-Write_p_"
                                                xmi:uuid="08f6cc14-0e33-4868-8fbc-9d788df771c5"
                                                xmi:type="uml:AddStructuralFeatureValueAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_-Write_p_-Write_p_.object"
                                                  xmi:uuid="9928c881-4f2b-493c-bb3d-915ab54ade96"
                                                  xmi:type="uml:InputPin">
                                                  <name>Write(p).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B"
                                                  />
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_-Write_p_-Write_p_.result"
                                                  xmi:uuid="e6990bcb-5c7a-4181-8795-fd7bc4e90eba"
                                                  xmi:type="uml:OutputPin">
                                                  <name>Write(p).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B"
                                                  />
                                                </result>
                                                <value
                                                  xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_-Write_p_-Write_p_.value"
                                                  xmi:uuid="e81dc9bc-022a-4038-81ea-c715d9ed1658"
                                                  xmi:type="uml:InputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Write(p).value</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </value>
                                                <name>Write(p)</name>
                                                <isReplaceAll>true</isReplaceAll>
                                                <structuralFeature
                                                  xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-p"
                                                />
                                            </node>
                                            <structuredNodeInput
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_-WriteAll_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_.input_Test_Suites__Test_Suite_2__MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal__B__p_"
                                                xmi:uuid="604379dc-ee9d-4ea4-b049-c0f39f15d5b6"
                                                xmi:type="uml:InputPin">
                                                <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                <name>WriteAll(Test Suites::Test Suite 2::MultipleDelegation - SameConnector - PortToPart - Signal::B::p).input(Test Suites::Test Suite 2::MultipleDelegation - SameConnector - PortToPart - Signal::B::p)</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                            </structuredNodeInput>
                                            <name>WriteAll(Test Suites::Test Suite 2::MultipleDelegation - SameConnector - PortToPart - Signal::B::p)</name>
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0"
                                            xmi:uuid="de0ddf91-58f8-470a-a767-56440f54a63f"
                                            xmi:type="uml:StructuredActivityNode">
                                            <edge
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0-edge"
                                                xmi:uuid="838c23f4-0ba5-4c91-811f-656fe13bf2ed"
                                                xmi:type="uml:ObjectFlow">
                                                <source
                                                  xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0-Fork__"/>
                                                <target
                                                  xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0-Read_v_-Read_v_.object"
                                                />
                                            </edge>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0-Read_v_"
                                                xmi:uuid="7f3f5f6b-3f5e-4d50-bb3f-531d57b61de0"
                                                xmi:type="uml:ReadStructuralFeatureAction">
                                                <object
                                                  xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0-Read_v_-Read_v_.object"
                                                  xmi:uuid="6f33bafa-55c7-4c1f-84d2-0614ebbafefa"
                                                  xmi:type="uml:InputPin">
                                                  <name>Read(v).object</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                  <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                                                  />
                                                </object>
                                                <result
                                                  xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0-Read_v_-Read_v_.result"
                                                  xmi:uuid="c114718a-f65a-4d47-896a-bd03b9f2a2d3"
                                                  xmi:type="uml:OutputPin">
                                                  <type
                                                  href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Integer"/>
                                                  <name>Read(v).result</name>
                                                  <isOrdered>true</isOrdered>
                                                  <isUnique>false</isUnique>
                                                </result>
                                                <name>Read(v)</name>
                                                <structuralFeature
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S-v"
                                                />
                                            </node>
                                            <node
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_2d011e-RightHandSide_cb82e0-Fork__"
                                                xmi:uuid="a8ff3294-2c71-4156-9416-0ecf71703128"
                                                xmi:type="uml:ForkNode">
                                                <name>Fork()</name>
                                            </node>
                                            <name>RightHandSide@cb82e0</name>
                                        </node>
                                        <name>ExpressionStatement@2d011e</name>
                                    </node>
                                    <node
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770"
                                        xmi:uuid="2e761615-0963-4f32-863a-4a69a766464c"
                                        xmi:type="uml:StructuredActivityNode">
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-edge-1"
                                            xmi:uuid="91aa6e8c-ff45-4f13-a3ad-b6490cbf3b66"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-Read_t_-Read_t_.result"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-SendSignal_Continue_-SendSignal_Continue_.target"
                                            />
                                        </edge>
                                        <edge
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-edge-2"
                                            xmi:uuid="122454ba-aa5e-42ce-a840-897335ef3eff"
                                            xmi:type="uml:ObjectFlow">
                                            <source
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-Fork__"/>
                                            <target
                                                xmi:idref="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-Read_t_-Read_t_.object"
                                            />
                                        </edge>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-SendSignal_Continue_"
                                            xmi:uuid="96a9b69f-ffe6-4b42-a745-81d2bc1ea594"
                                            xmi:type="uml:SendSignalAction">
                                            <target
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-SendSignal_Continue_-SendSignal_Continue_.target"
                                                xmi:uuid="96d874aa-86ca-4c6b-a355-428776426ca4"
                                                xmi:type="uml:InputPin">
                                                <name>SendSignal(Continue).target</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                                                />
                                            </target>
                                            <name>SendSignal(Continue)</name>
                                            <signal
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-Continue"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-Read_t_"
                                            xmi:uuid="e801f7de-71b2-4e8f-a126-f9d62eef13d8"
                                            xmi:type="uml:ReadStructuralFeatureAction">
                                            <object
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-Read_t_-Read_t_.object"
                                                xmi:uuid="6ace4030-c558-4242-b750-541e6c8d3f82"
                                                xmi:type="uml:InputPin">
                                                <name>Read(t).object</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S"
                                                />
                                            </object>
                                            <result
                                                xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-Read_t_-Read_t_.result"
                                                xmi:uuid="0f5b6ef0-646b-45ea-b782-e624ea9b55fd"
                                                xmi:type="uml:OutputPin">
                                                <name>Read(t).result</name>
                                                <isOrdered>true</isOrdered>
                                                <isUnique>false</isUnique>
                                                <type
                                                  xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-AbstractTester"
                                                />
                                            </result>
                                            <name>Read(t)</name>
                                            <structuralFeature
                                                xmi:idref="Test_Suites-Test_Suite_2-BehaviorPort_-_Signal-S-t"
                                            />
                                        </node>
                                        <node
                                            xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-AcceptBlock_S_-ExpressionStatement_1db5770-Fork__"
                                            xmi:uuid="c36349b4-f57a-4f10-b63c-3dc1fc220c4c"
                                            xmi:type="uml:ForkNode">
                                            <name>Fork()</name>
                                        </node>
                                        <name>ExpressionStatement@1db5770</name>
                                    </node>
                                    <name>AcceptBlock(S)</name>
                                </node>
                                <node
                                    xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-ReadIsClassifiedObject_S_"
                                    xmi:uuid="02f3642e-847b-48c9-bae3-b5e9b39c1126"
                                    xmi:type="uml:ReadIsClassifiedObjectAction">
                                    <object
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.object"
                                        xmi:uuid="48deb986-2d1f-4f97-910e-d37b3b35a130"
                                        xmi:type="uml:InputPin">
                                        <name>ReadIsClassifiedObject(S).object</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </object>
                                    <result
                                        xmi:id="Test_Suites-Test_Suite_2-MultipleDelegation_-_SameConnector_-_PortToPart_-_Signal-B-BClassifierBehavior-Body_BClassifierBehavior_-AcceptStatement_1f6681b-ReadIsClassifiedObject_S_-ReadIsClassifiedObject_S_.result"
                                        xmi:uuid="5415f055-1326-4d38-82be-d87a69320a28"
                                        xmi:type="uml:OutputPin">
                                        <type
                                            href="http://www.omg.org/spec/UML/20110701/PrimitiveTypes.xmi#Boolean"/>
                                        <name>ReadIsClassifiedObject(S).result</name>
                                        <isOrdered>true</isOrdered>
                                        <isUnique>false</isUnique>
                                    </result>
                                    <name>ReadIsClassi